From 0863368ea76a8ee8db1375f68da836c5296b3716 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 24 Jul 2024 03:40:43 +0300 Subject: [PATCH] import qatzip-1.2.0-1.el9_4 --- .gitignore | 2 +- .qatzip.metadata | 2 +- SPECS/qatzip.spec | 20 +++++++++++++++----- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c6569a6..477ac2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qatzip-1.1.2.tar.gz +SOURCES/qatzip-1.2.0.tar.gz diff --git a/.qatzip.metadata b/.qatzip.metadata index f1d9d75..2785b8c 100644 --- a/.qatzip.metadata +++ b/.qatzip.metadata @@ -1 +1 @@ -cf8e42860c74fb9e21052abf029008c1824d94e2 SOURCES/qatzip-1.1.2.tar.gz +b3102051fb9310c4a813a3202ddcd9ca2edfdb07 SOURCES/qatzip-1.2.0.tar.gz diff --git a/SPECS/qatzip.spec b/SPECS/qatzip.spec index fe0aa01..4a3abd5 100644 --- a/SPECS/qatzip.spec +++ b/SPECS/qatzip.spec @@ -4,16 +4,16 @@ %global libqatzip_soversion 3 Name: qatzip -Version: 1.1.2 +Version: 1.2.0 Release: 1%{?dist} Summary: Intel QuickAssist Technology (QAT) QATzip Library -License: BSD +License: BSD-3-Clause URL: https://github.com/intel/%{githubname} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc >= 4.8.5 BuildRequires: zlib-devel >= 1.2.7 -BuildRequires: qatlib-devel >= 22.07.0 +BuildRequires: qatlib-devel >= 23.08.0 BuildRequires: autoconf automake libtool make lz4-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 @@ -46,7 +46,7 @@ This package contains headers and libraries required to build applications that use the QATzip APIs. %prep -%autosetup -p0 -n %{githubname}-%{version} +%autosetup -n %{githubname}-%{version} %build %set_build_flags @@ -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,8 +87,17 @@ rm -vf %{buildroot}%{_mandir}/*.pdf %{_libdir}/pkgconfig/*.pc %changelog +* Fri Jun 14 2024 Vladis Dronov - 1.2.0-1 +- Update to qatzip v1.2.0 (RHEL-41077) +- 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) + * Wed Mar 29 2023 Vladis Dronov - 1.1.2-1 -- Update to qatzip 1.1.2 (bz 2178631) +- Update to qatzip 1.1.2 (bz 2082438) - Update README, update driver configure files - Fix some bugs - Add support for pkgconfig