summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlehman <dlehman>2007-02-02 19:37:02 +0000
committerdlehman <dlehman>2007-02-02 19:37:02 +0000
commit50f10dc4ea15d0aac9cabce9a4143e56e799d895 (patch)
tree8ee060430fa719a122a4c395deb5870f3829b3fa
parent769b299caed8c506c53f67c8d68888aed1aac165 (diff)
downloadanaconda-50f10dc4ea15d0aac9cabce9a4143e56e799d895.tar.gz
anaconda-50f10dc4ea15d0aac9cabce9a4143e56e799d895.tar.xz
anaconda-50f10dc4ea15d0aac9cabce9a4143e56e799d895.zip
* anaconda.spec: Bump version.anaconda-10.1.1.57-1
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6bc3e021..712981f0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-02-02 Dave Lehman <dlehman@redhat.com>
+ * anaconda.spec: Bump version.
+
+2007-02-02 Dave Lehman <dlehman@redhat.com>
+
* partitions.py (sanityCheckAllRequests): handle the case of
request.drive being None (#227045)
diff --git a/anaconda.spec b/anaconda.spec
index 84284e44c..a20e75e69 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.56
+Version: 10.1.1.57
Release: 1
License: GPL
Summary: Graphical system installer
@@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Feb 2 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.57-1
+- Fix handling of requests w/o drives in new usb-storage code
+ Resolves: #227045
+
* Wed Jan 31 2007 Peter Jones <pjones@redhat.com> - 10.1.1.56-1
- Add usb-storage support for the root filesystem
Resolves: #180550