New version.
This commit is contained in:
parent
184102ed89
commit
e473d25923
@ -21,3 +21,4 @@ pykickstart-1.30.tar.gz
|
|||||||
pykickstart-1.31.tar.gz
|
pykickstart-1.31.tar.gz
|
||||||
pykickstart-1.32.tar.gz
|
pykickstart-1.32.tar.gz
|
||||||
pykickstart-1.33.tar.gz
|
pykickstart-1.33.tar.gz
|
||||||
|
pykickstart-1.34.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.33
|
Version: 1.34
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -44,6 +44,14 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/ksflatten
|
%{_bindir}/ksflatten
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 07 2008 Chris Lumens <clumens@redhat.com> - 1.34-1
|
||||||
|
- Load the handler module automatically. (clumens)
|
||||||
|
- Add support for F10. (clumens)
|
||||||
|
- Initialize cmd.handler earlier; fixes repo.methodToRepo() (markmc)
|
||||||
|
- Don't shadow builtin function names. (clumens)
|
||||||
|
- Running check is now required before pykickstart can be packaged. (clumens)
|
||||||
|
- Reorganize code a little bit to pass pychecker. (clumens)
|
||||||
|
|
||||||
* Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> - 1.33-1
|
* Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> - 1.33-1
|
||||||
- Fix whitespace when printing out the bootloader command (pmeyers).
|
- Fix whitespace when printing out the bootloader command (pmeyers).
|
||||||
- Fix the type on bootloader --timeout processing. (clumens)
|
- Fix the type on bootloader --timeout processing. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user