|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: A screen manager that supports multiple logins on one terminal.
|
|
|
|
|
Name: screen
|
|
|
|
|
Version: 4.0.1
|
|
|
|
|
Release: 4
|
|
|
|
|
Version: 4.0.2
|
|
|
|
|
Release: 2
|
|
|
|
|
License: GPL2
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
|
@ -48,6 +48,7 @@ Patch6: screen-3.9.15-home-screendir.patch
|
|
|
|
|
# Fixes potential buffer overflow when > 2^31 semicolons are passed.
|
|
|
|
|
#
|
|
|
|
|
Patch7: screen-4.0.1-args.patch
|
|
|
|
|
Patch8: screen-4.0.2-logname.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The screen utility allows you to have multiple logins on just one
|
|
|
|
@ -65,9 +66,10 @@ support multiple logins on one terminal.
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1 -p1 -b .ia64
|
|
|
|
|
%patch2 -p1 -b .screenrc
|
|
|
|
|
%patch3 -p1 -b .etcscreenrc
|
|
|
|
|
#%patch3 -p1 -b .etcscreenrc
|
|
|
|
|
%patch4 -p1 -b .utf8-install
|
|
|
|
|
%patch5 -p1 -b .no-stripping-or-elf
|
|
|
|
|
%patch8 -p1 -b .logname
|
|
|
|
|
|
|
|
|
|
# Uncomment if you want screen to first try to use $HOME/.screens
|
|
|
|
|
# and subsequently try to use /tmp/S-<user>
|
|
|
|
@ -164,6 +166,12 @@ fi
|
|
|
|
|
%config /etc/pam.d/screen
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 28 2004 Daniel Reed <djr@redhat.com> 4.0.2-2
|
|
|
|
|
- Add patch -logname to correct #121875
|
|
|
|
|
|
|
|
|
|
* Mon Apr 05 2004 Daniel Reed <djr@redhat.com> 4.0.2-1
|
|
|
|
|
- Version bump (4.0.2)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|