[gnome-shell] Also don't mangle rpath on power

Adam Jackson ajax at fedoraproject.org
Mon Dec 17 19:43:58 UTC 2012


commit 4f52c4463a3aede4f578628bc46680007296761d
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Dec 17 14:43:55 2012 -0500

    Also don't mangle rpath on power

 gnome-shell.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index eec7104..7af2d2b 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        3.7.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -127,7 +127,7 @@ rm %{buildroot}/usr/bin/gnome-shell-perf-tool
 
 %find_lang %{name}
 
-%ifnarch s390 s390x
+%ifnarch s390 s390x ppc ppc64 ppc64p7
 # The libdir rpath breaks nvidia binary only folks, so we remove it.
 # See bug 716572
 # skip on s390(x), workarounds a chrpath issue
@@ -171,6 +171,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
 %exclude %{_datadir}/gtk-doc
 
 %changelog
+* Mon Dec 17 2012 Adam Jackson <ajax at redhat.com> 3.7.2-3
+- Also don't mangle rpath on power
+
 * Mon Dec 10 2012 Adam Jackson <ajax at redhat.com> 3.7.2-2
 - Disable bluetooth on power
 


More information about the scm-commits mailing list