Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2024-05-31 17:03:54 +00:00
parent 049b082703
commit 772ff1c9c8
3 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qatlib-23.02.0.tar.gz
SOURCES/qatlib-23.11.0.tar.gz

View File

@ -1 +0,0 @@
15f774d608a850173024399fb90c1e23cd7d4499 SOURCES/qatlib-23.02.0.tar.gz

View File

@ -1,10 +1,10 @@
# SPDX-License-Identifier: MIT
%global libqat_soversion 3
%global libqat_soversion 4
%global libusdm_soversion 0
Name: qatlib
Version: 23.02.0
Release: 2%{?dist}
Version: 23.11.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.
@ -103,6 +103,7 @@ exit 0
%attr(0754,-,qat) %{_bindir}/cpa_sample_code
%attr(0754,-,qat) %{_bindir}/dc_dp_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}/algchaining_sample
%attr(0754,-,qat) %{_bindir}/ccm_sample
@ -130,8 +131,12 @@ exit 0
%{_mandir}/man8/qat_init.sh.8*
%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
- 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
- Update to qatlib 22.07 (bz 2040743)