Bump version.

This commit is contained in:
Christopher Edward Lumens 2005-10-24 21:13:43 +00:00
parent a7c8bc4ddb
commit 1e0b10cf5e
3 changed files with 8 additions and 3 deletions

View File

@ -2,3 +2,4 @@ pykickstart-0.1.tar.gz
pykickstart-0.2.tar.gz
pykickstart-0.3.tar.gz
pykickstart-0.4.tar.gz
pykickstart-0.5.tar.gz

View File

@ -2,7 +2,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Version: 0.4
Version: 0.5
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
@ -33,8 +33,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc README ChangeLog COPYING docs/programmers-guide
%{python_sitelib}/pykickstart
/usr/bin/ksvalidator
%changelog
* Mon Oct 24 2005 Chris Lumens <clumens@redhat.com> 0.5-1
- Add line numbers to exception reporting.
- Added ksvalidator.
* Wed Oct 19 2005 Chris Lumens <clumens@redhat.com> 0.4-1
- Correct deprecated attribute on options.
- Added programming documentation.

View File

@ -1,2 +1 @@
d8bb8795bb322ac675ae07d23e12498f pykickstart-0.3.tar.gz
72e84851a893a062e49c41ba385f51db pykickstart-0.4.tar.gz
0af74fa2b025439146a7cf629fc79929 pykickstart-0.5.tar.gz