Blame SPECS/opencryptoki.spec

0251db
Name:			opencryptoki
0251db
Summary:		Implementation of the PKCS#11 (Cryptoki) specification v2.11
b314eb
Version:		3.11.1
cd9262
Release:		3%{?dist}
0251db
License:		CPL
0251db
Group:			System Environment/Base
b314eb
URL:			https://github.com/opencryptoki/opencryptoki
0251db
Source0:		https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
0251db
# https://bugzilla.redhat.com/show_bug.cgi?id=732756
cd9262
Patch0:			opencryptoki-3.11.0-group.patch
b314eb
# bz#1373833, change tmpfiles snippets from /var/lock/* to /run/lock/*
cd9262
Patch1:			opencryptoki-3.11.0-lockdir.patch
b314eb
# bz#1063763, inform the user that he is not in pkcs11 group
cd9262
Patch2:			opencryptoki-3.11.0-warn-user-not-in-pkcs11-group.patch
b314eb
# https://bugzilla.redhat.com/show_bug.cgi?id=1739433
cd9262
Patch3:			opencryptoki-3.11.1-use-soname.patch
cd9262
# bz#1772108, Support tolerated new crypto cards
cd9262
Patch4:			opencryptoki-3.11.1-d6ba9ff61743ce869a5a677f6f77339642efef4b.patch
cd9262
0251db
Requires(pre):		coreutils
0251db
BuildRequires:		gcc
0251db
BuildRequires:		openssl-devel
0251db
BuildRequires:		trousers-devel
0251db
BuildRequires:		openldap-devel
0251db
BuildRequires:		autoconf automake libtool
0251db
BuildRequires:		bison flex
0251db
BuildRequires:		systemd
0251db
BuildRequires:		libitm-devel
0251db
%ifarch s390 s390x
0251db
BuildRequires:		libica-devel >= 2.3
0251db
%endif
0251db
Requires(pre):		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Requires:		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Requires:		%{name}(token)
0251db
Requires(post):		systemd
0251db
Requires(preun):	systemd
0251db
Requires(postun):	systemd
0251db
0251db
0251db
%description
0251db
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
0251db
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
0251db
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
0251db
token implementation that can be used without any cryptographic
0251db
hardware.
0251db
This package contains the Slot Daemon (pkcsslotd) and general utilities.
0251db
0251db
0251db
%package libs
0251db
Group:			System Environment/Libraries
0251db
Summary:		The run-time libraries for opencryptoki package
0251db
Requires(pre):	shadow-utils
0251db
0251db
%description libs
0251db
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
0251db
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
0251db
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
0251db
token implementation that can be used without any cryptographic
0251db
hardware.
0251db
This package contains the PKCS#11 library implementation, and requires
0251db
at least one token implementation (packaged separately) to be fully
0251db
functional.
0251db
0251db
0251db
%package devel
0251db
Group:			Development/Libraries
0251db
Summary:		Development files for openCryptoki
0251db
Requires:		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
0251db
%description devel
0251db
This package contains the development header files for building
0251db
opencryptoki and PKCS#11 based applications
0251db
0251db
0251db
%package swtok
0251db
Group:			System Environment/Libraries
0251db
Summary:		The software token implementation for opencryptoki
0251db
Requires(pre):		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Requires:		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Provides:		%{name}(token)
0251db
0251db
%description swtok
0251db
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
0251db
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
0251db
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
0251db
token implementation that can be used without any cryptographic
0251db
hardware.
0251db
This package brings the software token implementation to use opencryptoki
0251db
without any specific cryptographic hardware.
0251db
0251db
0251db
%package tpmtok
0251db
Group:			System Environment/Libraries
0251db
Summary:		Trusted Platform Module (TPM) device support for opencryptoki
0251db
Requires(pre):		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Requires:		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Provides:		%{name}(token)
0251db
0251db
%description tpmtok
0251db
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
0251db
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
0251db
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
0251db
token implementation that can be used without any cryptographic
0251db
hardware.
0251db
This package brings the necessary libraries and files to support
0251db
Trusted Platform Module (TPM) devices in the opencryptoki stack.
0251db
0251db
0251db
%package icsftok
0251db
Group:			System Environment/Libraries
0251db
Summary:		ICSF token support for opencryptoki
0251db
Requires(pre):		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Requires:		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Provides:		%{name}(token)
0251db
0251db
%description icsftok
0251db
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
0251db
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
0251db
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
0251db
token implementation that can be used without any cryptographic
0251db
hardware.
0251db
This package brings the necessary libraries and files to support
0251db
ICSF token in the opencryptoki stack.
0251db
0251db
0251db
%ifarch s390 s390x
0251db
%package icatok
0251db
Group:			System Environment/Libraries
0251db
Summary:		ICA cryptographic devices (clear-key) support for opencryptoki
0251db
Requires(pre):		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Requires:		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Provides:		%{name}(token)
0251db
0251db
%description icatok
0251db
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
0251db
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
0251db
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
0251db
token implementation that can be used without any cryptographic
0251db
hardware.
0251db
This package brings the necessary libraries and files to support ICA
0251db
devices in the opencryptoki stack. ICA is an interface to IBM
0251db
cryptographic hardware such as IBM 4764 or 4765 that uses the
0251db
"accelerator" or "clear-key" path.
0251db
0251db
%package ccatok
0251db
Group:			System Environment/Libraries
0251db
Summary:		CCA cryptographic devices (secure-key) support for opencryptoki
0251db
Requires(pre):		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Requires:		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Provides:		%{name}(token)
0251db
0251db
%description ccatok
0251db
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
0251db
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
0251db
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
0251db
token implementation that can be used without any cryptographic
0251db
hardware.
0251db
This package brings the necessary libraries and files to support CCA
0251db
devices in the opencryptoki stack. CCA is an interface to IBM
0251db
cryptographic hardware such as IBM 4764 or 4765 that uses the
0251db
"co-processor" or "secure-key" path.
0251db
0251db
%package ep11tok
0251db
Group:			System Environment/Libraries
0251db
Summary:		CCA cryptographic devices (secure-key) support for opencryptoki
0251db
Requires(pre):		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Requires:		%{name}-libs%{?_isa} = %{version}-%{release}
0251db
Provides:		%{name}(token)
0251db
0251db
%description ep11tok
0251db
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
0251db
cryptographic hardware, such as IBM 4764 and 4765 crypto cards, and the
0251db
Trusted Platform Module (TPM) chip. Opencryptoki also brings a software
0251db
token implementation that can be used without any cryptographic
0251db
hardware.
0251db
This package brings the necessary libraries and files to support EP11
0251db
tokens in the opencryptoki stack. The EP11 token is a token that uses
0251db
the IBM Crypto Express adapters (starting with Crypto Express 4S adapters)
0251db
configured with Enterprise PKCS#11 (EP11) firmware.
0251db
%endif
0251db
0251db
0251db
%prep
0251db
%autosetup -p1
0251db
0251db
0251db
%build
0251db
./bootstrap.sh
0251db
0251db
%configure --with-systemd=%{_unitdir}	\
0251db
%ifarch s390 s390x
0251db
    --enable-icatok --enable-ccatok --enable-ep11tok --enable-pkcsep11_migrate
0251db
%else
0251db
    --disable-icatok --disable-ccatok --disable-ep11tok --disable-pkcsep11_migrate --disable-pkcscca_migrate
0251db
%endif
0251db
0251db
make %{?_smp_mflags} CHGRP=/bin/true
0251db
0251db
0251db
%install
0251db
make install DESTDIR=$RPM_BUILD_ROOT CHGRP=/bin/true
0251db
0251db
# Remove unwanted cruft
0251db
rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la
0251db
rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/stdll/*.la
0251db
0251db
0251db
%post libs -p /sbin/ldconfig
0251db
%post swtok -p /sbin/ldconfig
0251db
%post tpmtok -p /sbin/ldconfig
0251db
%post icsftok -p /sbin/ldconfig
0251db
%ifarch s390 s390x
0251db
%post icatok -p /sbin/ldconfig
0251db
%post ccatok -p /sbin/ldconfig
0251db
%post ep11tok -p /sbin/ldconfig
0251db
%endif
0251db
0251db
%postun libs -p /sbin/ldconfig
0251db
%postun swtok -p /sbin/ldconfig
0251db
%postun tpmtok -p /sbin/ldconfig
0251db
%postun icsftok -p /sbin/ldconfig
0251db
%ifarch s390 s390x
0251db
%postun icatok -p /sbin/ldconfig
0251db
%postun ccatok -p /sbin/ldconfig
0251db
%postun ep11tok -p /sbin/ldconfig
0251db
%endif
0251db
0251db
%pre libs
0251db
getent group pkcs11 >/dev/null || groupadd -r pkcs11
0251db
exit 0
0251db
0251db
%post
0251db
%systemd_post pkcsslotd.service
b314eb
if test $1 -eq 1; then
b314eb
    %tmpfiles_create
b314eb
fi
0251db
0251db
%preun
0251db
%systemd_preun pkcsslotd.service
0251db
0251db
%postun
0251db
%systemd_postun_with_restart pkcsslotd.service
0251db
0251db
0251db
%files
0251db
%doc ChangeLog FAQ README.md
0251db
%doc doc/opencryptoki-howto.md
0251db
%doc doc/README.token_data
0251db
%dir %{_sysconfdir}/%{name}
0251db
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
b314eb
%{_tmpfilesdir}/%{name}.conf
0251db
%{_unitdir}/pkcsslotd.service
0251db
%{_sbindir}/pkcsconf
0251db
%{_sbindir}/pkcsslotd
0251db
%{_mandir}/man1/pkcsconf.1*
0251db
%{_mandir}/man5/%{name}.conf.5*
0251db
%{_mandir}/man7/%{name}.7*
0251db
%{_mandir}/man8/pkcsslotd.8*
0251db
%{_libdir}/opencryptoki/methods
0251db
%{_libdir}/pkcs11/methods
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}
b314eb
%ghost %dir %attr(770,root,pkcs11) %{_rundir}/lock/%{name}
b314eb
%ghost %dir %attr(770,root,pkcs11) %{_rundir}/lock/%{name}/*
b314eb
%dir %attr(770,root,pkcs11) %{_localstatedir}/log/opencryptoki
0251db
0251db
%files libs
0251db
%license LICENSE
0251db
%{_sysconfdir}/ld.so.conf.d/*
0251db
# Unversioned .so symlinks usually belong to -devel packages, but opencryptoki
0251db
# needs them in the main package, because:
0251db
#   documentation suggests that programs should dlopen "PKCS11_API.so".
0251db
%dir %{_libdir}/opencryptoki
0251db
%{_libdir}/opencryptoki/libopencryptoki.*
0251db
%{_libdir}/opencryptoki/PKCS11_API.so
0251db
%dir %{_libdir}/opencryptoki/stdll
0251db
%dir %{_libdir}/pkcs11
0251db
%{_libdir}/pkcs11/libopencryptoki.so
0251db
%{_libdir}/pkcs11/PKCS11_API.so
0251db
%{_libdir}/pkcs11/stdll
0251db
0251db
%files devel
0251db
%{_includedir}/%{name}/
0251db
0251db
%files swtok
0251db
%{_libdir}/opencryptoki/stdll/libpkcs11_sw.*
0251db
%{_libdir}/opencryptoki/stdll/PKCS11_SW.so
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/swtok/
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/swtok/TOK_OBJ/
0251db
0251db
%files tpmtok
0251db
%doc doc/README.tpm_stdll
0251db
%{_libdir}/opencryptoki/stdll/libpkcs11_tpm.*
0251db
%{_libdir}/opencryptoki/stdll/PKCS11_TPM.so
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/tpm/
0251db
0251db
%files icsftok
0251db
%doc doc/README.icsf_stdll
0251db
%{_sbindir}/pkcsicsf
0251db
%{_mandir}/man1/pkcsicsf.1*
0251db
%{_libdir}/opencryptoki/stdll/libpkcs11_icsf.*
0251db
%{_libdir}/opencryptoki/stdll/PKCS11_ICSF.so
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/icsf/
0251db
0251db
%ifarch s390 s390x
0251db
%files icatok
0251db
%{_libdir}/opencryptoki/stdll/libpkcs11_ica.*
0251db
%{_libdir}/opencryptoki/stdll/PKCS11_ICA.so
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/lite/
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/lite/TOK_OBJ/
0251db
0251db
%files ccatok
0251db
%doc doc/README.cca_stdll
0251db
%{_sbindir}/pkcscca
0251db
%{_mandir}/man1/pkcscca.1*
0251db
%{_libdir}/opencryptoki/stdll/libpkcs11_cca.*
0251db
%{_libdir}/opencryptoki/stdll/PKCS11_CCA.so
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/ccatok/
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/ccatok/TOK_OBJ/
0251db
0251db
%files ep11tok
0251db
%doc doc/README.ep11_stdll
0251db
%config(noreplace) %{_sysconfdir}/%{name}/ep11tok.conf
0251db
%config(noreplace) %{_sysconfdir}/%{name}/ep11cpfilter.conf
0251db
%{_sbindir}/pkcsep11_migrate
0251db
%{_sbindir}/pkcsep11_session
0251db
%{_mandir}/man1/pkcsep11_migrate.1*
0251db
%{_mandir}/man1/pkcsep11_session.1*
0251db
%{_libdir}/opencryptoki/stdll/libpkcs11_ep11.*
0251db
%{_libdir}/opencryptoki/stdll/PKCS11_EP11.so
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/ep11tok/
0251db
%dir %attr(770,root,pkcs11) %{_sharedstatedir}/%{name}/ep11tok/TOK_OBJ/
0251db
%endif
0251db
0251db
0251db
%changelog
cd9262
* Thu Nov 14 2019 Than Ngo <than@redhat.com> - 3.11.1-3
cd9262
- Resolves: #1772108, support tolerated new crypto cards
cd9262
b314eb
* Mon Aug 26 2019 Dan Horák <dhorak@redhat.com> - 3.11.1-2
b314eb
- Resolves: #1739433, ICA HW token missing after the package update
b314eb
b314eb
* Mon May 06 2019 Than Ngo <than@redhat.com> - 3.11.1-1
b314eb
- Resolves: #1706140, rebase to 3.11.1
b314eb
b314eb
* Tue Mar 26 2019 Than Ngo <than@redhat.com> - 3.11.0-3
b314eb
- Resolves: #1667941, 3des tests failures due to FIPS incompatible test scenarios
b314eb
- Resolves: #1651731, ep11 token: enhanced IBM z14 functions
b314eb
- Resolves: #1651732, ep11 token: support m_*Single functions from ep11 lib
b314eb
- Resolves: #1525407, use CPACF hashes in ep11 token
b314eb
- Resolves: #1651238, rebase to 3.11.0
b314eb
- Resolves: #1682530, gating
b314eb
0251db
* Fri Dec 14 2018 Than Ngo <than@redhat.com> - 3.10.0-3
0251db
- Resolves: #1657683, can't establish libica token in FIPS mode
0251db
- Resolves: #1652856, EP11 token fails when using Strict-Session mode or VHSM-Mode
0251db
0251db
* Thu Oct 25 2018 Than Ngo <than@redhat.com> - 3.10.0-2
0251db
- Resolves: #1602641, covscan
0251db
0251db
* Tue Jun 12 2018 Dan Horák <dan[at]danny.cz> - 3.10.0-1
0251db
- Rebase to 3.10.0
0251db
0251db
* Fri Feb 23 2018 Dan Horák <dan[at]danny.cz> - 3.9.0-1
0251db
- Rebase to 3.9.0
0251db
0251db
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-3
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0251db
0251db
* Fri Nov 24 2017 Dan Horák <dan[at]danny.cz> - 3.8.2-2
0251db
- use upstream tmpfiles config
0251db
0251db
* Thu Nov 23 2017 Dan Horák <dan[at]danny.cz> - 3.8.2-1
0251db
- Rebase to 3.8.2 (#1512678)
0251db
0251db
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-3
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0251db
0251db
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-2
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0251db
0251db
* Wed May 17 2017 Sinny Kumari <sinny@redhat.com> - 3.7.0-1
0251db
- Rebase to 3.7.0
0251db
- Added libitm-devel as BuildRequires
0251db
0251db
* Mon Apr 03 2017 Sinny Kumari <sinny@redhat.com> - 3.6.2-1
0251db
- Rebase to 3.6.2
0251db
- RHBZ#1424017 - opencryptoki: FTBFS in rawhide
0251db
0251db
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-2
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0251db
0251db
* Thu Sep 01 2016 Jakub Jelen <jjelen@redhat.com> - 3.5.1-1
0251db
- New upstream release
0251db
0251db
* Tue May 03 2016 Jakub Jelen <jjelen@redhat.com> - 3.5-1
0251db
- New upstream release
0251db
0251db
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0251db
0251db
* Mon Dec 07 2015 Jakub Jelen <jjelen@redhat.com> 3.4.1-1
0251db
- New bugfix upstream release
0251db
0251db
* Wed Nov 18 2015 Jakub Jelen <jjelen@redhat.com> 3.4-1
0251db
- New upstream release
0251db
- Adding post-release patch fixing compile warnings
0251db
0251db
* Thu Aug 27 2015 Jakub Jelen <jjelen@redhat.com> 3.3-1.1
0251db
- New upstream release
0251db
- Correct dependencies for group creation
0251db
0251db
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-4
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0251db
0251db
* Thu May 07 2015 Jakub Jelen <jjelen@redhat.com> 3.2-3
0251db
- Few more undefined symbols fixed for s390(x) specific targets
0251db
- Do not require --no-undefined, because s390(x) requires some
0251db
0251db
* Mon May 04 2015 Jakub Jelen <jjelen@redhat.com> 3.2-2
0251db
- Fix missing sources and libraries in makefiles causing undefined symbols (#1193560)
0251db
- Make inline function compatible for GCC5
0251db
0251db
* Wed Sep 10 2014 Petr Lautrbach <plautrba@redhat.com> 3.2-1
0251db
- new upstream release 3.2
0251db
- add new sub-package opencryptoki-ep11tok on s390x
0251db
0251db
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0251db
0251db
* Thu Jul 24 2014 Petr Lautrbach <plautrba@redhat.com> 3.1-1
0251db
- new upstream release 3.1
0251db
0251db
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-11
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0251db
0251db
* Mon Feb 17 2014 Petr Lautrbach <plautrba@redhat.com> 3.0-10
0251db
- create the right lock directory for cca tokens (#1054442)
0251db
0251db
* Wed Jan 29 2014 Petr Lautrbach <plautrba@redhat.com> 3.0-9
0251db
- use Requires(pre): opencryptoki-libs for subpackages
0251db
0251db
* Mon Jan 20 2014 Dan Horák <dan[at]danny.cz> - 3.0-8
0251db
- include token specific directories (#1013017, #1045775, #1054442)
0251db
- fix pkcsconf crash for non-root users (#10054661)
0251db
- the libs subpackage must care of creating the pkcs11 group, it's the first to be installed
0251db
0251db
* Tue Dec 03 2013 Dan Horák <dan[at]danny.cz> - 3.0-7
0251db
- fix build with -Werror=format-security (#1037228)
0251db
0251db
* Fri Nov 22 2013 Dan Horák <dan[at]danny.cz> - 3.0-6
0251db
- apply post-3.0 fixes (#1033284)
0251db
0251db
* Tue Nov 19 2013 Dan Horák <dan[at]danny.cz> - 3.0-5
0251db
- update opencryptoki man page (#1001729)
0251db
0251db
* Fri Aug 23 2013 Dan Horák <dan[at]danny.cz> - 3.0-4
0251db
- update unit file (#995002)
0251db
0251db
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-3
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0251db
0251db
* Tue Jul 23 2013 Dan Horák <dan[at]danny.cz> - 3.0-2
0251db
- update pkcsconf man page (#948460)
0251db
0251db
* Mon Jul 22 2013 Dan Horák <dan[at]danny.cz> - 3.0-1
0251db
- new upstream release 3.0
0251db
0251db
* Tue Jun 25 2013 Dan Horák <dan[at]danny.cz> - 2.4.3.1-1
0251db
- new upstream release 2.4.3.1
0251db
0251db
* Fri May 03 2013 Dan Horák <dan[at]danny.cz> - 2.4.3-1
0251db
- new upstream release 2.4.3
0251db
0251db
* Thu Apr 04 2013 Dan Horák <dan[at]danny.cz> - 2.4.2-4
0251db
- enable hardened build
0251db
- switch to systemd macros in scriptlets (#850240)
0251db
0251db
* Mon Jan 28 2013 Dan Horák <dan[at]danny.cz> - 2.4.2-3
0251db
- add virtual opencryptoki(token) Provides to token modules and as Requires
0251db
  to main package (#904986)
0251db
0251db
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0251db
0251db
* Thu Jun 21 2012 Dan Horák <dan[at]danny.cz> - 2.4.2-1
0251db
- new upstream release 2.4.2
0251db
- add pkcs_slot man page
0251db
- don't add root to the pkcs11 group
0251db
0251db
* Mon Jun 11 2012 Dan Horák <dan[at]danny.cz> - 2.4.1-2
0251db
- fix unresolved symbols in TPM module (#830129)
0251db
0251db
* Sat Feb 25 2012 Dan Horák <dan[at]danny.cz> - 2.4.1-1
0251db
- new upstream release 2.4.1
0251db
- convert from initscript to systemd unit
0251db
- import fixes from RHEL-6 about root's group membership (#732756, #730903)
0251db
0251db
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0251db
0251db
* Thu Jul 07 2011 Dan Horák <dan[at]danny.cz> - 2.4-1
0251db
- new upstream release 2.4
0251db
0251db
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.3-2
0251db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0251db
0251db
* Mon Jan 17 2011 Dan Horák <dan[at]danny.cz> 2.3.3-1
0251db
- new upstream release 2.3.3
0251db
0251db
* Tue Nov 09 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.2-2
0251db
- Apply Obsoletes to package names, not provides.
0251db
0251db
* Tue Sep 14 2010 Dan Horák <dan[at]danny.cz> 2.3.2-1
0251db
- new upstream release 2.3.2
0251db
- put STDLLs in separate packages to match upstream package design
0251db
0251db
* Thu Jul 08 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.1-7
0251db
- Move the LICENSE file to the -libs subpackage.
0251db
0251db
* Tue Jun 29 2010 Dan Horák <dan[at]danny.cz> 2.3.1-6
0251db
- rebuilt with CCA enabled (#604287)
0251db
- fixed issues from #546274
0251db
0251db
* Fri Apr 30 2010 Dan Horák <dan[at]danny.cz> 2.3.1-5
0251db
- fixed one more issue in the initscript (#547324)
0251db
0251db
* Mon Apr 26 2010 Dan Horák <dan[at]danny.cz> 2.3.1-4
0251db
- fixed pidfile creating and usage (#547324)
0251db
0251db
* Mon Feb 08 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.1-3
0251db
- Also list 'reload' and 'force-reload' in "Usage: ...".
0251db
0251db
* Mon Feb 08 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.1-2
0251db
- Support 'force-reload' in the initscript.
0251db
0251db
* Wed Jan 27 2010 Michal Schmidt <mschmidt@redhat.com> 2.3.1-1
0251db
- New upstream release 2.3.1.
0251db
- opencryptoki-2.3.0-fix-nss-breakage.patch was merged.
0251db
0251db
* Fri Jan 22 2010 Dan Horák <dan[at]danny.cz> 2.3.0-5
0251db
- made pkcsslotd initscript LSB compliant (#522149)
0251db
0251db
* Mon Sep 07 2009 Michal Schmidt <mschmidt@redhat.com> 2.3.0-4
0251db
- Added opencryptoki-2.3.0-fix-nss-breakage.patch on upstream request.
0251db
0251db
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.3.0-3
0251db
- rebuilt with new openssl
0251db
0251db
* Sun Aug 16 2009 Michal Schmidt <mschmidt@redhat.com> 2.3.0-2
0251db
- Require libica-2.0.
0251db
0251db
* Fri Aug 07 2009 Michal Schmidt <mschmidt@redhat.com> 2.3.0-1
0251db
- New upstream release 2.3.0:
0251db
  - adds support for RSA 4096 bit keys in the ICA token.
0251db
0251db
* Tue Jul 21 2009 Michal Schmidt <mschmidt@redhat.com> - 2.2.8-5
0251db
- Require arch-specific dependency on -libs.
0251db
0251db
* Tue Jul 21 2009 Michal Schmidt <mschmidt@redhat.com> - 2.2.8-4
0251db
- Return support for crypto hw on s390.
0251db
- Renamed to opencryptoki.
0251db
- Simplified multilib by putting libs in subpackage as suggested by Dan Horák.
0251db
0251db
* Tue Jul 21 2009 Michal Schmidt <mschmidt@redhat.com> - 2.2.8-2
0251db
- Fedora package based on RHEL-5 package.