From f90f44882668d728c65fb4668dac55bc0e98d5df7ae01610e1acb9c6f205db4d Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Wed, 17 Oct 2012 12:55:26 +0000 Subject: [PATCH] Accepting request 138501 from openSUSE:Factory:Staging:Systemd - Fix build with new systemd location. OBS-URL: https://build.opensuse.org/request/show/138501 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=55 --- systemtap.changes | 5 +++++ systemtap.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/systemtap.changes b/systemtap.changes index 14da45e..ce2e2c9 100644 --- a/systemtap.changes +++ b/systemtap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 17 12:20:17 UTC 2012 - fcrozat@suse.com + +- Fix build with new systemd location. + ------------------------------------------------------------------- Fri Jul 27 10:29:19 UTC 2012 - aj@suse.de diff --git a/systemtap.spec b/systemtap.spec index dd54ed2..d3e6bf0 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,8 @@ This package contains the runtime environment for systemtap programs. Summary: Systemtap server Group: Development/Tools/Debuggers Requires: %{name} = %{version}-%{release} -Requires(post): /bin/systemd-tmpfiles +# needed for systemd-tmpfiles +Requires(post): systemd # dependancies for systemtap shell scripts Requires: avahi Requires: avahi-utils @@ -115,7 +116,7 @@ rm -rf ${RPM_BUILD_ROOT} %post server # Create tmpfiles -/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/stap-server.conf +systemd-tmpfiles --create /usr/lib/tmpfiles.d/stap-server.conf %files %defattr(-,root,root)