- Adjust stap-server.conf to refer to /run not /var/run (bsc#1185068)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=128
This commit is contained in:
Tony Jones
2021-04-28 14:40:26 +00:00
committed by Git OBS Bridge
parent 9dda6bd9ba
commit 0d346a8484
6 changed files with 11 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package systemtap
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -122,7 +122,7 @@ cp COPYING %{buildroot}%{_docdir}/systemtap/
mkdir -p %{buildroot}%{_localstatedir}/cache/systemtap
mkdir -p %{buildroot}%{_localstatedir}/log
touch %{buildroot}%{_localstatedir}/log/stap-server.log
# config file for stap-server (/var/run now on tmpfs)
# config file for stap-server (/run now on tmpfs)
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m 644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}