|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: A screen manager that supports multiple logins on one terminal.
|
|
|
|
Summary: A screen manager that supports multiple logins on one terminal.
|
|
|
|
Name: screen
|
|
|
|
Name: screen
|
|
|
|
Version: 4.0.2
|
|
|
|
Version: 4.0.2
|
|
|
|
Release: 12
|
|
|
|
Release: 14
|
|
|
|
License: GPL2
|
|
|
|
License: GPL2
|
|
|
|
Group: Applications/System
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
@ -171,12 +171,16 @@ fi
|
|
|
|
%attr(2755,root,screen) %{_bindir}/screen
|
|
|
|
%attr(2755,root,screen) %{_bindir}/screen
|
|
|
|
%{_mandir}/man1/screen.*
|
|
|
|
%{_mandir}/man1/screen.*
|
|
|
|
%{_infodir}/screen.info*
|
|
|
|
%{_infodir}/screen.info*
|
|
|
|
%{_datadir}/screen/utf8encodings/*
|
|
|
|
%{_datadir}/screen
|
|
|
|
%attr(775,root,screen) %{_localstatedir}/run/screen
|
|
|
|
%attr(775,root,screen) %{_localstatedir}/run/screen
|
|
|
|
%config /etc/screenrc
|
|
|
|
%config /etc/screenrc
|
|
|
|
%config /etc/pam.d/screen
|
|
|
|
%config /etc/pam.d/screen
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* 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)
|
|
|
|
- detect libutil(s).a even if it is only present in lib64 (#182407)
|
|
|
|
|
|
|
|
|
|
|
|