Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2020-09-14 11:59:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemtap (Old)
 and      /work/SRC/openSUSE:Factory/.systemtap.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemtap"

Mon Sep 14 11:59:53 2020 rev:111 rq:832676 version:4.2

Changes:
--------
systemtap-dtrace.changes: same change
systemtap-headers.changes: same change
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes      2020-02-11 
22:16:31.251276190 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new.4249/systemtap.changes    
2020-09-14 12:00:02.879423573 +0200
@@ -1,0 +2,6 @@
+Mon Aug 24 12:13:19 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use %{_tmpfilesdir} instead of wrong %{_libexecdir}/tmpfiles.d
+  that just coincidentally happened to match (boo#1174075).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
systemtap-dtrace.spec: same change
systemtap-headers.spec: same change
++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.nfq6Ly/_old  2020-09-14 12:00:05.079425835 +0200
+++ /var/tmp/diff_new_pack.nfq6Ly/_new  2020-09-14 12:00:05.083425839 +0200
@@ -123,14 +123,14 @@
 mkdir -p %{buildroot}%{_localstatedir}/log
 touch %{buildroot}%{_localstatedir}/log/stap-server.log
 # config file for stap-server (/var/run now on tmpfs)
-mkdir -p %{buildroot}%{_libexecdir}/tmpfiles.d
-install -m 644 %{SOURCE5} %{buildroot}%{_libexecdir}/tmpfiles.d
+mkdir -p %{buildroot}%{_tmpfilesdir}
+install -m 644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}
 
 %find_lang systemtap
 
 %post server
 # Create tmpfiles
-%tmpfiles_create %{_libexecdir}/tmpfiles.d/stap-server.conf
+%tmpfiles_create %{_tmpfilesdir}/stap-server.conf
 
 %files
 %defattr(-,root,root)
@@ -164,8 +164,8 @@
 
 %files server
 %defattr(-,root,root)
-%dir %{_libexecdir}/tmpfiles.d
-%{_libexecdir}/tmpfiles.d/stap-server.conf
+%dir %{_tmpfilesdir}
+%{_tmpfilesdir}/stap-server.conf
 %{_bindir}/stap-server
 %{_libexecdir}/%{name}/stap-gen-cert
 %{_libexecdir}/%{name}/stap-serverd




Reply via email to