- put /usr/share/screen into the package (so the package owns the directory
as well, not only the files below); fixes BR 192852
This commit is contained in:
parent
fb17b0c217
commit
378f10cbcc
@ -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 <prockai@redhat.com> - 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 <prockai@redhat.com> - 4.0.2-12
|
||||
- detect libutil(s).a even if it is only present in lib64 (#182407)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user