[pulseaudio] disable make check on PPC* (rhbz #1067470)

Karsten Hopp karsten at fedoraproject.org
Wed Feb 26 16:55:12 UTC 2014


commit faf4d7c92489c969caf0a4b495f90e8fbf0df78f
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Feb 26 17:55:54 2014 +0100

    disable make check on PPC* (rhbz #1067470)

 pulseaudio.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/pulseaudio.spec b/pulseaudio.spec
index e0a7f6a..aab0426 100644
--- a/pulseaudio.spec
+++ b/pulseaudio.spec
@@ -15,7 +15,7 @@
 Name:           pulseaudio
 Summary:        Improved Linux Sound Server
 Version:        %{pa_major}%{?pa_minor:.%{pa_minor}}
-Release:        2%{?gitcommit:.git%{shortcommit}}%{?dist}
+Release:        3%{?gitcommit:.git%{shortcommit}}%{?dist}
 License:        LGPLv2+
 URL:            http://www.freedesktop.org/wiki/Software/PulseAudio
 %if 0%{?gitrel}
@@ -282,7 +282,10 @@ rm -fv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/pulseaudio-kde.desktop
 
 
 %check
+# Remove ifnarch when rhbz 1067470 is fixed:
+%ifnarch ppc %{power64}
 make check
+%endif
 
 
 %pre
@@ -524,6 +527,9 @@ exit 0
 %attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa
 
 %changelog
+* Wed Feb 26 2014 Karsten Hopp <karsten at redhat.com> }-3}
+- disable make check on PPC* (rhbz #1067470)
+
 * Mon Feb 17 2014 Rex Dieter <rdieter at fedoraproject.org> 4.99.4-2
 - -qpaeq subpkg (#1002585)
 


More information about the scm-commits mailing list