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 libqat_soversion 3
|
||||||
%global libusdm_soversion 0
|
%global libusdm_soversion 0
|
||||||
Name: qatlib
|
Name: qatlib
|
||||||
Version: 22.07.1
|
Version: 22.07.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Intel QuickAssist user space library
|
Summary: Intel QuickAssist user space library
|
||||||
# The entire source code is released under BSD.
|
# The entire source code is released under BSD.
|
||||||
@ -11,7 +11,7 @@ Summary: Intel QuickAssist user space library
|
|||||||
License: BSD and (BSD or GPLv2)
|
License: BSD and (BSD or GPLv2)
|
||||||
URL: https://github.com/intel/%{name}
|
URL: https://github.com/intel/%{name}
|
||||||
Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
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
|
Requires(pre): shadow-utils
|
||||||
Recommends: qatlib-service
|
Recommends: qatlib-service
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1897661
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1897661
|
||||||
@ -95,6 +95,7 @@ exit 0
|
|||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libqat.so
|
%{_libdir}/libqat.so
|
||||||
%{_libdir}/libusdm.so
|
%{_libdir}/libusdm.so
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/qat
|
%{_includedir}/qat
|
||||||
|
|
||||||
%files tests
|
%files tests
|
||||||
@ -129,6 +130,9 @@ exit 0
|
|||||||
%{_mandir}/man8/qat_init.sh.8*
|
%{_mandir}/man8/qat_init.sh.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 20 2022 Giovanni Cabiddu <giovanni.cabiddu@intel.com> - 22.07.1-1
|
||||||
- Update to qatlib 22.07.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