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

Adam Jackson ajax at fedoraproject.org
Mon Dec 17 19:44:47 UTC 2012


commit a62222ef059a5ea992cbebc948a582a51659c86e
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Dec 17 14:44:44 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 3a0f84c..e34f8a9 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        3.6.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -122,7 +122,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
@@ -166,6 +166,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.6.2-6
+- Also don't mangle rpath on power
+
 * Mon Dec 10 2012 Adam Jackson <ajax at redhat.com> 3.6.2-5
 - Disable bluetooth on power
 


More information about the scm-commits mailing list