The package rpms/scorep.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/scorep.git/commit/?id=403d4e90e51035....
Change: +ExcludeArch: s390 s390x
Thanks.
Full change: ============
commit f4b55ab8a20c8f35616c3b0e503610ef8b04a1fd Author: Dave Love loveshack@fedoraproject.org Date: Sun Jun 4 16:33:45 2017 +0000
Remove useless s390 conditional
diff --git a/scorep.spec b/scorep.spec index 2765d44..dafad20 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep Version: 3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -27,10 +27,6 @@ ExcludeArch: s390 s390x
%global with_mpich 1 %global with_openmpi 1 -%ifarch s390 s390x -# No openmpi on s390(x) -%global with_openmpi 0 -%endif # No mpich on EL6 ppc64 %ifarch ppc64 %if 0%{?rhel} && 0%{?rhel} <= 6 @@ -272,6 +268,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Sun Jun 4 2017 Dave Love loveshack@fedoraproject.org - 3.1-2 +- Remove useless s390 conditional + * Wed May 31 2017 Dave Love loveshack@fedoraproject.org - 3.1-1 - Update to 3.1 (#1457285) - Exclude s390, s390x
commit 403d4e90e51035e947b527d7c1abec713c737719 Author: Dave Love loveshack@fedoraproject.org Date: Fri Jun 2 13:51:22 2017 +0000
Update to 3.1 (#1457285) Exclude s390, s390x
diff --git a/.gitignore b/.gitignore index 645b5ce..2c6dbf9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /scorep-2.0.1.tar.gz /scorep-2.0.2.tar.gz /scorep-3.0.tar.gz +/scorep-3.1.tar.gz diff --git a/scorep.spec b/scorep.spec index 46fa575..2765d44 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep -Version: 3.0 -Release: 5%{?dist} +Version: 3.1 +Release: 1%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -22,6 +22,8 @@ Requires: binutils-devel%{?_isa} Requires: cube-devel%{?_isa} >= 4.3 Requires: otf2-devel%{?_isa} >= 2.0 Requires: papi-devel%{?_isa} +# Missing papi and libunwind +ExcludeArch: s390 s390x
%global with_mpich 1 %global with_openmpi 1 @@ -270,6 +272,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Wed May 31 2017 Dave Love loveshack@fedoraproject.org - 3.1-1 +- Update to 3.1 (#1457285) +- Exclude s390, s390x + * Sat Feb 11 2017 Fedora Release Engineering releng@fedoraproject.org - 3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources index d23b9fc..6843903 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -44da8beaa3f71436a5f6fe51938aab2f scorep-3.0.tar.gz +SHA512 (scorep-3.1.tar.gz) = da44cd1f19907bd23e2c34ca645be1068171d2c0dc4ec51ced46cb358c45846299f52892c22a0918db742b90be9c6737d85bf4d716ca9d61081f236b8c838f67
arch-excludes@lists.fedoraproject.org