summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-01-26 17:53:37 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2009-01-26 17:53:37 +0100
commit2f7276b63b4bbd6e2f810505b4eee01b5c94beb7 (patch)
treea1bbc451c8a0eda004c6b209e952063a3f3fc2cc
parent2d139d7031da26c8c9d61fc33facc5253c1eb968 (diff)
downloadanaconda-2f7276b63b4bbd6e2f810505b4eee01b5c94beb7.tar.gz
anaconda-2f7276b63b4bbd6e2f810505b4eee01b5c94beb7.tar.xz
anaconda-2f7276b63b4bbd6e2f810505b4eee01b5c94beb7.zip
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 57aa1ba61..dd47f5d46 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.92
+Version: 10.1.1.93
Release: 1
License: GPL
Summary: Graphical system installer
@@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Jan 26 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.93-1
+- Correct backport from REHL5 (jgranados).
+ Resolves: rhbz:#480793
+
* Thu Jan 15 2009 Joel Granados <jgranado@redhat.com> - 10.1.1.92-1
- Flush the drive dict first so CD-ROM device nodes get made (clumens).
Resolves: rhbz:#435926