Hello community, here is the log from the commit of package powerman for openSUSE:Factory checked in at 2017-03-12 19:58:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powerman (Old) and /work/SRC/openSUSE:Factory/.powerman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powerman" Sun Mar 12 19:58:54 2017 rev:22 rq:459512 version:2.3.24 Changes: -------- --- /work/SRC/openSUSE:Factory/powerman/powerman.changes 2017-02-05 16:24:33.176417280 +0100 +++ /work/SRC/openSUSE:Factory/.powerman.new/powerman.changes 2017-03-12 19:58:55.220882962 +0100 @@ -1,0 +2,6 @@ +Wed Feb 15 17:24:43 UTC 2017 - [email protected] + +- Create /usr/lib/tmpfiles.d/powerman.conf: + Add systemd handling for temporary directory /var/run/powerman. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powerman.spec ++++++ --- /var/tmp/diff_new_pack.OR73NE/_old 2017-03-12 19:58:55.808799774 +0100 +++ /var/tmp/diff_new_pack.OR73NE/_new 2017-03-12 19:58:55.812799209 +0100 @@ -80,6 +80,10 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} +%{__mkdir} -p %{buildroot}%{_tmpfilesdir} +cat >> %{buildroot}%{_tmpfilesdir}/%{name}.conf <<EOF +d /var/run/powerman 0755 daemon root - +EOF mv %{buildroot}%{_sysconfdir}/powerman/powerman.conf.example %{buildroot}%{_sysconfdir}/powerman/powerman.conf rm -r %{buildroot}%{_libdir}/stonith %fdupes -s %{buildroot} @@ -89,6 +93,7 @@ %post %service_add_post %{name}.service +systemd-tmpfiles --create %{_tmpfilesdir}/powerman.conf %preun %service_del_preun %{name}.service @@ -111,6 +116,7 @@ %attr(0644,root,root) %{_unitdir}/%{name}.service %config %{_sysconfdir}/powerman/powerman.conf %{_sysconfdir}/powerman/*.dev +%{_tmpfilesdir}/powerman.conf %files devel %defattr(-,root,root)
