From 0d346a8484e0f3f292633152898408b3b33c7d7522858a5bc92678209a60584d Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Wed, 28 Apr 2021 14:40:26 +0000 Subject: [PATCH] - 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 --- stap-server.conf | 2 +- systemtap-docs.spec | 2 +- systemtap-dtrace.spec | 2 +- systemtap-headers.spec | 2 +- systemtap.changes | 5 +++++ systemtap.spec | 4 ++-- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/stap-server.conf b/stap-server.conf index 7653633..7237623 100644 --- a/stap-server.conf +++ b/stap-server.conf @@ -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 - diff --git a/systemtap-docs.spec b/systemtap-docs.spec index 27c090b..149502c 100644 --- a/systemtap-docs.spec +++ b/systemtap-docs.spec @@ -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 diff --git a/systemtap-dtrace.spec b/systemtap-dtrace.spec index aa95510..24dbbcf 100644 --- a/systemtap-dtrace.spec +++ b/systemtap-dtrace.spec @@ -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 diff --git a/systemtap-headers.spec b/systemtap-headers.spec index d9a7016..6b921dd 100644 --- a/systemtap-headers.spec +++ b/systemtap-headers.spec @@ -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 diff --git a/systemtap.changes b/systemtap.changes index cd55bff..0076423 100644 --- a/systemtap.changes +++ b/systemtap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 28 16:46:32 UTC 2021 - Tony Jones + +- Adjust stap-server.conf to refer to /run not /var/run (bsc#1185068) + ------------------------------------------------------------------- Mon Aug 24 12:13:19 UTC 2020 - Dominique Leuenberger diff --git a/systemtap.spec b/systemtap.spec index 9107e2c..378b674 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -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}