summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-02-13 03:09:31 +0000
committerJeremy Katz <katzj@redhat.com>2005-02-13 03:09:31 +0000
commit0851a9206be3c72cc3534aa34668110fc18af78e (patch)
tree1b14a94804dc5ca52dccd7658c023545e9d0dc34 /anaconda.spec
parentdd13ca0db42cac1cdbab00db73a272e14c352618 (diff)
downloadanaconda-0851a9206be3c72cc3534aa34668110fc18af78e.tar.gz
anaconda-0851a9206be3c72cc3534aa34668110fc18af78e.tar.xz
anaconda-0851a9206be3c72cc3534aa34668110fc18af78e.zip
2005-02-12 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 0345f157c..b9064f38e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.18
+Version: 10.2.0.19
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Sat Feb 12 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.19-1
+- fix x86_64 installs for bad urlgrabber import
+- Fix traceback with no %post (clumens)
+- Put hostname in the text entry (clumens, #132826)
+
* Tue Feb 8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.18-1
- Remove some old cruft
- Fix-up for new module naming in gnome-python2-canvas 2.9.x