From 1f2460e57445faae049efac0aee166b979ffcec9 Mon Sep 17 00:00:00 2001 From: beta Date: Mon, 27 Nov 2023 15:15:30 +0800 Subject: [PATCH] add mutter so path to /etc/ld.so.conf.d Signed-off-by: beta --- gnome-shell.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index eba96f5..646edf0 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.30.1 -Release: 11 +Release: 12 Summary: Core user interface functions for the GNOME 3 desktop Group: User Interface/Desktops License: GPLv2+ @@ -73,6 +73,7 @@ chrpath -d %{buildroot}%{_libdir}/%{name}/lib%{name}.so chrpath -d %{buildroot}%{_libdir}/%{name}/lib%{name}-menu.so mkdir -p %{buildroot}/etc/ld.so.conf.d echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf +echo "%{_libdir}/mutter" >> %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %check desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Shell.desktop @@ -134,6 +135,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %{_mandir}/man1/%{name}.1.gz %changelog +* Mon Nov 27 2023 beta - 3.30.1-12 +- add mutter so path to /etc/ld.so.conf.d + * Thu Nov 09 2023 zhangxianting - 3.30.1-11 - Remove rpath -- Gitee