Update to qatlib 21.05
This commit is contained in:
parent
fdf9d2bc41
commit
46f5da9786
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/qatlib-20.10.0.tar.gz
|
||||
/qatlib-21.05.0.tar.gz
|
||||
|
13
qatlib.spec
13
qatlib.spec
@ -3,8 +3,8 @@
|
||||
%global libqat_soversion 0
|
||||
%global libusdm_soversion 0
|
||||
Name: qatlib
|
||||
Version: 20.10.0
|
||||
Release: 4%{?dist}
|
||||
Version: 21.05.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel QuickAssist user space library
|
||||
# The entire source code is released under BSD.
|
||||
# For a breakdown of inbound licenses see the INSTALL file.
|
||||
@ -52,6 +52,10 @@ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm %{buildroot}/%{_libdir}/libqat-%{version}.so
|
||||
rm %{buildroot}/%{_libdir}/libusdm-%{version}.so
|
||||
rm %{buildroot}/%{_libdir}/libqat.la
|
||||
rm %{buildroot}/%{_libdir}/libusdm.la
|
||||
|
||||
%pre
|
||||
getent group qat >/dev/null || groupadd -r qat
|
||||
@ -80,10 +84,11 @@ exit 0
|
||||
%{_libdir}/libqat.so
|
||||
%{_libdir}/libusdm.so
|
||||
%{_includedir}/qat
|
||||
%exclude %{_libdir}/libqat.la
|
||||
%exclude %{_libdir}/libusdm.la
|
||||
|
||||
%changelog
|
||||
* Tue May 18 2021 Giovanni Cabiddu <giovanni.cabiddu@intel.com> - 21.05.0-1
|
||||
- Update to qatlib 21.05
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 20.10.0-4
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qatlib-20.10.0.tar.gz) = 9fb91b662703f7b46646543951a8927a90edd0ba2928fbf8a4fabc6648c4cc1aea40f4a26aabd2d78ae7616052014ef739fe88c89f6770cf708d096b84c1e64b
|
||||
SHA512 (qatlib-21.05.0.tar.gz) = efcf6d683fb759846478ce75f6689b7a32fc0f5c37808d480a79cac1f45ab6e476f1b68d03e8a8de6056f1b82dd4a025a4a2341e7aaeb6fc745f55ba7ad86b2b
|
||||
|
Loading…
Reference in New Issue
Block a user