import qatlib-21.05.0-1.el8
This commit is contained in:
parent
1576288faf
commit
0839467c76
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/qatlib-20.10.0.tar.gz
|
||||
SOURCES/qatlib-21.05.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
7f8242e405b98fa537243c4a3920f1fe136559cb SOURCES/qatlib-20.10.0.tar.gz
|
||||
547b994a7a504a3f2f6bbf3cf1896e2fb599623a SOURCES/qatlib-21.05.0.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global libqat_soversion 0
|
||||
%global libusdm_soversion 0
|
||||
Name: qatlib
|
||||
Version: 20.10.0
|
||||
Release: 3%{?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 Jun 8 2021 Vladis Dronov <vdronov@redhat.com> - 21.05.0-1
|
||||
- Update to qatlib 21.05 (bz 1920237)
|
||||
|
||||
* Tue Feb 9 2021 Vladis Dronov <vdronov@redhat.com> - 20.10.0-3
|
||||
- Add OSCI testing harness (bz 1907482)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user