From a80169db11e2889b76e9d9bb3372bcc9ded8d281 Mon Sep 17 00:00:00 2001
From: Christopher Edward Lumens <clumens@fedoraproject.org>
Date: Mon, 13 Apr 2009 18:39:48 +0000
Subject: [PATCH] New version.

---
 .cvsignore    |  1 +
 anaconda.spec | 23 ++++++++++++++++++++++-
 sources       |  2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/.cvsignore b/.cvsignore
index 5ec0886..9c5a11e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,4 @@
 clog
 anaconda-11.5.0.41.tar.bz2
 anaconda-11.5.0.42.tar.bz2
+anaconda-11.5.0.43.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 4af35a6..eb57356 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.42
+Version: 11.5.0.43
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -213,6 +213,27 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Mon Apr 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.43-1
+- Run programs with LC_ALL=C in case we're parsing output (#492549).
+  (clumens)
+- A volume group device has a "peSize" attribute (not "pesize"). (dlehman)
+- Remove uncommitted new lv from dict on cancel. (dlehman)
+- Use the correct value when setting new extent size. (#493753) (dlehman)
+- Fix image generation so all ELF binaries have their deps included
+  (#495231). (clumens)
+- Clean up the code in editLogicalVolume function. (jgranado)
+- Setup the disks before partitioning as the nodes are needed. (jgranado)
+- Rescan the devices when we are saving a traceback. (jgranado)
+- Close file descriptors when an error occurs. (jgranado)
+- Aesthetic changes to "editLogicalVolume" function. (jgranado)
+- When deallocating a partition also set its disk attribute to None
+  (hdegoede)
+- Check self.partedPartition not being None before using it (#495077)
+  (hdegoede)
+- growPartitions: Change op_func (back to) add when an iteration succeeds
+  (hdegoede)
+- partedPartition can be None while growing partitions (#495076) (hdegoede)
+
 * Thu Apr 09 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.42-1
 - Fix display of format type for devices. (dlehman)
 - Fix handling of priority option from swap fstab entries. (#494992)
diff --git a/sources b/sources
index d600ad0..bbc8166 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d39e6659579b995b2c9af32be740b53  anaconda-11.5.0.42.tar.bz2
+0f786092df3c424a2e2ffa06863b62ec  anaconda-11.5.0.43.tar.bz2