Bump version.
This commit is contained in:
parent
75d1da419d
commit
a90f4705a8
@ -8,3 +8,4 @@ pykickstart-0.15.tar.gz
|
|||||||
pykickstart-0.16.tar.gz
|
pykickstart-0.16.tar.gz
|
||||||
pykickstart-0.17.tar.gz
|
pykickstart-0.17.tar.gz
|
||||||
pykickstart-0.18.tar.gz
|
pykickstart-0.18.tar.gz
|
||||||
|
pykickstart-0.19.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 0.18
|
Version: 0.19
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -36,6 +36,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/bin/ksvalidator
|
/usr/bin/ksvalidator
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 13 2006 Chris Lumens <clumens@redhat.com> 0.19-1
|
||||||
|
- --onboot requires a value (#180987).
|
||||||
|
- Be more strict about commands that don't take arguments.
|
||||||
|
|
||||||
* Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
|
* Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 0.18-1
|
||||||
- Fix some errors pychecker caught.
|
- Fix some errors pychecker caught.
|
||||||
- Allow exceptions to not be fatal so ksvalidator can spot more errors in
|
- Allow exceptions to not be fatal so ksvalidator can spot more errors in
|
||||||
|
Loading…
Reference in New Issue
Block a user