rpms/initscripts/OLPC-2 initscripts-8.54.1-olpc.patch, 1.13, 1.14 initscripts.spec, 1.164, 1.165

Michael Stone (mstone) fedora-extras-commits at redhat.com
Fri Jan 11 08:07:10 UTC 2008


Author: mstone

Update of /cvs/pkgs/rpms/initscripts/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21536

Modified Files:
	initscripts-8.54.1-olpc.patch initscripts.spec 
Log Message:
- Correct Bernie's '--pauselogin' typo
- Depend on a more specific version of mingetty supporting --loginpause


initscripts-8.54.1-olpc.patch:

Index: initscripts-8.54.1-olpc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/initscripts/OLPC-2/initscripts-8.54.1-olpc.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- initscripts-8.54.1-olpc.patch	10 Jan 2008 05:29:58 -0000	1.13
+++ initscripts-8.54.1-olpc.patch	11 Jan 2008 08:06:52 -0000	1.14
@@ -18,8 +18,8 @@
 -4:2345:respawn:/sbin/mingetty tty4
 -5:2345:respawn:/sbin/mingetty tty5
 -6:2345:respawn:/sbin/mingetty tty6
-+1:2345:respawn:/sbin/mingetty --pauselogin --autologin root --noclear tty1
-+2:2345:respawn:/sbin/mingetty --pauselogin --autologin root --noclear tty2
++1:2345:respawn:/sbin/mingetty --loginpause --autologin root --noclear tty1
++2:2345:respawn:/sbin/mingetty --loginpause --autologin root --noclear tty2
 +3:2345:respawn:/sbin/agetty -w -n ttyS0 115200 vt100
  
  # Run xdm in runlevel 5


Index: initscripts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/initscripts/OLPC-2/initscripts.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- initscripts.spec	10 Jan 2008 05:34:28 -0000	1.164
+++ initscripts.spec	11 Jan 2008 08:06:52 -0000	1.165
@@ -3,7 +3,7 @@
 Version: 8.54.1
 License: GPL
 Group: System Environment/Base
-Release: 16%{?dist} 
+Release: 17%{?dist} 
 Source: initscripts-%{version}.tar.bz2
 Source1: olpc-login
 Patch0: initscripts-8.54.1-dont-install-orig.patch
@@ -11,7 +11,7 @@
 Patch2: initscripts-8.54.1-readonly.patch
 Patch3: initscripts-8.54.1-prettyboot.patch
 BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
+Requires: mingetty >= 1.0.7-9, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
 Requires: /sbin/sysctl, syslog
 Requires: /sbin/fuser, /bin/grep
 Requires: module-init-tools
@@ -216,6 +216,10 @@
 %{_sysconfdir}/pam.d/olpc-login
 
 %changelog
+* Thu Jan 10 2008  Michael Stone <michael at laptop.org> 8.54.1-17
+- Correct Bernie's '--pauselogin' typo
+- Depend on a more specific version of mingetty supporting --loginpause
+
 * Wed Jan 10 2008  Bernardo Innocenti <bernie at codewiz.org> 8.54.1-16
 - dlo#5879, dlo#5705, dlo#5537, dlo#5058: Automatic root login in the console
 




More information about the fedora-extras-commits mailing list