diff --git a/SPECS/criu.spec b/SPECS/criu.spec index cc74b66..841872f 100644 --- a/SPECS/criu.spec +++ b/SPECS/criu.spec @@ -34,7 +34,7 @@ BuildRequires: asciidoc xmlto # code is very architecture specific # once imported in RCS it needs a bug openend explaining the ExclusiveArch # https://bugzilla.redhat.com/show_bug.cgi?id=902875 -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} ExclusiveArch: x86_64 %{arm} ppc64le aarch64 %else ExclusiveArch: x86_64 ppc64le @@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT%{_libexecdir}/%{name} %changelog +* Wed Apr 4 2018 Pablo Greco - 2.12-2 +- Update to build on armhfp + * Wed Jun 28 2017 Adrian Reber - 2.12-2 - Added patches for guard page kernel fixes