Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lxqt-config for openSUSE:Factory checked in at 2022-08-09 15:27:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-config (Old) and /work/SRC/openSUSE:Factory/.lxqt-config.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-config" Tue Aug 9 15:27:01 2022 rev:23 rq:993703 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-config/lxqt-config.changes 2022-05-01 20:51:31.172606283 +0200 +++ /work/SRC/openSUSE:Factory/.lxqt-config.new.1521/lxqt-config.changes 2022-08-09 15:27:19.189448170 +0200 @@ -1,0 +2,5 @@ +Mon Aug 8 04:06:58 UTC 2022 - Shawn Dunn <sfal...@cloverleaf-linux.org> + +- create /etc/ld.so.conf.d/lxqt-config.conf to fix private library issue [boo#1201772,boo#1196707] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-config.spec ++++++ --- /var/tmp/diff_new_pack.tfdPUn/_old 2022-08-09 15:27:19.721449689 +0200 +++ /var/tmp/diff_new_pack.tfdPUn/_new 2022-08-09 15:27:19.725449701 +0200 @@ -83,6 +83,15 @@ %find_lang %{name} --with-qt +mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/ +cat <<EOF >%{buildroot}%{_sysconfdir}/ld.so.conf.d/lxqt-config.conf +%{_libdir}/%{name} +EOF + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %license LICENSE %doc AUTHORS @@ -91,6 +100,7 @@ %dir %{_datadir}/lxqt/icons %dir %{_sysconfdir}/xdg/menus %config %{_sysconfdir}/xdg/menus/*.menu +%config %{_sysconfdir}/ld.so.conf.d/lxqt-config.conf %{_bindir}/%{name} %{_bindir}/%{name}-appearance %{_bindir}/%{name}-file-associations