|
|
@ -1,9 +1,9 @@
|
|
|
|
# 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: 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.
|
|
|
@ -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,6 +131,10 @@ 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-15639)
|
|
|
|
|
|
|
|
- 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 2084227)
|
|
|
|
- Update to qatlib 23.02.0 (bz 2084227)
|
|
|
|
|
|
|
|
|
|
|
|