|
|
@ -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: 14
|
|
|
|
Release: 15
|
|
|
|
License: GPL2
|
|
|
|
License: GPL2
|
|
|
|
Group: Applications/System
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
|
URL: http://www.gnu.org/software/screen
|
|
|
@ -52,6 +52,7 @@ Patch8: screen-4.0.2-logname.patch
|
|
|
|
# reassign lockscreen to ^aX so its harder to hit by accident
|
|
|
|
# reassign lockscreen to ^aX so its harder to hit by accident
|
|
|
|
Patch9: screen-4.0.2-lock-shortcut.patch
|
|
|
|
Patch9: screen-4.0.2-lock-shortcut.patch
|
|
|
|
Patch10: screen-4.0.2-lib64.patch
|
|
|
|
Patch10: screen-4.0.2-lib64.patch
|
|
|
|
|
|
|
|
Patch11: screen-4.0.2-maxstr.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The screen utility allows you to have multiple logins on just one
|
|
|
|
The screen utility allows you to have multiple logins on just one
|
|
|
@ -84,6 +85,7 @@ support multiple logins on one terminal.
|
|
|
|
%patch7 -p0 -b .args
|
|
|
|
%patch7 -p0 -b .args
|
|
|
|
%patch9 -p1 -b .lock-shortcut
|
|
|
|
%patch9 -p1 -b .lock-shortcut
|
|
|
|
%patch10 -p1 -b .lib64
|
|
|
|
%patch10 -p1 -b .lib64
|
|
|
|
|
|
|
|
%patch11 -p1 -b .maxstr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -177,6 +179,11 @@ fi
|
|
|
|
%config /etc/pam.d/screen
|
|
|
|
%config /etc/pam.d/screen
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 10 2006 Petr Rockai <prockai@redhat.com> - 4.0.2-15
|
|
|
|
|
|
|
|
- bump MAXSTR (string buffer size) to 4k (from 256 bytes), fixes
|
|
|
|
|
|
|
|
status line issues with window list in status line and too many
|
|
|
|
|
|
|
|
windows (and possibly other issues with long strings)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 30 2006 Petr Rockai <prockai@redhat.com> - 4.0.2-14
|
|
|
|
* 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
|
|
|
|
- put /usr/share/screen into the package (so the package owns the
|
|
|
|
directory as well, not only the files below); fixes BR 192852
|
|
|
|
directory as well, not only the files below); fixes BR 192852
|
|
|
|