The package rpms/gperftools.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/gperftools.git/commit/?id=f7fb993c56....
Change: -%ifnarch s390x
Thanks.
Full change: ============
commit f7fb993c56e6ee0c84b9e43fca12136cc7164393 Author: Dan Hork dan@danny.cz Date: Wed Apr 15 08:52:39 2020 -0400
- build with libunwind on s390x
diff --git a/gperftools.spec b/gperftools.spec index 5b2faea..042058a 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -4,7 +4,7 @@
Name: gperftools Version: 2.7.90 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Summary: Very fast malloc and performance analysis tools URL: https://github.com/gperftools/gperftools @@ -14,9 +14,7 @@ Patch1: gperftools-2.7.90-disable-generic-dynamic-tls.patch ExcludeArch: s390
BuildRequires: gcc-c++ -%ifnarch s390x BuildRequires: libunwind-devel -%endif BuildRequires: perl-generators BuildRequires: autoconf, automake, libtool Requires: gperftools-devel = %{version}-%{release} @@ -120,6 +118,9 @@ rm -rf %{buildroot}%{_pkgdocdir}/INSTALL %{_libdir}/*.so.*
%changelog +* Wed Apr 15 2020 Dan Hork <dan[at]danny.cz> - 2.7.90-2 +- build with libunwind on s390x + * Mon Mar 9 2020 Tom Callaway spot@fedoraproject.org - 2.7.90-1 - update to 2.7.90
arch-excludes@lists.fedoraproject.org