Dominique Leuenberger 2023-04-04 19:26:23 +00:00 committed by Git OBS Bridge
commit 2fbe69b3ae
4 changed files with 11 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27946ac43c8714c7c2db40482bc2e7b3386eb534b322ebc2586b9fc8072f3ef2
size 189509

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:050b7b3d340b18ba1301ead114026d90edf4458d3a7673dbcc44536fc43314a0
size 213358

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 4 07:59:03 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Upgraded openssl-ibmca to version 2.4.0(bsc#1210058 and bsc#1210059)
-------------------------------------------------------------------
Tue Mar 14 11:35:44 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>

View File

@ -19,7 +19,7 @@
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
Name: openssl-ibmca
Version: 2.3.1
Version: 2.4.0
Release: 0
Summary: The IBMCA OpenSSL dynamic engine
License: Apache-2.0
@ -27,7 +27,7 @@ Group: Hardware/Other
URL: https://github.com/opencryptoki/openssl-ibmca
Source: https://github.com/opencryptoki/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: engine_section.txt
###
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libica-devel >= 3.1.1
@ -42,7 +42,7 @@ This package contains a shared object OpenSSL dynamic engine which interfaces
to libica, a library enabling the IBM s390/x CPACF crypto instructions.
%prep
%autosetup
%autosetup -p1
./bootstrap.sh
%build