modify the libgsd.so search path to /usr/lib64/gnome-settings-daemon-42
This commit is contained in:
parent
8fb8a048a4
commit
adf18103e7
@ -11,7 +11,7 @@
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 42.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Settings of GNOME Sessions and related applications
|
||||
License: GPLv2+
|
||||
URL: https://download.gnome.org/sources/%{name}
|
||||
@ -63,7 +63,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-3.0" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
echo "%{_libdir}/gnome-settings-daemon-42" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -93,6 +93,9 @@ echo "%{_libdir}/gnome-settings-daemon-3.0" > %{buildroot}%{_sysconfdir}/ld.so.c
|
||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-2
|
||||
- modify the libgsd.so search path to /usr/lib64/gnome-settings-daemon-42
|
||||
|
||||
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-1
|
||||
- Upgrade to 42.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user