Accepting request 889320 from devel:tools
- Adjust stap-server.conf to refer to /run not /var/run (bsc#1185068) OBS-URL: https://build.opensuse.org/request/show/889320 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemtap?expand=0&rev=112
This commit is contained in:
commit
672d791758
@ -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 -
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user