summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-12-23 11:28:44 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-12-23 11:28:44 -1000
commitdc8623f38df20d38da69cdd5a1b16422ec6608bc (patch)
tree9cf513e9b914fe038dcdfa0f77cbbbaeb81fa7fd
parent76ce9a04af956bc4249ec279bd7774ab6b5c3c39 (diff)
downloadanaconda-dc8623f38df20d38da69cdd5a1b16422ec6608bc.tar.gz
anaconda-dc8623f38df20d38da69cdd5a1b16422ec6608bc.tar.xz
anaconda-dc8623f38df20d38da69cdd5a1b16422ec6608bc.zip
-rw-r--r--anaconda.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index d5108da90..5d48375a6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.5.0.1
+Version: 11.5.0.2
Release: 1
License: GPLv2+
Group: Applications/System
@@ -206,6 +206,14 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.2-1
+- Require latest pykickstart for repo command (clumens)
+- Remove libdhcp* from scripts/upd-instroot (dcantrell)
+- methodstr -> self.methodstr (dcantrell)
+- Rewrite iface_ip2str() to use libnm-glib (dcantrell)
+- Fix a few syntax error caugh by pychecker (hdegoede)
+- Remove isys.e2fslabel() and isys.getraidsb() (dcantrell)
+
* Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.1-1
- Remove plural forms from po/tg.mo (katzj)