import qatlib-21.05.0-2.el8
This commit is contained in:
parent
a5a48fe474
commit
2967c16e0d
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 libqat_soversion 0
|
||||||
%global libusdm_soversion 0
|
%global libusdm_soversion 0
|
||||||
Name: qatlib
|
Name: qatlib
|
||||||
Version: 20.10.0
|
Version: 21.05.0
|
||||||
Release: 3%{?dist}
|
Release: 2%{?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.
|
||||||
# For a breakdown of inbound licenses see the INSTALL file.
|
# 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
|
%install
|
||||||
%make_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
|
%pre
|
||||||
getent group qat >/dev/null || groupadd -r qat
|
getent group qat >/dev/null || groupadd -r qat
|
||||||
@ -67,6 +71,7 @@ exit 0
|
|||||||
%systemd_postun_with_restart qat.service
|
%systemd_postun_with_restart qat.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%doc INSTALL README.md
|
||||||
%license LICENSE*
|
%license LICENSE*
|
||||||
%{_libdir}/libqat.so.%{libqat_soversion}*
|
%{_libdir}/libqat.so.%{libqat_soversion}*
|
||||||
%{_libdir}/libusdm.so.%{libusdm_soversion}*
|
%{_libdir}/libusdm.so.%{libusdm_soversion}*
|
||||||
@ -80,10 +85,14 @@ exit 0
|
|||||||
%{_libdir}/libqat.so
|
%{_libdir}/libqat.so
|
||||||
%{_libdir}/libusdm.so
|
%{_libdir}/libusdm.so
|
||||||
%{_includedir}/qat
|
%{_includedir}/qat
|
||||||
%exclude %{_libdir}/libqat.la
|
|
||||||
%exclude %{_libdir}/libusdm.la
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 27 2021 Vladis Dronov <vdronov@redhat.com> - 21.05.0-2
|
||||||
|
- Add documentation files to the main package
|
||||||
|
|
||||||
|
* 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
|
* Tue Feb 9 2021 Vladis Dronov <vdronov@redhat.com> - 20.10.0-3
|
||||||
- Add OSCI testing harness (bz 1907482)
|
- Add OSCI testing harness (bz 1907482)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user