Compare commits

...

No commits in common. "imports/c8-beta/openssl-ibmca-2.2.1-1.el8" and "c8" have entirely different histories.

3 changed files with 14 additions and 6 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
1bc8005fdf4af4604b223c5ce9e7cd642be14c94 SOURCES/openssl-ibmca-2.2.1.tar.gz
5e5ac182d30787788c94b5dcdf9a3a21d209bbaf SOURCES/openssl-ibmca-2.3.1.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.1
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,20 @@ 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
* Fri Jan 06 2023 Dan Horák <dhorak[at]redhat.com> - 2.3.1-1
- updated to 2.3.1 (#2110379)
- Resolves: #2110379
* 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