New version.

This commit is contained in:
Christopher Edward Lumens 2008-01-10 14:32:23 +00:00
parent a2189de856
commit 41b8cfb6ed
3 changed files with 8 additions and 2 deletions

View File

@ -11,3 +11,4 @@ pykickstart-1.20.tar.gz
pykickstart-1.21.tar.gz
pykickstart-1.22.tar.gz
pykickstart-1.23.tar.gz
pykickstart-1.24.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.23
Version: 1.24
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -44,6 +44,11 @@ rm -rf %{buildroot}
%{_bindir}/ksflatten
%changelog
* Thu Jan 10 2008 Chris Lumens <clumens@redhat.com> - 1.24-1
- Make inheritance and overriding of %packages work (#427768). (clumens)
- Add an option for which languages should be installed. (katzj)
- Use the right name for the iscsi --target variable (#418781). (clumens)
* Mon Dec 10 2007 Chris Lumens <clumens@redhat.com> - 1.23-1
- Take Makefile improvements from anaconda.
- Fix a traceback on F9 zerombr command (#395431).

View File

@ -1 +1 @@
8c2b43ed43809658577ab188b435634d pykickstart-1.23.tar.gz
896890f6127f9ca244cb7c8be8bbae28 pykickstart-1.24.tar.gz