The package rpms/perl-Test-LeakTrace.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/perl-Test-LeakTrace.git/commit/?id=9....
Change: +%ifarch %{ix86} x86_64 ppc s390x %{arm} aarch64 ppc64 ppc64le
Thanks.
Full change: ============
commit 9119bc3b46180a049e5fcd07d149203d1343f57b Author: Paul Howarth paul@city-fan.org Date: Tue Apr 2 14:05:54 2019 +0100
Re-enable valgrind on ppc64 and ppc64le (see #1470030)
diff --git a/.rpmlint b/.rpmlint deleted file mode 100644 index 0ab4812..0000000 --- a/.rpmlint +++ /dev/null @@ -1,4 +0,0 @@ -from Config import * - -addFilter("spelling-error %description -l en_US ok -> ") -addFilter("spelling-error %description -l en_US cmp -> ") diff --git a/perl-Test-LeakTrace.rpmlintrc b/perl-Test-LeakTrace.rpmlintrc new file mode 100644 index 0000000..0ab4812 --- /dev/null +++ b/perl-Test-LeakTrace.rpmlintrc @@ -0,0 +1,4 @@ +from Config import * + +addFilter("spelling-error %description -l en_US ok -> ") +addFilter("spelling-error %description -l en_US cmp -> ") diff --git a/perl-Test-LeakTrace.spec b/perl-Test-LeakTrace.spec index 9eda15b..409f602 100644 --- a/perl-Test-LeakTrace.spec +++ b/perl-Test-LeakTrace.spec @@ -1,25 +1,25 @@ # some arches don't have valgrind so we need to disable its support on them # Note: ppc64 and ppc64le currently have broken valgrind: # https://bugzilla.redhat.com/show_bug.cgi?id=1470030 -%ifarch %{ix86} x86_64 ppc s390x %{arm} aarch64 +%ifarch %{ix86} x86_64 ppc s390x %{arm} aarch64 ppc64 ppc64le %global with_valgrind 1 %endif
Name: perl-Test-LeakTrace Summary: Trace memory leaks Version: 0.16 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL+ or Artistic URL: https://metacpan.org/release/Test-LeakTrace -Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-%%7Bversion%7... +Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-LeakTrace-%%7Bversion%... # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: make -BuildRequires: perl-interpreter BuildRequires: perl-devel BuildRequires: perl-generators +BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(inc::Module::Install) BuildRequires: perl(Module::Install::AuthorTests) @@ -106,6 +106,9 @@ make test %{_mandir}/man3/Test::LeakTrace::Script.3*
%changelog +* Tue Apr 2 2019 Paul Howarth paul@city-fan.org - 0.16-11 +- Re-enable valgrind on ppc64 and ppc64le (see #1470030) + * Sat Feb 02 2019 Fedora Release Engineering releng@fedoraproject.org - 0.16-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
arch-excludes@lists.fedoraproject.org