rpms/anaconda/devel .cvsignore, 1.553, 1.554 anaconda.spec, 1.695, 1.696 sources, 1.687, 1.688

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Wed Jul 30 01:22:53 UTC 2008


Author: katzj

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Tue Jul 29 2008 Jeremy Katz <katzj at redhat.com> - 11.4.1.21-1
- Remove an instance of NEEDGR still existing to fix graphical 
  isolinux (#457144) (katzj)
- use newer mke2fs arguments for different filesystems (sandeen)
- Use attributes to tell us whether filesystems are 
  bootable (#457037). (clumens)
- Make sure we drag in gzip, used by the image creation stuff. (jkeating)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.553
retrieving revision 1.554
diff -u -r1.553 -r1.554
--- .cvsignore	25 Jul 2008 20:19:50 -0000	1.553
+++ .cvsignore	30 Jul 2008 01:22:23 -0000	1.554
@@ -1,7 +1 @@
-clog
-anaconda-11.4.1.15.tar.bz2
-anaconda-11.4.1.16.tar.bz2
-anaconda-11.4.1.17.tar.bz2
-anaconda-11.4.1.18.tar.bz2
-anaconda-11.4.1.19.tar.bz2
-anaconda-11.4.1.20.tar.bz2
+anaconda-11.4.1.21.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.695
retrieving revision 1.696
diff -u -r1.695 -r1.696
--- anaconda.spec	25 Jul 2008 20:19:50 -0000	1.695
+++ anaconda.spec	30 Jul 2008 01:22:23 -0000	1.696
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.1.20
+Version: 11.4.1.21
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -32,12 +32,13 @@
 %define libbdevidver 5.1.2-1
 %define rhpxlver 0.25
 %define desktopfileutilsver 0.8
+%define e2fsver 1.41.0
 
 BuildRequires: audit-libs-devel
 BuildRequires: booty
 BuildRequires: bzip2-devel
 BuildRequires: device-mapper-devel >= %{dmver}
-BuildRequires: e2fsprogs-devel
+BuildRequires: e2fsprogs-devel >= %{e2fsver}
 BuildRequires: elfutils-devel
 BuildRequires: gettext >= %{gettextver}
 BuildRequires: gtk2-devel
@@ -84,7 +85,8 @@
 Requires: device-mapper >= %{dmver}
 Requires: device-mapper-libs >= %{dmver}
 Requires: dosfstools
-Requires: e2fsprogs
+Requires: e2fsprogs >= %{e2fsver}
+Requires: gzip
 %ifarch %{ix86} x86_64 ia64
 Requires: dmidecode
 %endif
@@ -195,6 +197,14 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Tue Jul 29 2008 Jeremy Katz <katzj at redhat.com> - 11.4.1.21-1
+- Remove an instance of NEEDGR still existing to fix graphical 
+  isolinux (#457144) (katzj)
+- use newer mke2fs arguments for different filesystems (sandeen)
+- Use attributes to tell us whether filesystems are 
+  bootable (#457037). (clumens)
+- Make sure we drag in gzip, used by the image creation stuff. (jkeating)
+
 * Fri Jul 25 2008 Chris Lumens <clumens at redhat.com> - 11.4.1.20-1
 - Clean up some mistakes in the minstg2 removal. (dcantrell)
 - Fix passing the language to anaconda (katzj)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.687
retrieving revision 1.688
diff -u -r1.687 -r1.688
--- sources	25 Jul 2008 20:19:50 -0000	1.687
+++ sources	30 Jul 2008 01:22:23 -0000	1.688
@@ -1 +1 @@
-262e66ff7df1c1ff3e9cff1a60399201  anaconda-11.4.1.20.tar.bz2
+b5cc65c152effcacd04f3b2aae0032fe  anaconda-11.4.1.21.tar.bz2




More information about the fedora-extras-commits mailing list