rpms/firstboot/devel firstboot.spec,1.101,1.102 sources,1.98,1.99

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Mon Jun 11 18:58:24 UTC 2007


Author: clumens

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

Modified Files:
	firstboot.spec sources 
Log Message:
Package review fixes.



Index: firstboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/firstboot.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- firstboot.spec	10 Apr 2007 14:22:01 -0000	1.101
+++ firstboot.spec	11 Jun 2007 18:57:49 -0000	1.102
@@ -1,14 +1,16 @@
 Summary: Initial system configuration utility
 Name: firstboot
 Version: 1.4.35
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedoraproject.org/wiki/FirstBoot
 License: GPL
 ExclusiveOS: Linux
 Group: System Environment/Base
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
+# This is a Red Hat maintained package which is specific to
+# our distribution.  Thus the source is only available from
+# within this srpm.
 Source0: %{name}-%{version}.tar.bz2
 Obsoletes: anaconda-reconfig
 
@@ -18,8 +20,8 @@
 Requires: system-config-language, system-config-soundcard
 Requires: system-config-securitylevel, system-config-network
 Requires: system-config-users, system-config-date >= 1.7.9
-Requires: system-config-keyboard, chkconfig
-Requires: system-logos, firstboot-tui = %{version}
+Requires: system-config-keyboard, system-logos
+Requires: firstboot-tui = %{version}-%{release}
 
 ExcludeArch: s390 s390x ppc64
 
@@ -34,7 +36,8 @@
 BuildRequires: gettext
 
 Requires: python, usermode >= 1.36, rhpl, system-config-securitylevel-tui
-Requires: system-config-network-tui, ntsysv, authconfig, chkconfig
+Requires: system-config-network-tui, ntsysv, authconfig
+Requires(post): chkconfig
 
 %description tui
 firstboot-tui is a text interface for initial system configuration.
@@ -43,9 +46,10 @@
 %setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
+rm -rf %{buildroot}
 make INSTROOT=%{buildroot} install
 %find_lang %{name}
 
@@ -53,8 +57,7 @@
 rm -rf %{buildroot}
 
 %post tui
-if ! [ -f /etc/sysconfig/firstboot ]
-then
+if ! [ -f /etc/sysconfig/firstboot ]; then
   chkconfig --add firstboot
 fi
 
@@ -94,6 +97,9 @@
 
 
 %changelog
+* Mon Jun 11 2007 Chris Lumens <clumens at redhat.com> - 1.4.35-2
+- Fixes for package review (#225756).
+
 * Tue Apr 10 2007 Chris Lumens <clumens at redhat.com> - 1.4.35-1
 - Iterate over all possible CD drives on the additional CD module (#231612).
 - Correct package URL (#235079).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/firstboot/devel/sources,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- sources	10 Apr 2007 15:29:15 -0000	1.98
+++ sources	11 Jun 2007 18:57:49 -0000	1.99
@@ -1 +1 @@
-4beb310b87284acac49ecab14de24f5d  firstboot-1.4.35.tar.bz2
+ee2ae785e34270558989b6610394c3a9  firstboot-1.4.35.tar.bz2




More information about the fedora-extras-commits mailing list