rpms/screen/F-9 screen.spec, 1.47, 1.48 screen-4.0.3-ptygroup.patch, 1.1, NONE

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Fri May 16 10:51:21 UTC 2008


Author: mlichvar

Update of /cvs/pkgs/rpms/screen/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24097

Modified Files:
	screen.spec 
Removed Files:
	screen-4.0.3-ptygroup.patch 
Log Message:
- fix multiuser support (#446049)



Index: screen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/screen/F-9/screen.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- screen.spec	7 Apr 2008 11:10:45 -0000	1.47
+++ screen.spec	16 May 2008 10:50:35 -0000	1.48
@@ -1,7 +1,7 @@
 Summary: A screen manager that supports multiple logins on one terminal
 Name: screen
 Version: 4.0.3
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://www.gnu.org/software/screen
@@ -19,7 +19,6 @@
 Patch1: screen-4.0.3-libs.patch
 # Some tweaks of the default screenrc
 Patch2: screen-4.0.2-screenrc.patch
-Patch3: screen-4.0.3-ptygroup.patch
 Patch4: screen-4.0.3-stropts.patch
 # Fixes potential buffer overflow when > 2^31 semicolons are passed.
 Patch7: screen-4.0.1-args.patch
@@ -40,7 +39,6 @@
 %setup -q
 %patch1 -p1 -b .libs
 %patch2 -p1 -b .screenrc
-%patch3 -p1 -b .ptygroup
 %patch4 -p1 -b .stropts
 %patch7 -p0 -b .args
 %patch11 -p1 -b .maxstr
@@ -56,7 +54,7 @@
 	--enable-locale \
 	--enable-telnet \
 	--with-pty-mode=0620 \
-	--without-pty-group \
+	--with-pty-group=$(getent group tty | cut -d : -f 3) \
 	--with-sys-screenrc="%{_sysconfdir}/screenrc" \
 	--with-socket-dir="%{_localstatedir}/run/screen"
 
@@ -115,6 +113,9 @@
 %config(noreplace) %{_sysconfdir}/pam.d/screen
 
 %changelog
+* Fri May 16 2008 Miroslav Lichvar <mlichvar at redhat.com> - 4.0.3-12
+- fix multiuser support (#446049)
+
 * Mon Apr 07 2008 Miroslav Lichvar <mlichvar at redhat.com> - 4.0.3-11
 - don't include stropts.h (#440803)
 - fix compiler warnings in ipv6 patch


--- screen-4.0.3-ptygroup.patch DELETED ---




More information about the scm-commits mailing list