Hello community, here is the log from the commit of package libgnomesu for openSUSE:Factory checked in at 2020-05-02 22:14:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgnomesu (Old) and /work/SRC/openSUSE:Factory/.libgnomesu.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgnomesu" Sat May 2 22:14:15 2020 rev:61 rq:799477 version:2.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libgnomesu/libgnomesu.changes 2020-03-30 22:51:17.927769601 +0200 +++ /work/SRC/openSUSE:Factory/.libgnomesu.new.2738/libgnomesu.changes 2020-05-02 22:14:16.428150967 +0200 @@ -1,0 +2,5 @@ +Thu Apr 30 11:15:36 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Use %{_libexecdir} where appropriate (instead of %{_prefix}/lib). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnomesu.spec ++++++ --- /var/tmp/diff_new_pack.16ons0/_old 2020-05-02 22:14:17.388152977 +0200 +++ /var/tmp/diff_new_pack.16ons0/_new 2020-05-02 22:14:17.388152977 +0200 @@ -85,7 +85,7 @@ mkdir -p %{buildroot}%{_docdir}/%{name} cp doc/api.html doc/libgnomesu.css %{buildroot}%{_docdir}/%{name} # We want only PAM backend. -rm -f %{buildroot}%{_prefix}/lib/%{name}/gnomesu-backend +rm -f %{buildroot}%{_libexecdir}/%{name}/gnomesu-backend %fdupes %{buildroot} %post @@ -100,7 +100,7 @@ %files %license COPYING %{_bindir}/gnomesu -%dir %{_prefix}/lib/%{name} +%dir %{_libexecdir}/%{name} #%%attr (6755,root,root) %%{_prefix}/lib/%%{name}/gnomesu-backend #%%attr (6755,root,root) %%{_prefix}/lib/%%{name}/gnomesu-pam-backend # NOTE: Original package has 6755.
