3
0
forked from pool/systemtap

- 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,2 +1,2 @@
# Systemtap-server needs some files in /var/run
d /var/run/stap-server 0755 root root -
d /run/stap-server 0755 root root -

View File

@ -1,7 +1,7 @@
#
# spec file for package systemtap-docs
#
# 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

View File

@ -1,7 +1,7 @@
#
# spec file for package systemtap-dtrace
#
# 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

View File

@ -1,7 +1,7 @@
#
# spec file for package systemtap-headers
#
# 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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 28 16:46:32 UTC 2021 - Tony Jones <tonyj@suse.com>
- Adjust stap-server.conf to refer to /run not /var/run (bsc#1185068)
-------------------------------------------------------------------
Mon Aug 24 12:13:19 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

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}