From b743221f9f2d1e8c12edabf6812d82fc4941b69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 3 Sep 2013 19:06:05 +0200 Subject: [PATCH] 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 file changed, 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 ||: