Bump version.

This commit is contained in:
Christopher Edward Lumens 2006-02-17 20:48:02 +00:00
parent 5639fcba64
commit fbb3abe77a
3 changed files with 7 additions and 2 deletions

View File

@ -10,3 +10,4 @@ pykickstart-0.17.tar.gz
pykickstart-0.18.tar.gz
pykickstart-0.19.tar.gz
pykickstart-0.20.tar.gz
pykickstart-0.21.tar.gz

View File

@ -2,7 +2,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Version: 0.20
Version: 0.21
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
@ -36,6 +36,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/ksvalidator
%changelog
* Fri Feb 17 2006 Chris Lumens <clumens@redhat.com> 0.21-1
- Provide an option to not traceback on missing include files (#181760).
- Update programming documentation.
* Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.20-1
- Correctly set --noformat and --useexisting on lvm and raid.

View File

@ -1 +1 @@
ba07f292ce3fc3a767e401c3ad9b84be pykickstart-0.20.tar.gz
237fd29ebd783e34f875d79cc2da495e pykickstart-0.21.tar.gz