rpms/firstboot/devel .cvsignore, 1.99, 1.100 firstboot.spec, 1.135, 1.136 sources, 1.129, 1.130

Christopher Edward Lumens clumens at fedoraproject.org
Tue Aug 11 18:27:49 UTC 2009


Author: clumens

Update of /cvs/pkgs/rpms/firstboot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22203

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/.cvsignore,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -p -r1.99 -r1.100
--- .cvsignore	29 Jul 2009 03:28:16 -0000	1.99
+++ .cvsignore	11 Aug 2009 18:27:49 -0000	1.100
@@ -71,3 +71,4 @@ firstboot-1.103.tar.bz2
 firstboot-1.104.tar.bz2
 firstboot-1.105.tar.bz2
 firstboot-1.107.tar.bz2
+firstboot-1.108.tar.bz2


Index: firstboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/firstboot.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -p -r1.135 -r1.136
--- firstboot.spec	29 Jul 2009 03:28:16 -0000	1.135
+++ firstboot.spec	11 Aug 2009 18:27:49 -0000	1.136
@@ -3,7 +3,7 @@
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 1.107
+Version: 1.108
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -16,9 +16,11 @@ ExclusiveOS: Linux
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext
 BuildRequires: python-devel, python-setuptools-devel
-Requires: metacity, pygtk2, rhpl, python
+Requires: metacity, pygtk2, python
 Requires: setuptool, libuser-python, system-config-users, system-config-date
 Requires: authconfig-gtk, python-meh
+Requires: system-config-keyboard
+Requires: python-ethtool
 Requires(post): chkconfig
 
 %define debug_package %{nil}
@@ -71,6 +73,12 @@ fi
 %{_datadir}/firstboot/themes/default/*
 
 %changelog
+* Tue Aug 11 2009 Chris Lumens <clumens at redhat.com> 1.108-1
+- Move python-meh initialization to after we have gtk imported (#515419).
+- Do @VERSION@ substitution on progs/firstboot.
+- Switch to using system-config-keyboard for the keyboard bits (katzj).
+- Stop using rhpl.ethtool (katzj).
+
 * Tue Jul 28 2009 Chris Lumens <clumens at redhat.com> 1.107-1
 - Convert to using python-meh.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/sources,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -p -r1.129 -r1.130
--- sources	29 Jul 2009 03:28:16 -0000	1.129
+++ sources	11 Aug 2009 18:27:49 -0000	1.130
@@ -1 +1 @@
-071afbd2d63204a2c5aa8fbbf5407f8f  firstboot-1.107.tar.bz2
+335f9855f49de44300f64f8482dc0e9a  firstboot-1.108.tar.bz2




More information about the fedora-extras-commits mailing list