From e84ce16317ac3a69fb70a3dd5629e80dc8649f65 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 1 Nov 2023 10:31:27 +0300 Subject: [PATCH] Use CentOS stream spec file --- SPECS/libnxz.spec | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/SPECS/libnxz.spec b/SPECS/libnxz.spec index be2e1fd..204ec48 100644 --- a/SPECS/libnxz.spec +++ b/SPECS/libnxz.spec @@ -19,6 +19,9 @@ BuildRequires: gcc BuildRequires: make BuildRequires: systemd-rpm-macros +# udev rules for nx-gzip dev +Requires: powerpc-utils-core > 1.3.10-4 + %description libnxz is a zlib-compatible library that uses the NX GZIP Engine available on POWER9 or newer processors in order to provide a faster zlib/gzip compression @@ -77,14 +80,7 @@ fi %{_libdir}/libnxz.la %changelog -* Thu Apr 06 2023 Jakub Čajka - 0.64-1 -- update to 0.64 -- Resolves: RHBZ#2177335 +* Tue May 16 2023 Jakub Čajka - 0.64-1 +- initial package import from Fedora +- Resolves: RHBZ#2028638, RHBZ#2174893 -* Mon Aug 29 2022 Jakub Čajka - 0.63-2 -- bump for gating -- Related: RHBZ#2101334 - -* Fri Jul 29 2022 Jakub Čajka - 0.63-1 -- initial package import -- Resolves: RHBZ#2101334