Bump version.

This commit is contained in:
Christopher Edward Lumens 2006-06-20 20:47:00 +00:00
parent 6f9cfea1bd
commit d42d0b491a
3 changed files with 9 additions and 3 deletions

View File

@ -20,3 +20,4 @@ pykickstart-0.27.tar.gz
pykickstart-0.28.tar.gz
pykickstart-0.29.tar.gz
pykickstart-0.30.tar.gz
pykickstart-0.31.tar.gz

View File

@ -2,8 +2,8 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Version: 0.30
Release: 2
Version: 0.31
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: System Environment/Libraries
@ -39,6 +39,11 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/locale/*/*/*
%changelog
* Tue Jun 20 2006 Chris Lumens <clumens@redhat.com> 0.31-1
- Handle nfs --opts (katzj).
- RAID devices should be integers instead of strings (#176537).
- Add initial support for iscsi (katzj).
* Tue Jun 06 2006 Chris Lumens <clumens@redhat.com> 0.30-2
- Add BuildRequires to fix building under mock (#194156, Joost Soeterbroek
<fedora AT soeterbroek.com>).

View File

@ -1 +1 @@
50b19bbc7281e0fe26e48308f3efab5d pykickstart-0.30.tar.gz
5cf3759c08c93a44fc8dd4db30e96a7b pykickstart-0.31.tar.gz