Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2024-05-31 16:51:30 +00:00
parent 3ac8b44ecd
commit ff7859c45d
3 changed files with 15 additions and 7 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 +0,0 @@
c7be71b5f4139b724ba6a8e058898056c9a7b09e SOURCES/libzpc-1.0.1.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
@ -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,16 @@ developing applications that use %{name}.
%changelog
* Mon Nov 14 2022 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
* 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#2131701, RHBZ#1922196
- Resolves: RHBZ#1924121, RHBZ#2131664