Import from AlmaLinux stable repository
This commit is contained in:
parent
049b082703
commit
772ff1c9c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/qatlib-23.02.0.tar.gz
|
SOURCES/qatlib-23.11.0.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
15f774d608a850173024399fb90c1e23cd7d4499 SOURCES/qatlib-23.02.0.tar.gz
|
|
@ -1,10 +1,10 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
%global libqat_soversion 3
|
%global libqat_soversion 4
|
||||||
%global libusdm_soversion 0
|
%global libusdm_soversion 0
|
||||||
Name: qatlib
|
Name: qatlib
|
||||||
Version: 23.02.0
|
Version: 23.11.0
|
||||||
Release: 2%{?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.
|
||||||
# For a breakdown of inbound licenses see the INSTALL file.
|
# For a breakdown of inbound licenses see the INSTALL file.
|
||||||
@ -103,6 +103,7 @@ exit 0
|
|||||||
%attr(0754,-,qat) %{_bindir}/cpa_sample_code
|
%attr(0754,-,qat) %{_bindir}/cpa_sample_code
|
||||||
%attr(0754,-,qat) %{_bindir}/dc_dp_sample
|
%attr(0754,-,qat) %{_bindir}/dc_dp_sample
|
||||||
%attr(0754,-,qat) %{_bindir}/dc_stateless_sample
|
%attr(0754,-,qat) %{_bindir}/dc_stateless_sample
|
||||||
|
%attr(0754,-,qat) %{_bindir}/chaining_sample
|
||||||
%attr(0754,-,qat) %{_bindir}/dc_stateless_multi_op_sample
|
%attr(0754,-,qat) %{_bindir}/dc_stateless_multi_op_sample
|
||||||
%attr(0754,-,qat) %{_bindir}/algchaining_sample
|
%attr(0754,-,qat) %{_bindir}/algchaining_sample
|
||||||
%attr(0754,-,qat) %{_bindir}/ccm_sample
|
%attr(0754,-,qat) %{_bindir}/ccm_sample
|
||||||
@ -130,8 +131,12 @@ exit 0
|
|||||||
%{_mandir}/man8/qat_init.sh.8*
|
%{_mandir}/man8/qat_init.sh.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 20 2023 Vladis Dronov <vdronov@redhat.com> - 23.11.0-1
|
||||||
|
- Update to qatlib 23.11.0 (RHEL-15641)
|
||||||
|
- Add chaining_sample to qatlib-tests package
|
||||||
|
|
||||||
* Fri Mar 03 2023 Vladis Dronov <vdronov@redhat.com> - 23.02.0-1
|
* Fri Mar 03 2023 Vladis Dronov <vdronov@redhat.com> - 23.02.0-1
|
||||||
- Update to qatlib 23.02.0 (bz 2176879)
|
- Update to qatlib 23.02.0 (bz 2084283)
|
||||||
|
|
||||||
* Fri Jul 22 2022 Vladis Dronov <vdronov@redhat.com> - 22.07.0-1
|
* Fri Jul 22 2022 Vladis Dronov <vdronov@redhat.com> - 22.07.0-1
|
||||||
- Update to qatlib 22.07 (bz 2040743)
|
- Update to qatlib 22.07 (bz 2040743)
|
||||||
|
Loading…
Reference in New Issue
Block a user