diff --git a/gnome-shell.spec b/gnome-shell.spec index eba96f52ba3bcf2e0df4312ef79984869d52b71b..646edf07fe614417d1a635cd90f40d2fabde8c46 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