diff --git a/.gitignore b/.gitignore index d78d7b7..ca9ca3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qatlib-23.02.0.tar.gz +SOURCES/qatlib-24.02.0.tar.gz diff --git a/.qatlib.metadata b/.qatlib.metadata index d87667e..c475d2a 100644 --- a/.qatlib.metadata +++ b/.qatlib.metadata @@ -1 +1 @@ -15f774d608a850173024399fb90c1e23cd7d4499 SOURCES/qatlib-23.02.0.tar.gz +a79ab315efc9a3e171bfd8def44b3f4acb41c1b8 SOURCES/qatlib-24.02.0.tar.gz diff --git a/SPECS/qatlib.spec b/SPECS/qatlib.spec index 85e3645..f648918 100644 --- a/SPECS/qatlib.spec +++ b/SPECS/qatlib.spec @@ -1,14 +1,14 @@ # 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: 24.02.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. -License: BSD and (BSD or GPLv2) +License: BSD-3-Clause AND ( BSD-3-Clause OR GPL-2.0-only ) URL: https://github.com/intel/%{name} Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: systemd gcc make autoconf automake libtool systemd-devel openssl-devel zlib-devel nasm @@ -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 @@ -118,6 +119,7 @@ exit 0 %attr(0754,-,qat) %{_bindir}/prime_sample %attr(0754,-,qat) %{_bindir}/hkdf_sample %attr(0754,-,qat) %{_bindir}/ec_montedwds_sample +%attr(0754,-,qat) %{_bindir}/zuc_sample %{_datadir}/qat/calgary %{_datadir}/qat/calgary32 %{_datadir}/qat/canterbury @@ -130,11 +132,20 @@ exit 0 %{_mandir}/man8/qat_init.sh.8* %changelog -* Wed Mar 15 2023 MSVSphere Packaging Team - 22.07.0-1 +* Fri Jun 14 2024 Vladis Dronov - 24.02.0-1 +- Update to qatlib 24.02.0 (RHEL-40921) +- Add zuc_sample to qatlib-tests package +- Use proper SPDX license identifiers + +* Mon Nov 20 2023 Vladis Dronov - 23.11.0-1 +- Update to qatlib 23.11.0 (RHEL-15639) +- Add chaining_sample to qatlib-tests package + +* Wed Mar 15 2023 MSVSphere Packaging Team - 23.02.0-1 - Rebuilt for MSVSphere 9.1. -* Fri Mar 03 2023 Vladis Dronov - 23.02.0-2 -- Update to qatlib 23.02.0 (bz 2176873) +* Fri Mar 03 2023 Vladis Dronov - 23.02.0-1 +- Update to qatlib 23.02.0 (bz 2084227) * Fri Jul 22 2022 Vladis Dronov - 22.07.0-1 - Update to qatlib 22.07 (bz 2040744)