[screen] Screen installs content to /var/run (#1053195)

Petr Hracek phracek at fedoraproject.org
Fri Apr 18 12:45:19 UTC 2014


commit 08645c557edd26c2a76ad4fd82ed9d43ff8d5191
Author: Petr Hracek <phracek at redhat.com>
Date:   Fri Apr 18 14:44:40 2014 +0200

    Screen installs content to /var/run (#1053195)

 screen.spec |    9 ++++++---
 1 files 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 <phracek at redhat.com> - 4.1.0-0.19.20120314git3c2946
+- Screen installs content to /var/run (#1053195)
+
 * Tue Apr 08 2014 Petr Hracek <phracek at redhat.com> - 4.1.0-0.18.20120314git3c2946
 - Man page update (#1023953)
 


More information about the scm-commits mailing list