!17 [sync] PR-15: Fix ldconfig search path

From: @openeuler-sync-bot 
Reviewed-by: @solarhu, @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-09-26 03:30:15 +00:00 committed by Gitee
commit 6ff57e490e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -13,7 +13,7 @@
Name: gnome-settings-daemon
Version: 44.1
Release: 1
Release: 2
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
License: GPLv2+
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
@ -67,7 +67,7 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
chrpath -d %{buildroot}%{_libexecdir}/*
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/gnome-settings-daemon-43" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
echo "%{_libdir}/gnome-settings-daemon-%{major_version}" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%post
%systemd_user_post %{systemd_units}
@ -98,6 +98,9 @@ echo "%{_libdir}/gnome-settings-daemon-43" > %{buildroot}%{_sysconfdir}/ld.so.co
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
%changelog
* Tue Sep 10 2024 beta <beta@yfqm.date> - 44.1-2
- Fix ldconfig search path
* Mon Nov 27 2023 lwg <liweiganga@uniontech.com> - 44.1-1
- update to version 44.1