rpms/screen/F-8 screen.spec, 1.45, 1.46 screen-4.0.3-ptygroup.patch, 1.1, NONE

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


Author: mlichvar

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

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-8/screen.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- screen.spec	11 Apr 2008 10:34:06 -0000	1.45
+++ screen.spec	16 May 2008 10:56:26 -0000	1.46
@@ -1,7 +1,7 @@
 Summary: A screen manager that supports multiple logins on one terminal
 Name: screen
 Version: 4.0.3
-Release: 9%{?dist}
+Release: 10%{?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
 # Fixes potential buffer overflow when > 2^31 semicolons are passed.
 Patch7: screen-4.0.1-args.patch
 Patch11: screen-4.0.2-maxstr.patch
@@ -39,7 +38,6 @@
 %setup -q
 %patch1 -p1 -b .libs
 %patch2 -p1 -b .screenrc
-%patch3 -p1 -b .ptygroup
 %patch7 -p0 -b .args
 %patch11 -p1 -b .maxstr
 %patch12 -p1 -b .ipv6
@@ -54,7 +52,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"
 
@@ -113,6 +111,9 @@
 %config(noreplace) %{_sysconfdir}/pam.d/screen
 
 %changelog
+* Fri May 16 2008 Miroslav Lichvar <mlichvar at redhat.com> - 4.0.3-10.fc8
+- fix multiuser support (#446049)
+
 * Fri Apr 11 2008 Miroslav Lichvar <mlichvar at redhat.com> - 4.0.3-9.fc8
 - don't set xterm function keys in default config (#151556)
 - always return 0 in scriptlet (#433882)


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




More information about the fedora-extras-commits mailing list