diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-12-01 22:43:52 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-12-01 22:43:52 +0000 |
commit | e43b2cc7746e9c6feb0b9702f63ed926223d5220 (patch) | |
tree | 0b8a8a13dfbc5d540d1095a095565d5af231758a /anaconda.spec | |
parent | 0752eba3e888daaeed985e0da2fa78f179719ba1 (diff) | |
download | anaconda-e43b2cc7746e9c6feb0b9702f63ed926223d5220.tar.gz anaconda-e43b2cc7746e9c6feb0b9702f63ed926223d5220.tar.xz anaconda-e43b2cc7746e9c6feb0b9702f63ed926223d5220.zip |
2005-12-01 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 7708c2efb..b5adb03a3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.90.11 +Version: 10.90.12 Release: 1 License: GPL Summary: Graphical system installer @@ -78,6 +78,13 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.12-1 +- some release notes viewer fixing (dcantrell) +- allow %%pre scripts in an %%include (clumens, #166100) +- fix the squashfs stuff to actually work +- hack around slang not initializing utf8 mode so that we have line + drawing chars (#174761) + * Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.11-1 - reworded media check prompt (dcantrell, #174472) - let's try squashfs... |