From 3b6e0fde0539582a87ddbf6f33843dd47d1cfde0 Mon Sep 17 00:00:00 2001 From: beta Date: Fri, 1 Dec 2023 21:53:08 +0800 Subject: [PATCH] Fix ldconfig search path Signed-off-by: beta --- gnome-settings-daemon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 510c863..1ed341a 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -1,6 +1,6 @@ Name: gnome-settings-daemon Version: 3.30.1.2 -Release: 3 +Release: 4 Summary: Settings of GNOME Sessions and related applications License: GPLv2+ URL: https://download.gnome.org/sources/%{name} @@ -56,7 +56,7 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules chrpath -d %{buildroot}%{_libexecdir}/gsd-* mkdir -p %{buildroot}/etc/ld.so.conf.d -echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf +echo "%{_libdir}/gnome-settings-daemon-3.0" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %files -f %{name}.lang %doc AUTHORS NEWS @@ -79,6 +79,9 @@ echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %{_libexecdir}/gsd-test-input-helper %changelog +* Fri Dec 01 2023 beta - 3.30.1.2-4 +- Fix ldconfig search path + * Thu Nov 09 2023 zhangxianting - 3.30.1.2-3 - Remove rpath -- Gitee