diff --git a/glibc.spec b/glibc.spec index 5c595b3..bf86aa9 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.22-448-g95b0977 %define glibcversion 2.22.90 -%define glibcrelease 10%{?dist} +%define glibcrelease 11%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -37,9 +37,9 @@ # Run a valgrind smoke test to ensure that the release is compatible and # doesn't any new feature that might cause valgrind to abort. %if %{with valgrind} -%ifarch s390 ppc64 +%ifarch s390 ppc64 ppc64p7 # There is no valgrind support for 31-bit s390. -# The valgrind test does not work on ppc64 (bug 1273103). +# The valgrind test does not work on ppc64, ppc64p7 (bug 1273103). %undefine with_valgrind %endif %endif @@ -1852,6 +1852,9 @@ rm -f *.filelist* %endif %changelog +* Wed Oct 28 2015 Florian Weimer - 2.22.90-11 +- Disable valgrind test on ppc64p7, too. + * Mon Oct 26 2015 Carlos O'Donell - 2.22.90-10 - Disable valgrind test for ppc64.