openssl-ibmpkcs11 package is retired on c9s for CS-548
This commit is contained in:
parent
4323034e4e
commit
bd21796c17
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
/openssl-ibmpkcs11-1.0.1.tar.gz
|
|
||||||
/openssl-ibmpkcs11-1.0.2.tar.gz
|
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
|||||||
|
openssl-ibmpkcs11 package is retired on c9s for CS-548
|
@ -1,83 +0,0 @@
|
|||||||
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
|
|
||||||
|
|
||||||
Name: openssl-ibmpkcs11
|
|
||||||
Version: 1.0.2
|
|
||||||
Release: 9%{?dist}
|
|
||||||
Summary: IBM OpenSSL PKCS#11 engine
|
|
||||||
|
|
||||||
License: OpenSSL
|
|
||||||
URL: https://github.com/opencryptoki/openssl-ibmpkcs11
|
|
||||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: automake autoconf libtool
|
|
||||||
BuildRequires: openssl-devel
|
|
||||||
Requires: opencryptoki-libs%{?_isa}
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
This package contains a shared object OpenSSL dynamic engine for the use
|
|
||||||
with a PKCS#11 implementation such as openCryptoki.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -p1
|
|
||||||
|
|
||||||
./bootstrap.sh
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
%configure --libdir=%{enginesdir}
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
%make_install
|
|
||||||
mv openssl.cnf.sample openssl.cnf.sample.%{_arch}
|
|
||||||
rm -f $RPM_BUILD_ROOT%{enginesdir}/*.la
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
|
||||||
%license LICENSE
|
|
||||||
%doc README openssl.cnf.sample.%{_arch}
|
|
||||||
%{enginesdir}/ibmpkcs11.so
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.2-9
|
|
||||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
||||||
Related: rhbz#1971065
|
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.2-8
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 23 2018 Dan Horák <dan@danny.cz> - 1.0.2-1
|
|
||||||
- updated to 1.0.2
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 23 2018 Dan Horák <dan@danny.cz> - 1.0.1-2
|
|
||||||
- apply fix for autotools
|
|
||||||
- don't hard-code %%enginesdir
|
|
||||||
|
|
||||||
* Fri Jan 19 2018 Dan Horák <dan@danny.cz> - 1.0.1-1
|
|
||||||
- initial Fedora version
|
|
Loading…
Reference in New Issue
Block a user