rpms/firstboot/devel .cvsignore, 1.88, 1.89 firstboot.spec, 1.121, 1.122 sources, 1.118, 1.119

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Fri Apr 11 15:28:06 UTC 2008


Author: clumens

Update of /cvs/pkgs/rpms/firstboot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4262

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/.cvsignore,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- .cvsignore	3 Apr 2008 18:34:53 -0000	1.88
+++ .cvsignore	11 Apr 2008 15:27:24 -0000	1.89
@@ -60,3 +60,4 @@
 firstboot-1.93.tar.bz2
 firstboot-1.94.tar.bz2
 firstboot-1.95.tar.bz2
+firstboot-1.96.tar.bz2


Index: firstboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/firstboot.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- firstboot.spec	8 Apr 2008 09:53:42 -0000	1.121
+++ firstboot.spec	11 Apr 2008 15:27:24 -0000	1.122
@@ -3,8 +3,8 @@
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 1.95
-Release: 4%{?dist}
+Version: 1.96
+Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -17,7 +17,7 @@
 BuildRequires: gettext
 BuildRequires: python-devel, python-setuptools-devel
 Requires: metacity, pygtk2, rhpl, python
-Requires: setuptool, libuser-python, system-config-users
+Requires: setuptool, libuser-python, system-config-users, system-config-date
 Requires(post): chkconfig
 
 %ifnarch s390 s390x ppc64
@@ -40,6 +40,7 @@
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} SITELIB=%{python_sitelib} install
+rm %{buildroot}/%{_datadir}/firstboot/modules/additional_cds.py*
 %find_lang %{name}
 
 %clean
@@ -66,10 +67,18 @@
 %config %{_initrddir}/firstboot
 %{python_sitelib}/*
 %{_sbindir}/firstboot
-%{_datadir}/firstboot/modules/*
+%{_datadir}/firstboot/modules/create_user.py*
+%{_datadir}/firstboot/modules/date.py*
+%{_datadir}/firstboot/modules/eula.py*
+%{_datadir}/firstboot/modules/welcome.py*
 %{_datadir}/firstboot/themes/default/*
 
 %changelog
+* Thu Apr 10 2008 Chris Lumens <clumens at redhat.com> 1.96-1
+- Don't package additional_cds module for now (#441749).
+- Add the date and time module (#441504).
+- The license agreement has moved URLs.
+
 * Mon Apr 07 2008 Chris Lumens <clumens at redhat.com> 1.95-4
 - Fix another init script typo (#441016).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/sources,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- sources	8 Apr 2008 09:53:42 -0000	1.118
+++ sources	11 Apr 2008 15:27:24 -0000	1.119
@@ -1 +1 @@
-bc4d38403dda0d354df9fc737b5c5d37  firstboot-1.95.tar.bz2
+a7e82ac9b6c9eac430c434105756e7e4  firstboot-1.96.tar.bz2




More information about the fedora-extras-commits mailing list