Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2020-08-19 18:59:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mumble (Old)
 and      /work/SRC/openSUSE:Factory/.mumble.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mumble"

Wed Aug 19 18:59:31 2020 rev:61 rq:827843 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mumble/mumble.changes    2020-07-14 
07:59:07.117756419 +0200
+++ /work/SRC/openSUSE:Factory/.mumble.new.3399/mumble.changes  2020-08-19 
19:00:03.339948889 +0200
@@ -1,0 +2,6 @@
+Wed Aug 19 09:24:00 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Consistently use %{_tmpfilesdir} instead of abusing
+  %{_libexecdir}/tmpfiles.d.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mumble.spec ++++++
--- /var/tmp/diff_new_pack.sKkWPL/_old  2020-08-19 19:00:05.531949991 +0200
+++ /var/tmp/diff_new_pack.sKkWPL/_new  2020-08-19 19:00:05.531949991 +0200
@@ -266,8 +266,8 @@
 # server
 install -D -m 0755 release/murmurd "%{buildroot}%{_sbindir}/murmurd"
 %if %{with systemd}
-mkdir -p %{buildroot}%{_libexecdir}/tmpfiles.d
-cat >> %{buildroot}%{_libexecdir}/tmpfiles.d/mumble-server.conf <<EOF
+mkdir -p %{buildroot}%{_tmpfilesdir}
+cat >> %{buildroot}%{_tmpfilesdir}/mumble-server.conf <<EOF
 d %{_localstatedir}/run/mumble-server 0755 mumble-server mumble-server -
 EOF
 #
@@ -330,7 +330,7 @@
 
 %post server
 %if %{with systemd}
-systemd-tmpfiles --create %{_libexecdir}/tmpfiles.d/mumble-server.conf || true
+systemd-tmpfiles --create %{_tmpfilesdir}/mumble-server.conf || true
 %service_add_post mumble-server.service
 %else
 %fillup_and_insserv mumble-server
@@ -364,8 +364,7 @@
 %config %{_sysconfdir}/dbus-1/system.d/mumble-server.conf
 %config(noreplace) %{_sysconfdir}/mumble-server.ini
 %if %{with systemd}
-%dir %{_libexecdir}/tmpfiles.d
-%{_libexecdir}/tmpfiles.d/mumble-server.conf
+%{_tmpfilesdir}/mumble-server.conf
 %{_unitdir}/mumble-server.service
 %else
 %{_initddir}/mumble-server




Reply via email to