Hello community, here is the log from the commit of package nut for openSUSE:Factory checked in at 2020-05-15 23:51:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nut (Old) and /work/SRC/openSUSE:Factory/.nut.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nut" Fri May 15 23:51:49 2020 rev:67 rq:805684 version:2.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/nut/nut.changes 2020-02-26 15:06:01.377308085 +0100 +++ /work/SRC/openSUSE:Factory/.nut.new.2738/nut.changes 2020-05-15 23:51:49.533487366 +0200 @@ -1,0 +2,6 @@ +Wed May 6 10:45:51 UTC 2020 - [email protected] + +- use /usr/lib instead of %{_libexecdir} for systemd and udev + rules, %{_libexecdir} is dedicated for internal binaries + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nut.spec ++++++ --- /var/tmp/diff_new_pack.GQHXTs/_old 2020-05-15 23:51:50.293488830 +0200 +++ /var/tmp/diff_new_pack.GQHXTs/_new 2020-05-15 23:51:50.293488830 +0200 @@ -203,7 +203,7 @@ --with-drvpath=%{MODELPATH} \ --with-user=%{NUT_USER} \ --with-group=%{NUT_GROUP} \ - --with-udev-dir=%{_libexecdir}/udev \ + --with-udev-dir=%{_udevrulesdir}/.. \ --enable-option-checking=fatal # does not create reproducible output with parallelism @@ -224,8 +224,8 @@ mkdir -p %{buildroot}%{STATEPATH} rename .sample "" %{buildroot}%{_sysconfdir}/ups/*.sample -install -d %{buildroot}%{_libexecdir}/systemd/system-sleep -install nut.system-sleep %{buildroot}%{_libexecdir}/systemd/system-sleep/%{name}.sh +install -d %{buildroot}/usr/lib/systemd/system-sleep +install nut.system-sleep %{buildroot}/usr/lib/systemd/system-sleep/%{name}.sh # Rename web pages to not conflict with apache2-example-pages or user home page: mkdir %{buildroot}%{HTMLPATH}/nut %{buildroot}%{CGIPATH}/nut @@ -307,7 +307,7 @@ %attr(700,%{NUT_USER},%{NUT_GROUP}) %{STATEPATH} %{_unitdir}/*.service %{systemdsystemdutildir}/system-shutdown/* -%{_libexecdir}/systemd/system-sleep/%{name}.sh +/usr/lib/systemd/system-sleep/%{name}.sh %{bashcompletionsdir}/* %files drivers-net
