Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2024-05-15 07:45:38 +00:00
parent 383ba2b014
commit 446f8cf812
3 changed files with 13 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
c7be71b5f4139b724ba6a8e058898056c9a7b09e SOURCES/libzpc-1.0.1.tar.gz
5acf42a9922f3d7115183b77372d271ef4196e23 SOURCES/libzpc-1.2.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: libzpc
Version: 1.0.1
Version: 1.2.0
Release: 1%{?dist}
Summary: Open Source library for the IBM Z Protected-key crypto feature
@ -75,6 +75,16 @@ developing applications that use %{name}.
%changelog
* Fri Jan 12 2024 Jakub Čajka <jcajka@redhat.com> - 1.2.0-1
- Update to 1.2.0
- Resolves: RHEL-11418
* Wed Nov 15 2023 Jakub Čajka <jcajka@redhat.com> - 1.1.1-1
- Update to 1.1.1
- Resolves: RHEL-11418
* 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#1924121, RHBZ#2131664