rpms/febootstrap/devel febootstrap.spec,1.13,1.14

Richard W.M. Jones rjones at fedoraproject.org
Fri May 14 10:56:29 UTC 2010


Author: rjones

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

Modified Files:
	febootstrap.spec 
Log Message:
- This package contains C code so it is no longer 'noarch'.
- MAKEDEV isn't required.



Index: febootstrap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/febootstrap/devel/febootstrap.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- febootstrap.spec	14 May 2010 10:49:29 -0000	1.13
+++ febootstrap.spec	14 May 2010 10:56:29 -0000	1.14
@@ -1,13 +1,12 @@
 Summary:     Bootstrap a new Fedora system (like debootstrap)
 Name:        febootstrap
 Version:     2.7
-Release:     1%{?dist}
+Release:     2%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://et.redhat.com/~rjones/febootstrap/
 Source0:     http://et.redhat.com/~rjones/febootstrap/files/%{name}-%{version}.tar.gz
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildArch:   noarch
 
 BuildRequires: /usr/bin/pod2man
 BuildRequires: fakeroot >= 1.11
@@ -17,7 +16,6 @@ BuildRequires: yum >= 3.2
 Requires:    fakeroot >= 1.11
 Requires:    fakechroot >= 2.9-20
 Requires:    yum >= 3.2
-Requires:    MAKEDEV
 Requires:    util-linux-ng
 Requires:    cpio
 
@@ -84,9 +82,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri May 14 2010 Richard Jones <rjones at redhat.com> - 2.7-1
+* Fri May 14 2010 Richard Jones <rjones at redhat.com> - 2.7-2
 - New upstream version 2.7.
 - febootstrap-supermin-helper shell script rewritten in C for speed.
+- This package contains C code so it is no longer 'noarch'.
+- MAKEDEV isn't required.
 
 * Fri Jan 22 2010 Richard Jones <rjones at redhat.com> - 2.6-1
 - New upstream release 2.6.



More information about the scm-commits mailing list