diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-09-09 19:30:19 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-09-09 19:30:19 +0000 |
commit | ff2b609e59cd6172a188b4d0f11d08fd22c0bf06 (patch) | |
tree | 4bee4c316ec07e4490799eb84a4bf3ed336467a5 /anaconda.spec | |
parent | 8ccdd97dd2cc782d95c384534b0a3b3622e4f5ea (diff) | |
download | anaconda-ff2b609e59cd6172a188b4d0f11d08fd22c0bf06.tar.gz anaconda-ff2b609e59cd6172a188b4d0f11d08fd22c0bf06.tar.xz anaconda-ff2b609e59cd6172a188b4d0f11d08fd22c0bf06.zip |
2005-09-09 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
* scripts/mk-images (XDRIVERS): Fix tyop.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 5bc032fb9..989ffbb08 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.3.0.14 +Version: 10.3.0.15 Release: 1 License: GPL Summary: Graphical system installer @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.15-1 +- Fix typo that broke image building. + * Fri Sep 09 2005 Chris Lumens <clumens@redhat.com> 10.3.0.14-1 - logging fix when running in test mode |