import openssl-ibmca-2.3.0-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:57:23 -05:00 committed by Stepan Oksanichenko
parent c21ea2f0a7
commit c80a380a9f
3 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/openssl-ibmca-2.2.1.tar.gz
SOURCES/openssl-ibmca-2.3.0.tar.gz

View File

@ -1 +1 @@
1bc8005fdf4af4604b223c5ce9e7cd642be14c94 SOURCES/openssl-ibmca-2.2.1.tar.gz
826976fdb0a4de24affe6b7c6678665bea8cdda0 SOURCES/openssl-ibmca-2.3.0.tar.gz

View File

@ -2,7 +2,7 @@
Summary: A dynamic OpenSSL engine for IBMCA
Name: openssl-ibmca
Version: 2.2.1
Version: 2.3.0
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Libraries
@ -27,7 +27,7 @@ A dynamic OpenSSL engine for IBMCA crypto hardware on IBM z Systems machines.
%build
%configure --libdir=%{enginesdir}
%configure --libdir=%{enginesdir} --with-libica-version=3
make %{?_smp_mflags}
@ -35,7 +35,7 @@ make %{?_smp_mflags}
%make_install
rm -f $RPM_BUILD_ROOT%{enginesdir}/*.la
pushd src
pushd src/engine
sed -e 's|/usr/local/lib|%{enginesdir}|' openssl.cnf.sample > openssl.cnf.sample.%{_arch}
popd
@ -49,12 +49,16 @@ make check
%files
%license LICENSE
%doc ChangeLog README.md src/openssl.cnf.sample.%{_arch}
%doc ChangeLog README.md src/engine/openssl.cnf.sample.%{_arch}
%{enginesdir}/ibmca.so
%{_mandir}/man5/ibmca.5*
%changelog
* Tue Mar 29 2022 Dan Horák <dhorak[at]redhat.com> - 2.3.0-1
- updated to 2.3.0 (#2043842)
- Resolves: #2043842
* Wed Oct 06 2021 Dan Horák <dhorak[at]redhat.com> - 2.2.1-1
- updated to 2.2.1 (#1984971)
- Resolves: #1984971