Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nut for openSUSE:Factory checked in at 2021-12-29 21:10:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nut (Old) and /work/SRC/openSUSE:Factory/.nut.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nut" Wed Dec 29 21:10:45 2021 rev:71 rq:942925 version:2.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/nut/nut.changes 2021-10-26 20:15:11.494057279 +0200 +++ /work/SRC/openSUSE:Factory/.nut.new.2520/nut.changes 2021-12-29 21:10:57.450285567 +0100 @@ -1,0 +2,7 @@ +Fri Dec 24 08:09:40 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Use --with-pidpath to set PIDFile to /run in the service file and + get rid of a systemd warning about using the legacy directory + /var/run. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nut.spec ++++++ --- /var/tmp/diff_new_pack.w1KOXF/_old 2021-12-29 21:10:58.310286274 +0100 +++ /var/tmp/diff_new_pack.w1KOXF/_new 2021-12-29 21:10:58.314286277 +0100 @@ -1,7 +1,7 @@ # # spec file for package nut # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,6 +21,7 @@ %define MODELPATH %{_libexecdir}/ups/driver %define STATEPATH %{_localstatedir}/lib/ups %define CONFPATH %{_sysconfdir}/ups +%define PIDPATH %{_rundir} %define NUT_USER upsd %define NUT_GROUP daemon %define LBRACE ( @@ -209,6 +210,7 @@ --with-cgipath=%{CGIPATH} \ --with-statepath=%{STATEPATH} \ --with-drvpath=%{MODELPATH} \ + --with-pidpath=%{PIDPATH} \ --with-user=%{NUT_USER} \ --with-group=%{NUT_GROUP} \ --with-udev-dir=%{_udevrulesdir}/.. \