[gnome-shell] Drop old workaround for nvidia binary driver

Florian Müllner fmuellner at fedoraproject.org
Tue Sep 3 17:08:16 UTC 2013


commit b743221f9f2d1e8c12edabf6812d82fc4941b69e
Author: Florian Müllner <fmuellner at gnome.org>
Date:   Tue Sep 3 19:06:05 2013 +0200

    Drop old workaround for nvidia binary driver
    
    It now breaks the build and shouldn't be necessary anymore since
    we stopped linking to libGL directly, so just drop it.

 gnome-shell.spec |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index a2f6ca7..951d8c5 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -130,14 +130,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de
 
 %find_lang %{name}
 
-%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
-chrpath -r %{_libdir}/gnome-shell:%{_libdir}/gnome-bluetooth $RPM_BUILD_ROOT%{_bindir}/gnome-shell
-chrpath -r %{_libdir}/gnome-bluetooth $RPM_BUILD_ROOT%{_libdir}/gnome-shell/libgnome-shell.so
-%endif
-
 %preun
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null ||:
 


More information about the scm-commits mailing list