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
This commit is contained in:
parent
df88822268
commit
f90f448826
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user