From 08645c557edd26c2a76ad4fd82ed9d43ff8d5191 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Fri, 18 Apr 2014 14:44:40 +0200 Subject: [PATCH] Screen installs content to /var/run (#1053195) --- screen.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/screen.spec b/screen.spec index dd68fe0..61ec44f 100644 --- a/screen.spec +++ b/screen.spec @@ -4,7 +4,7 @@ Summary: A screen manager that supports multiple logins on one terminal Name: screen Version: 4.1.0 -Release: 0.18.20120314git3c2946%{?dist} +Release: 0.19.20120314git3c2946%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.gnu.org/software/screen @@ -146,13 +146,16 @@ fi %{_sysconfdir}/tmpfiles.d/screen.conf %if %{with multiuser} %attr(4755,root,root) %{_bindir}/screen -%attr(755,root,root) %{_localstatedir}/run/screen +%ghost %attr(755,root,root) %{_localstatedir}/run/screen %else %attr(2755,root,screen) %{_bindir}/screen -%attr(775,root,screen) %{_localstatedir}/run/screen +%ghost %attr(775,root,screen) %{_localstatedir}/run/screen %endif %changelog +* Fri Apr 18 2014 Petr Hracek - 4.1.0-0.19.20120314git3c2946 +- Screen installs content to /var/run (#1053195) + * Tue Apr 08 2014 Petr Hracek - 4.1.0-0.18.20120314git3c2946 - Man page update (#1023953)