add virtual opencryptoki(token) Provides to token modules and as Requires
to main package (#904986)
This commit is contained in:
parent
fbfd242da5
commit
6294303b30
@ -1,7 +1,7 @@
|
|||||||
Name: opencryptoki
|
Name: opencryptoki
|
||||||
Summary: Implementation of the PKCS#11 (Cryptoki) specification v2.11
|
Summary: Implementation of the PKCS#11 (Cryptoki) specification v2.11
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/opencryptoki
|
URL: http://sourceforge.net/projects/opencryptoki
|
||||||
@ -28,6 +28,7 @@ BuildRequires: systemd-units
|
|||||||
BuildRequires: libica-devel >= 2.0
|
BuildRequires: libica-devel >= 2.0
|
||||||
%endif
|
%endif
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: %{name}(token)
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
@ -74,6 +75,7 @@ Group: System Environment/Libraries
|
|||||||
Summary: The software token implementation for opencryptoki
|
Summary: The software token implementation for opencryptoki
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: %{name}-libs < 2.3.2
|
Obsoletes: %{name}-libs < 2.3.2
|
||||||
|
Provides: %{name}(token)
|
||||||
|
|
||||||
%description swtok
|
%description swtok
|
||||||
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
|
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
|
||||||
@ -90,6 +92,7 @@ Group: System Environment/Libraries
|
|||||||
Summary: Trusted Platform Module (TPM) device support for opencryptoki
|
Summary: Trusted Platform Module (TPM) device support for opencryptoki
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: %{name}-libs < 2.3.2
|
Obsoletes: %{name}-libs < 2.3.2
|
||||||
|
Provides: %{name}(token)
|
||||||
|
|
||||||
%description tpmtok
|
%description tpmtok
|
||||||
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
|
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
|
||||||
@ -107,6 +110,7 @@ Group: System Environment/Libraries
|
|||||||
Summary: ICA cryptographic devices (clear-key) support for opencryptoki
|
Summary: ICA cryptographic devices (clear-key) support for opencryptoki
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: %{name}-libs < 2.3.2
|
Obsoletes: %{name}-libs < 2.3.2
|
||||||
|
Provides: %{name}(token)
|
||||||
|
|
||||||
%description icatok
|
%description icatok
|
||||||
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
|
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
|
||||||
@ -124,6 +128,7 @@ Group: System Environment/Libraries
|
|||||||
Summary: CCA cryptographic devices (secure-key) support for opencryptoki
|
Summary: CCA cryptographic devices (secure-key) support for opencryptoki
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: %{name}-libs < 2.3.2
|
Obsoletes: %{name}-libs < 2.3.2
|
||||||
|
Provides: %{name}(token)
|
||||||
|
|
||||||
%description ccatok
|
%description ccatok
|
||||||
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
|
Opencryptoki implements the PKCS#11 specification v2.11 for a set of
|
||||||
@ -271,6 +276,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 28 2013 Dan Horák <dan[at]danny.cz> - 2.4.2-3
|
||||||
|
- add virtual opencryptoki(token) Provides to token modules and as Requires
|
||||||
|
to main package (#904986)
|
||||||
|
|
||||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user