3
0
forked from pool/systemtap

Accepting request 138503 from devel:tools

- Fix build with new systemd location. (forwarded request 138501 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/138503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=77
This commit is contained in:
Stephan Kulow 2012-10-18 20:03:58 +00:00 committed by Git OBS Bridge
commit abc04b5dac
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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)