summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-10-17 20:25:56 +0000
committerJeremy Katz <katzj@redhat.com>2006-10-17 20:25:56 +0000
commit318ec12fc33e97787bf7a1459f00d2cf89ccfaee (patch)
treeec9211e03c30f267dc72199147946f6373802ca1
parent438d3c2f0bb1dd62e87c10636b919055dbb3759a (diff)
2006-10-17 Jeremy Katz <katzj@redhat.com>anaconda-11.1.1.3-1
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec5
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37ff6dd0b..2a3cb1360 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-10-17 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* yuminstall.py (AnacondaYumRepo.__get): More failure on __get fixes.
(YumBackend.selectBestKernel): Make message less misleading
diff --git a/anaconda.spec b/anaconda.spec
index 9f1761795..4f19f757e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.1.2
+Version: 11.1.1.3
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Oct 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.1.3-1
+- fix retry (#211117)
+
* Thu Oct 12 2006 Jeremy Katz <katzj@redhat.com> - 11.1.1.2-1
- Fix path for Extras for FC6
- A few more text netconfig fixes (dcantrel)