summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-02-09 00:30:45 +0000
committerJeremy Katz <katzj@redhat.com>2005-02-09 00:30:45 +0000
commite5ef4bc6cbbf3acd8a72584c17ba6bb171daff01 (patch)
tree3c22ad3f9e9eb4a5ffebd424d2c6dc2d7e0d8568 /anaconda.spec
parent36a1b9190bd93ea5566ef2c91d90232c23abc39c (diff)
downloadanaconda-e5ef4bc6cbbf3acd8a72584c17ba6bb171daff01.tar.gz
anaconda-e5ef4bc6cbbf3acd8a72584c17ba6bb171daff01.tar.xz
anaconda-e5ef4bc6cbbf3acd8a72584c17ba6bb171daff01.zip
2005-02-08 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/anaconda.spec b/anaconda.spec
index eea5ff008..0345f157c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.17
+Version: 10.2.0.18
Release: 1
License: GPL
Summary: Graphical system installer
@@ -53,7 +53,6 @@ rm -rf $RPM_BUILD_ROOT
%doc docs/command-line.txt
%doc docs/install-methods.txt
%doc docs/kickstart-docs.txt
-%doc docs/kickstart-docs.html
%doc docs/mediacheck.txt
%doc docs/anaconda-release-notes.txt
/usr/bin/mini-wm
@@ -70,6 +69,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* 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
+- Add needed requirements for rpm 4.4
+- Fix segfault when rpm tries to write to non-existent fd during
+ transaction ordering
+- Support --erroronfail as an option for %pre/%post (clumens, #124386)
+
* Tue Feb 8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.17-1
- Use rhpl.archscore to fix iseries upgrades (pnasrat, #146915)
- Only configure ksdevice if no --device (pnasrat, #138852)