From 378f10cbcce6511b4d5fff679b67a3b5a145b7b7 Mon Sep 17 00:00:00 2001 From: prockai Date: Tue, 30 May 2006 16:07:21 +0000 Subject: [PATCH] - put /usr/share/screen into the package (so the package owns the directory as well, not only the files below); fixes BR 192852 --- screen.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/screen.spec b/screen.spec index c125c02..4b4610d 100644 --- a/screen.spec +++ b/screen.spec @@ -1,7 +1,7 @@ Summary: A screen manager that supports multiple logins on one terminal. Name: screen Version: 4.0.2 -Release: 12 +Release: 14 License: GPL2 Group: Applications/System URL: http://www.gnu.org/software/screen @@ -171,12 +171,16 @@ fi %attr(2755,root,screen) %{_bindir}/screen %{_mandir}/man1/screen.* %{_infodir}/screen.info* -%{_datadir}/screen/utf8encodings/* +%{_datadir}/screen %attr(775,root,screen) %{_localstatedir}/run/screen %config /etc/screenrc %config /etc/pam.d/screen %changelog +* Tue May 30 2006 Petr Rockai - 4.0.2-14 +- put /usr/share/screen into the package (so the package owns the + directory as well, not only the files below); fixes BR 192852 + * Fri Feb 24 2006 Petr Rockai - 4.0.2-12 - detect libutil(s).a even if it is only present in lib64 (#182407)