devel/anaconda .cvsignore, 1.498, 1.499 anaconda.spec, 1.638, 1.639 sources, 1.630, 1.631

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Sun Mar 2 22:18:50 UTC 2008


Author: katzj

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Sun Mar 02 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.42-1
- Fix a traceback when we have an error.  Related to #433658 (katzj)
- Add virtio_pci in hopes of getting virtio working (katzj)
- Pull in the bits of pirut that we use so that we don't depend on pirut (katzj)
- Default to RAID1 instead of RAID0 (#435579) (katzj)
- Refresh po (katzj)
- Fix traceback leaving task selection screen (#435556) (katzj)
- More ext4 vs ext4dev nonsense.  (#435517) (katzj)
- Fix reverse name lookup. (pjones)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/.cvsignore,v
retrieving revision 1.498
retrieving revision 1.499
diff -u -r1.498 -r1.499
--- .cvsignore	28 Feb 2008 22:56:08 -0000	1.498
+++ .cvsignore	2 Mar 2008 22:18:17 -0000	1.499
@@ -1 +1 @@
-anaconda-11.4.0.41.tar.bz2
+anaconda-11.4.0.42.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/anaconda.spec,v
retrieving revision 1.638
retrieving revision 1.639
diff -u -r1.638 -r1.639
--- anaconda.spec	28 Feb 2008 22:56:08 -0000	1.638
+++ anaconda.spec	2 Mar 2008 22:18:17 -0000	1.639
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.0.41
+Version: 11.4.0.42
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -27,7 +27,6 @@
 %define yumver 2.9.2
 %define rhplver 0.170
 %define partedver 1.8.1
-%define pirutver 1.1.0
 %define syscfgdatever 1.9.0
 %define pythonpyblockver 0.24-1
 %define libbdevidver 5.1.2-1
@@ -55,7 +54,6 @@
 BuildRequires: mkinitrd-devel >= %{mkinitrdver}
 BuildRequires: newt-devel
 BuildRequires: pango-devel
-BuildRequires: pirut
 BuildRequires: popt-devel
 BuildRequires: pykickstart >= %{pykickstartver}
 BuildRequires: python-devel
@@ -77,7 +75,6 @@
 Requires: parted >= %{partedver}
 Requires: pyparted >= %{partedver}
 Requires: yum >= %{yumver}
-Requires: pirut >= %{pirutver}
 Requires: libxml2-python
 Requires: python-urlgrabber
 Requires: system-logos
@@ -212,6 +209,16 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Sun Mar 02 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.42-1
+- Fix a traceback when we have an error.  Related to #433658 (katzj)
+- Add virtio_pci in hopes of getting virtio working (katzj)
+- Pull in the bits of pirut that we use so that we don't depend on pirut (katzj)
+- Default to RAID1 instead of RAID0 (#435579) (katzj)
+- Refresh po (katzj)
+- Fix traceback leaving task selection screen (#435556) (katzj)
+- More ext4 vs ext4dev nonsense.  (#435517) (katzj)
+- Fix reverse name lookup. (pjones)
+
 * Thu Feb 28 2008 Jeremy Katz <katzj at redhat.com> - 11.4.0.41-1
 - Don't write out /etc/rpm/platform anymore. (katzj)
 - anaconda-runtime now needs yum-utils (katzj)


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/anaconda/sources,v
retrieving revision 1.630
retrieving revision 1.631
diff -u -r1.630 -r1.631
--- sources	28 Feb 2008 22:56:08 -0000	1.630
+++ sources	2 Mar 2008 22:18:17 -0000	1.631
@@ -1 +1 @@
-2350a6dc01be30a9bd5f2f64f7987811  anaconda-11.4.0.41.tar.bz2
+d942dab4fa44a17f6d6b0d833a187433  anaconda-11.4.0.42.tar.bz2




More information about the fedora-extras-commits mailing list