The package rpms/dmtcp.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/dmtcp.git/commit/?id=d80ac8bc1abf999....
Change: +%ifarch x86_64
Thanks.
Full change: ============
commit d80ac8bc1abf999d1bc376fadc868528c833f87c Author: Kapil Arya kapil@mesosphere.io Date: Fri Dec 29 04:08:50 2017 +0000
Updated to 2.5.2.
diff --git a/dmtcp.spec b/dmtcp.spec index a60742d..7459d60 100644 --- a/dmtcp.spec +++ b/dmtcp.spec @@ -1,8 +1,8 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Name: dmtcp -Version: 2.5.0 -Release: 3%{?dist} +Version: 2.5.2 +Release: 1%{?dist} Summary: Checkpoint/Restart functionality for Linux processes Group: Applications/System License: LGPLv3+ @@ -44,7 +44,16 @@ This package provides files for developing DMTCP plugins. make %{?_smp_mflags}
%check -./test/autotest.py --retry-once --slow || : +make %{?_smp_mflags} tests + +# Test suite disabled for non-x86_64 architectures. +%ifarch x86_64 +# Disable syscall-tester, file, and posix-mq tests until fixed upstream. +sed -i -e's:(runTest("syscall-tester"):pass #\1:' test/autotest.py +sed -i -e's:(runTest("file):pass #\1:' test/autotest.py +sed -i -e's:(runTest("posix-mq):pass #\1:' test/autotest.py +./test/autotest.py --retry-once || : +%endif
%install make install DESTDIR=%{buildroot} @@ -62,6 +71,9 @@ make install DESTDIR=%{buildroot} %{_includedir}/dmtcp.h
%changelog +* Thu Dec 28 2017 Kapil Arya kapil@ccs.neu.edu - 2.5.2-1 +- Update to 2.5.2. + * Wed Aug 02 2017 Fedora Release Engineering releng@fedoraproject.org - 2.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
diff --git a/sources b/sources index 1fa8ccb..b189e53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dmtcp-2.5.0.tar.gz) = b96c67b5b6c05d67a606089166493103d1ec77c240da3e0d0a27361c2515a77357b92a5456be790d09ad7be5a4be73706357b21b2300eacb75fc6b81723aefb8 +SHA512 (dmtcp-2.5.2.tar.gz) = 1641953f85b97d9818f77f60f3bb0c0069d8fad9150c7a9da86a06d596d74855489f6467de00a1d6cacf1814dad8b325e457ba80105c18672a8c53ed5285716d
arch-excludes@lists.fedoraproject.org