import CS libzpc-1.1.0-1.el9

This commit is contained in:
eabdullin 2023-10-20 12:27:25 +00:00 committed by eabdullin
parent 172d5d0224
commit 93a55f4c9d
3 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libzpc-1.0.1.tar.gz
SOURCES/libzpc-1.1.0.tar.gz

View File

@ -1 +1 @@
c7be71b5f4139b724ba6a8e058898056c9a7b09e SOURCES/libzpc-1.0.1.tar.gz
d8199f1b9e9c5324d29c8327eece5f0202402cdb SOURCES/libzpc-1.1.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: libzpc
Version: 1.0.1
Version: 1.1.0
Release: 1%{?dist}
Summary: Open Source library for the IBM Z Protected-key crypto feature
@ -10,7 +10,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
ExclusiveArch: s390x
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: cpp
BuildRequires: cpp
BuildRequires: make
BuildRequires: json-c-devel
@ -75,7 +75,10 @@ developing applications that use %{name}.
%changelog
* Mon Nov 14 2022 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
* Mon May 15 2023 Jakub Čajka <jcajka@redhat.com> - 1.1.0-1
- Update to version 1.1.0
- Support for ECC
- Resolves: RHBZ#2174732, RHBZ#2110916
* Mon Nov 21 2022 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
- Initial package import
- Resolves: RHBZ#2131701, RHBZ#1922196
- Resolves: RHBZ#1924121, RHBZ#2131664