Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
rpms
openssl-ibmca
Commits
8040a01c
Commit
8040a01c
authored
Nov 08, 2022
by
Rocky Automation
📺
Browse files
import openssl-ibmca-2.3.0-1.el8
parent
33d7c631
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
8040a01c
SOURCES/openssl-ibmca-2.
2.1
.tar.gz
SOURCES/openssl-ibmca-2.
3.0
.tar.gz
.openssl-ibmca.metadata
View file @
8040a01c
1bc8005fdf4af4604b223c5ce9e7cd642be14c94
SOURCES/openssl-ibmca-2.
2.1
.tar.gz
826976fdb0a4de24affe6b7c6678665bea8cdda0
SOURCES/openssl-ibmca-2.
3.0
.tar.gz
SPECS/openssl-ibmca.spec
View file @
8040a01c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment