Bump version.
This commit is contained in:
parent
de928eec06
commit
c625f88ac7
@ -1,2 +1,3 @@
|
|||||||
pykickstart-0.1.tar.gz
|
pykickstart-0.1.tar.gz
|
||||||
pykickstart-0.2.tar.gz
|
pykickstart-0.2.tar.gz
|
||||||
|
pykickstart-0.3.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 0.2
|
Version: 0.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -33,6 +33,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/python?.?/site-packages/pykickstart
|
%{_libdir}/python?.?/site-packages/pykickstart
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 0.3-1
|
||||||
|
- Add a deprecated attribute to options.
|
||||||
|
- Add --card option back to xconfig and mark as deprecated.
|
||||||
|
- Throw a deprecation warning on mouse and langsupport commands.
|
||||||
|
- Rename Writer to KickstartWriter for consistency.
|
||||||
|
- Collapse scripts into a single list and add an attribute on Script to
|
||||||
|
differentiate.
|
||||||
|
|
||||||
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
|
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 0.2-1
|
||||||
- Rename module to pykickstart to avoid conflicts in anaconda.
|
- Rename module to pykickstart to avoid conflicts in anaconda.
|
||||||
- Rename data classes for consistency.
|
- Rename data classes for consistency.
|
||||||
|
Loading…
Reference in New Issue
Block a user