Hello community, here is the log from the commit of package opendkim for openSUSE:Factory checked in at 2020-08-20 22:29:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opendkim (Old) and /work/SRC/openSUSE:Factory/.opendkim.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opendkim" Thu Aug 20 22:29:54 2020 rev:4 rq:827960 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/opendkim/opendkim.changes 2020-07-18 21:00:33.611455009 +0200 +++ /work/SRC/openSUSE:Factory/.opendkim.new.3399/opendkim.changes 2020-08-20 22:30:00.312014334 +0200 @@ -1,0 +2,6 @@ +Wed Aug 19 09:00:41 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Fix usage of %{_libexecdir} when %{_tmpfilesdir} was meant to be + used. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opendkim.spec ++++++ --- /var/tmp/diff_new_pack.PFMleb/_old 2020-08-20 22:30:02.712015457 +0200 +++ /var/tmp/diff_new_pack.PFMleb/_new 2020-08-20 22:30:02.716015459 +0200 @@ -264,7 +264,7 @@ # install the init script %if %{with systemd} install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service -install -D -m 0644 %{SOURCE4} %{buildroot}%{_libexecdir}/tmpfiles.d/%{name}.conf +install -D -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf ln -s -f %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} %else install -D -m 0755 %{SOURCE5} %{buildroot}%{_sysconfdir}/%{name}/init.d/%{name} @@ -302,7 +302,7 @@ %post %if %{with systemd} -systemd-tmpfiles --create %{_libexecdir}/tmpfiles.d/%{name}.conf || true +systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf || true %service_add_post %{name}.service %endif @@ -367,7 +367,7 @@ %{_sbindir}/rc%{name} %if %{with systemd} %{_unitdir}/%{name}.service -%{_libexecdir}/tmpfiles.d/%{name}.conf +%{_tmpfilesdir}/%{name}.conf %ghost /run/opendkim %else %{_sysconfdir}/%{name}/init.d/%{name}
