diff --git a/qatlib.spec b/qatlib.spec index 107ee2b..6cb934c 100644 --- a/qatlib.spec +++ b/qatlib.spec @@ -4,7 +4,7 @@ %global libusdm_soversion 0 Name: qatlib Version: 20.10.0 -Release: 1%{?dist} +Release: 2%{?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. @@ -14,7 +14,7 @@ Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{ BuildRequires: systemd gcc make autoconf automake libtool systemd-devel openssl-devel zlib-devel Requires(pre): shadow-utils # https://bugzilla.redhat.com/show_bug.cgi?id=1897661 -ExcludeArch: %{arm} aarch64 %{power64} s390x +ExcludeArch: %{arm} aarch64 %{power64} s390x i686 %{?systemd_requires} @@ -84,8 +84,12 @@ exit 0 %exclude %{_libdir}/libusdm.la %changelog +* Mon Dec 14 2020 Giovanni Cabiddu - 20.10.0-2 +- Add ExcludeArch i686 + * Mon Nov 16 2020 Giovanni Cabiddu - 20.10.0-1 - Update to qatlib 20.10 - Fixes to spec to address comments from Fedora review + * Mon Aug 10 2020 Mateusz Polrola - 20.08.0-1 - Initial version of the package