The package rpms/criu.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/criu.git/commit/?id=c84a7ab6b62a4850....
Change: -ExclusiveArch: x86_64 ppc64le
Thanks.
Full change: ============
commit c84a7ab6b62a4850c4a57ebeab79969a98a24a55 Author: Adrian Reber adrian@lisas.de Date: Thu Sep 28 10:21:00 2017 +0200
Update to 3.5 (#1496614)
diff --git a/.gitignore b/.gitignore index e36cac5..ef77a54 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /criu-3.2.1.tar.bz2 /criu-3.3.tar.bz2 /criu-3.4.tar.bz2 +/criu-3.5.tar.bz2 diff --git a/criu.spec b/criu.spec index aa1d236..843e26d 100644 --- a/criu.spec +++ b/criu.spec @@ -5,7 +5,7 @@ %endif
Name: criu -Version: 3.4 +Version: 3.5 Release: 1%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 @@ -34,14 +34,8 @@ BuildRequires: asciidoc xmlto
# user-space and kernel changes are only available for x86_64, arm, # ppc64le, aarch64 and s390x -# the code is very architecture specific # https://bugzilla.redhat.com/show_bug.cgi?id=902875 -%if 0%{?fedora} ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x -%else -ExclusiveArch: x86_64 ppc64le -%endif -
%description criu is the user-space part of Checkpoint/Restore in User-space @@ -142,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
%changelog +* Thu Sep 28 2017 Adrian Reber adrian@lisas.de - 3.5-1 +- Update to 3.5 (#1496614) + * Sun Aug 27 2017 Adrian Reber adrian@lisas.de - 3.4-1 - Update to 3.4 (#1483774) - Removed upstreamed patches diff --git a/sources b/sources index 8ae0cc0..92de5fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (criu-3.4.tar.bz2) = 71fc700d19b46381873b2d0fa90e7fa253b00beb5e4e6065bbf510766acbcc14b35d58fa8073801112f897d2320b7decca1115fb6853d5fe64f3c52aa40a9f32 +SHA512 (criu-3.5.tar.bz2) = 2f2bd3e04ba3412fdfa215c8ac4d47f286f07b45f8ef7b609ce8ca8953036fcc6bfac3a5c68cdde9190723c35005bbf1bf4e67742f628917b766d4cb13cd29b0
arch-excludes@lists.fedoraproject.org