From f38109453ccaea32ad208586cd42fa12d09b3f11 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 29 Sep 2025 09:44:27 +0000 Subject: [PATCH] import CS qatzip-1.3.1-1.el9 --- .gitignore | 2 +- .qatzip.metadata | 2 +- SPECS/qatzip.spec | 21 ++++++++++++++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c6569a6..48ab61e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qatzip-1.1.2.tar.gz +SOURCES/qatzip-1.3.1.tar.gz diff --git a/.qatzip.metadata b/.qatzip.metadata index d1efd6b..364b174 100644 --- a/.qatzip.metadata +++ b/.qatzip.metadata @@ -1 +1 @@ -ecf085e51660d4fe5da588a4144c3295d455555f SOURCES/qatzip-1.1.2.tar.gz +d9e09dea914b3ac4fd441bc4b6533e4b9b808ade SOURCES/qatzip-1.3.1.tar.gz diff --git a/SPECS/qatzip.spec b/SPECS/qatzip.spec index 147496d..139061a 100644 --- a/SPECS/qatzip.spec +++ b/SPECS/qatzip.spec @@ -4,8 +4,8 @@ %global libqatzip_soversion 3 Name: qatzip -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Intel QuickAssist Technology (QAT) QATzip Library License: BSD-3-Clause URL: https://github.com/intel/%{githubname} @@ -14,7 +14,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc >= 4.8.5 BuildRequires: zlib-devel >= 1.2.7 BuildRequires: qatlib-devel >= 23.08.0 -BuildRequires: autoconf automake libtool make lz4-devel +BuildRequires: autoconf automake libtool make lz4-devel numactl-devel # The purpose of the package is to support hardware that only exists on x86_64 platforms # https://bugzilla.redhat.com/show_bug.cgi?id=1987280 ExclusiveArch: x86_64 @@ -74,6 +74,7 @@ rm -vf %{buildroot}%{_mandir}/*.pdf %license LICENSE* %{_mandir}/man1/qzip.1* %{_bindir}/qzip +%{_bindir}/qatzip-test %files libs %license LICENSE* @@ -86,6 +87,20 @@ rm -vf %{buildroot}%{_mandir}/*.pdf %{_libdir}/pkgconfig/*.pc %changelog +* Tue Apr 29 2025 Vladis Dronov - 1.3.1-1 +- Update to qatzip 1.3.1 @ 10dbadba (RHEL-73091, RHEL-50460) +- Fix qatzip docker file build broken issue +- Support Latency sensitive mode for qatzip +- Add a suit of comp/decomp API to support Async offloading +- Support zlib format and end of stream flag +- Fix some bugs + +* Fri Mar 22 2024 Vladis Dronov - 1.2.0-1 +- Update to qatzip v1.2.0 (RHEL-20180) +- Add qatzip-test tool +- SW fallback +- Fix some bugs + * Mon Nov 20 2023 Vladis Dronov - 1.1.2-2 - Rebuild qatzip 1.1.2 for qatlib 23.11 (RHEL-15635)