From 7c2cec145e89ee7dc01e3844f8d2154264ef59a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 8 Sep 2011 17:03:07 +0200 Subject: [PATCH] workaround a chrpath issue on s390(x) --- gnome-shell.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index e896364..dd70d8c 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,7 +1,7 @@ Name: gnome-shell Version: 3.1.91 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -108,10 +108,13 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop %find_lang %{name} +%ifnarch s390 s390x # 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 %files -f %{name}.lang %doc COPYING README @@ -156,6 +159,9 @@ gconftool-2 --makefile-install-rule \ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %changelog +* Thu Sep 08 2011 Dan HorĂ¡k - 3.1.91-3 +- workaround a chrpath issue on s390(x) + * Wed Sep 07 2011 Kalev Lember - 3.1.91-2 - Replace Epiphany with Firefox in the default favourite apps