diff --git a/qatzip.spec b/qatzip.spec index 7e5ef67..62c5820 100644 --- a/qatzip.spec +++ b/qatzip.spec @@ -5,7 +5,7 @@ Name: qatzip Version: 1.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Intel QuickAssist Technology (QAT) QATzip Library License: BSD URL: https://github.com/intel/%{githubname} @@ -13,8 +13,9 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc >= 4.8.5 BuildRequires: zlib-devel >= 1.2.7 -BuildRequires: qatlib-devel >= 20.10.0 +BuildRequires: qatlib-devel >= 21.08.0 # 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 %description @@ -81,6 +82,9 @@ rm -vf %{buildroot}%{_mandir}/*.pdf %{_libdir}/libqatzip.so %changelog +* Sun Sep 12 2021 zm627 - 1.0.5-3 +- Add ExcludeArch ticket number + * Sun Sep 12 2021 zm627 - 1.0.5-2 - Rebuilt for qatlib v21.08