Update to version 1.1.1
Resolves: RHEL-11419
This commit is contained in:
parent
c7b50cfe46
commit
06d72c161a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libzpc-1.0.1.tar.gz
|
||||
/libzpc-1.1.0.tar.gz
|
||||
/libzpc-1.1.1.tar.gz
|
||||
|
37
libzpc.spec
37
libzpc.spec
@ -1,18 +1,19 @@
|
||||
Name: libzpc
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Source library for the IBM Z Protected-key crypto feature
|
||||
Name: libzpc
|
||||
Version: 1.1.1
|
||||
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
|
||||
License: MIT
|
||||
Url: https://github.com/opencryptoki/libzpc
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
ExclusiveArch: s390x
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
ExclusiveArch: s390x
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cpp
|
||||
BuildRequires: make
|
||||
BuildRequires: json-c-devel
|
||||
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
|
||||
@ -28,11 +29,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}.
|
||||
|
||||
@ -75,6 +76,10 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* 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 version 1.1.0
|
||||
- Support for ECC
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libzpc-1.1.0.tar.gz) = ab419543672630f15295e069d066eae392fd12b8d5bc05352be437d93285e5ca7c64ecbc0a1fe6ca67d8aa4f0b3ec4d6bb8031b1e88b4df1687e2edee32ac38b
|
||||
SHA512 (libzpc-1.1.1.tar.gz) = 676fd4f658dbccdf99f13ea754befb5cb6baee679d2ac00cdaceb92c901da36abe822be45346fdb5d0195eb0f548ee9c80fe369d99a0c951d64a062173a04b89
|
||||
|
Loading…
Reference in New Issue
Block a user