Bump version.

This commit is contained in:
Christopher Edward Lumens 2006-05-23 15:53:12 +00:00
parent 4b95022428
commit a602d34fb9
3 changed files with 7 additions and 2 deletions

View File

@ -18,3 +18,4 @@ pykickstart-0.25.tar.gz
pykickstart-0.26.tar.gz
pykickstart-0.27.tar.gz
pykickstart-0.28.tar.gz
pykickstart-0.29.tar.gz

View File

@ -2,7 +2,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Version: 0.28
Version: 0.29
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
@ -37,6 +37,10 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/locale/*/*/*
%changelog
* Tue May 23 2006 Chris Lumens <clumens@redhat.com> 0.29-1
- Add multipath command, handlers, and data objects (pjones).
- Rename --ports to --port in writer.
* Mon May 15 2006 Chris Lumens <clumens@redhat.com> 0.28-1
- Support --mtu for the network command (#191328).
- Accept --isUtc for backwards compatibility.

View File

@ -1 +1 @@
ea0319e42f3517aab16d5acf480bd662 pykickstart-0.28.tar.gz
ab5932e23c57a4eca108342c10b0ae51 pykickstart-0.29.tar.gz