From c6b6e107696d7e515366880282d179e6c0ef3719 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Mar 2025 08:04:09 +0000 Subject: [PATCH] import CS qatlib-24.09.0-1.el9 --- .gitignore | 2 +- .qatlib.metadata | 2 +- SPECS/qatlib.spec | 18 +++++++++++++++--- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a36ce69..ea2e599 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qatlib-23.11.0.tar.gz +SOURCES/qatlib-24.09.0.tar.gz diff --git a/.qatlib.metadata b/.qatlib.metadata index 03e7772..d4136fa 100644 --- a/.qatlib.metadata +++ b/.qatlib.metadata @@ -1 +1 @@ -b07e6984e9aa902c01afe07ab38fd4f1df86b0b9 SOURCES/qatlib-23.11.0.tar.gz +3c5ac25193dbac5efafb17d396a2dd152af72fac SOURCES/qatlib-24.09.0.tar.gz diff --git a/SPECS/qatlib.spec b/SPECS/qatlib.spec index c985413..8329b59 100644 --- a/SPECS/qatlib.spec +++ b/SPECS/qatlib.spec @@ -3,15 +3,15 @@ %global libqat_soversion 4 %global libusdm_soversion 0 Name: qatlib -Version: 23.11.0 +Version: 24.09.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 +BuildRequires: systemd gcc make autoconf automake libtool systemd-devel openssl-devel zlib-devel nasm numactl-devel Requires(pre): shadow-utils Recommends: qatlib-service # https://bugzilla.redhat.com/show_bug.cgi?id=1897661 @@ -47,6 +47,7 @@ This package contains sample applications that use the Intel QuickAssists APIs. %package service Summary: A daemon for qatlib resources management +Requires: pciutils Requires: %{name}%{?_isa} = %{version}-%{release} %{?systemd_requires} @@ -119,6 +120,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 @@ -131,6 +133,16 @@ exit 0 %{_mandir}/man8/qat_init.sh.8* %changelog +* Tue Oct 01 2024 Vladis Dronov - 24.09.0-1 +- Update to qatlib 24.09.0 @ 36fb0903 (RHEL-40255) +- Add pciutils as a dependency of the qatlib-service subpackage +- Add numactl-devel as a dependency since it is required by qatlib-24.09.0 + +* Fri Mar 22 2024 Vladis Dronov - 24.02.0-1 +- Update to qatlib 24.02.0 (RHEL-20174) +- 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