rpms/firstboot/devel .cvsignore, 1.102, 1.103 firstboot.spec, 1.138, 1.139 sources, 1.132, 1.133

Christopher Edward Lumens clumens at fedoraproject.org
Tue Jul 20 14:12:00 UTC 2010


Author: clumens

Update of /cvs/pkgs/rpms/firstboot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1637

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/.cvsignore,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -p -r1.102 -r1.103
--- .cvsignore	14 Oct 2009 21:28:45 -0000	1.102
+++ .cvsignore	20 Jul 2010 14:12:00 -0000	1.103
@@ -74,3 +74,4 @@ firstboot-1.107.tar.bz2
 firstboot-1.108.tar.bz2
 firstboot-1.109.tar.bz2
 firstboot-1.110.tar.bz2
+firstboot-1.111.tar.bz2


Index: firstboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/firstboot.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -p -r1.138 -r1.139
--- firstboot.spec	14 Oct 2009 21:28:45 -0000	1.138
+++ firstboot.spec	20 Jul 2010 14:12:00 -0000	1.139
@@ -3,7 +3,7 @@
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 1.110
+Version: 1.111
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -21,11 +21,12 @@ Requires: setuptool, libuser-python, sys
 Requires: authconfig-gtk, python-meh
 Requires: system-config-keyboard
 Requires: python-ethtool
+Requires: cracklib-python
 Requires(post): chkconfig
 
 %define debug_package %{nil}
 
-Obsoletes: firstboot-tui
+Obsoletes: firstboot-tui < 1.90-1
 
 %description
 The firstboot utility runs after installation.  It guides the user through
@@ -73,6 +74,20 @@ fi
 %{_datadir}/firstboot/themes/default/*
 
 %changelog
+* Thu Jul 15 2010 Martin Gracik <mgracik at redhat.com> 1.111-1
+- Fixed indenting
+- Set the LANG variable if running our own X frontend (#599296)
+- Added the spec file obsoletes version number
+- Add requirement for cracklib-python
+- Allow more control when creating new user (#602030)
+- Fix functioning of module sets (#595320)
+- Don't try to use the X frontend when run in console (#537717)
+- Update to work with new python-meh with report support (#562659)
+- Add weak password checking (#612362)
+- Source the lang.sh file instead of just i18n (#563547)
+- Run Xorg with -nr option, so we have less flicker (ajax)
+- Many translation updates
+
 * Wed Oct 14 2009 Chris Lumens <clumens at redhat.com> 1.110-1
 - Always attempt to display the Fedora logo, if present (jmccann).
 - Fix a bunch of small firstboot UI problems (jmccann).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/sources,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- sources	14 Oct 2009 21:28:45 -0000	1.132
+++ sources	20 Jul 2010 14:12:00 -0000	1.133
@@ -1,3 +1 @@
-335f9855f49de44300f64f8482dc0e9a  firstboot-1.108.tar.bz2
-9b70cb90b6801a13fc573a22665b80a0  firstboot-1.109.tar.bz2
-5bd9a0e4065264f377fc6dad2b2c5a6e  firstboot-1.110.tar.bz2
+c503c77b5fe63846ceaed86268ae87dc  firstboot-1.111.tar.bz2



More information about the scm-commits mailing list