rpms/firstboot/devel .cvsignore, 1.45, 1.46 firstboot.spec, 1.64, 1.65 sources, 1.61, 1.62

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 6 17:03:13 UTC 2006


Author: clumens

Update of /cvs/dist/rpms/firstboot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27140

Modified Files:
	.cvsignore firstboot.spec sources 
Log Message:
Bump version.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/firstboot/devel/.cvsignore,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- .cvsignore	27 Jan 2006 19:36:14 -0000	1.45
+++ .cvsignore	6 Feb 2006 17:03:06 -0000	1.46
@@ -17,3 +17,4 @@
 firstboot-1.4.0.tar.bz2
 firstboot-1.4.1.tar.bz2
 firstboot-1.4.2.tar.bz2
+firstboot-1.4.3.tar.bz2


Index: firstboot.spec
===================================================================
RCS file: /cvs/dist/rpms/firstboot/devel/firstboot.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- firstboot.spec	27 Jan 2006 19:36:14 -0000	1.64
+++ firstboot.spec	6 Feb 2006 17:03:07 -0000	1.65
@@ -1,6 +1,6 @@
 Summary: Initial system configuration utility
 Name: firstboot
-Version: 1.4.2
+Version: 1.4.3
 Release: 1
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPL
@@ -21,6 +21,8 @@
 Requires: system-config-securitylevel
 Requires: system-config-network
 Requires: system-config-users
+Requires: system-config-date >= 1.7.9
+Requires: system-config-keyboard
 Requires: authconfig-gtk
 Requires: libuser
 Requires: redhat-logos
@@ -41,12 +43,8 @@
 Requires: python
 Requires: usermode >= 1.36
 Requires: rhpl
-Requires: system-config-date >= 1.7.9
-Requires: system-config-keyboard
 Requires: system-config-securitylevel-tui
-Requires: system-config-rootpassword
 Requires: netconfig
-Requires: system-config-printer
 Requires: ntsysv
 Requires: authconfig
 
@@ -72,7 +70,7 @@
 then
   chkconfig --add firstboot
 fi
-		
+
 %preun
 if [ $1 = 0 ]; then
   rm -rf /usr/share/firstboot/*.pyc
@@ -110,6 +108,13 @@
 
 
 %changelog
+* Mon Feb 06 2006 Chris Lumens <clumens at redhat.com> 1.4.3-1
+- Tweak firstboot-tui requires to not require X (#180046).
+- Wrap left side labels if they're too long.
+- Remove "Click to Finish" module (#178109).
+- Try to prevent running in runlevel 3 if we failed in runlevel 5
+  (#145169).
+
 * Fri Jan 27 2006 Chris Lumens <clumens at redhat.com> 1.4.2-1
 - Layout cleanups and simplification.
 - Use GTK styles to display the new artwork in non-debug mode.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/firstboot/devel/sources,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- sources	27 Jan 2006 19:36:14 -0000	1.61
+++ sources	6 Feb 2006 17:03:07 -0000	1.62
@@ -1 +1 @@
-89721b1abb09412819c2355ab98e34be  firstboot-1.4.2.tar.bz2
+dd30d0d5563c3549adbba86db6134a5d  firstboot-1.4.3.tar.bz2




More information about the fedora-cvs-commits mailing list