Update to qatlib 22.07.2
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
This commit is contained in:
parent
8d4938a755
commit
27c62a35da
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/qatlib-22.07.1.tar.gz
|
||||
/qatlib-22.07.2.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global libqat_soversion 3
|
||||
%global libusdm_soversion 0
|
||||
Name: qatlib
|
||||
Version: 22.07.1
|
||||
Version: 22.07.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel QuickAssist user space library
|
||||
# The entire source code is released under BSD.
|
||||
@ -11,7 +11,7 @@ Summary: Intel QuickAssist user space library
|
||||
License: BSD and (BSD or GPLv2)
|
||||
URL: https://github.com/intel/%{name}
|
||||
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: systemd gcc make autoconf automake libtool systemd-devel openssl-devel zlib-devel yasm
|
||||
BuildRequires: systemd gcc make autoconf automake libtool systemd-devel openssl-devel zlib-devel nasm
|
||||
Requires(pre): shadow-utils
|
||||
Recommends: qatlib-service
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1897661
|
||||
@ -95,6 +95,7 @@ exit 0
|
||||
%files devel
|
||||
%{_libdir}/libqat.so
|
||||
%{_libdir}/libusdm.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/qat
|
||||
|
||||
%files tests
|
||||
@ -129,6 +130,9 @@ exit 0
|
||||
%{_mandir}/man8/qat_init.sh.8*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 15 2022 Giovanni Cabiddu <giovanni.cabiddu@intel.com> - 22.07.2-1
|
||||
- Update to qatlib 22.07.2
|
||||
|
||||
* Thu Oct 20 2022 Giovanni Cabiddu <giovanni.cabiddu@intel.com> - 22.07.1-1
|
||||
- Update to qatlib 22.07.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qatlib-22.07.1.tar.gz) = 7b6c888184a9ce160144202f12ae4396b33040ebcc3b44b3388a0f296a2da0fe9f63ff4e0a22221f135b7e21b996ba3428e0024406f0461f08bf9d7af63b92c9
|
||||
SHA512 (qatlib-22.07.2.tar.gz) = 9a1d0981bf3431d827cda6244332dd5408f726499c1f4505fcae297c264b17f3e19464f65d900692aebc5b5935e0d332eb92382cc49225acb16026adf4caf377
|
||||
|
Loading…
Reference in New Issue
Block a user