|
|
|
@ -1,19 +1,18 @@
|
|
|
|
|
Name: libzpc
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Open Source library for the IBM Z Protected-key crypto feature
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
Url: https://github.com/opencryptoki/libzpc
|
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: s390x
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: cpp
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: json-c-devel
|
|
|
|
|
Name: libzpc
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Open Source library for the IBM Z Protected-key crypto feature
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
Url: https://github.com/opencryptoki/libzpc
|
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: s390x
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: g++
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: json-c-devel
|
|
|
|
|
|
|
|
|
|
#Additional prerequisites for building the test program: libjson-c devel
|
|
|
|
|
#Additional prereqs for building the html and latex doc: doxygen >= 1.8.17, latex, bibtex
|
|
|
|
@ -29,11 +28,11 @@ z/Architecture's extensive performance-boosting hardware support and its
|
|
|
|
|
protected-key feature which ensures that key material is never present in
|
|
|
|
|
main memory at any time.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
@ -77,19 +76,15 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 12 2024 Jakub Čajka <jcajka@redhat.com> - 1.2.0-1
|
|
|
|
|
- Update to version 1.2.0
|
|
|
|
|
- Resolves: RHEL-11419
|
|
|
|
|
|
|
|
|
|
* Fri Nov 10 2023 Jakub Čajka <jcajka@redhat.com> - 1.1.1-1
|
|
|
|
|
- Update to version 1.1.1
|
|
|
|
|
- Resolves: RHEL-11419
|
|
|
|
|
|
|
|
|
|
* Tue May 09 2023 Jakub Čajka <jcajka@redhat.com> - 1.1.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#2110910, RHBZ#2174733
|
|
|
|
|
|
|
|
|
|
* Mon Nov 14 2022 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
|
|
|
|
|
- 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
|
|
|
|
|