New version.

This commit is contained in:
Christopher Edward Lumens 2006-09-29 21:02:30 +00:00
parent 4169a247be
commit 8fdb4b33e7
3 changed files with 6 additions and 2 deletions

View File

@ -24,3 +24,4 @@ pykickstart-0.31.tar.gz
pykickstart-0.32.tar.gz pykickstart-0.32.tar.gz
pykickstart-0.33.tar.gz pykickstart-0.33.tar.gz
pykickstart-0.34.tar.gz pykickstart-0.34.tar.gz
pykickstart-0.35.tar.gz

View File

@ -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.34 Version: 0.35
Release: 1 Release: 1
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
License: GPL License: GPL
@ -39,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/locale/*/*/* /usr/share/locale/*/*/*
%changelog %changelog
* Fri Sep 29 2006 Chris Lumens <clumens@redhat.com> - 0.35-1
- Fix traceback in harddrive command (#208557).
* Mon Sep 25 2006 Chris Lumens <clumens@redhat.com> - 0.34-1 * Mon Sep 25 2006 Chris Lumens <clumens@redhat.com> - 0.34-1
- Add support for --biospart option to harddrive (#207585). - Add support for --biospart option to harddrive (#207585).
- Update writer for syntax changes. - Update writer for syntax changes.

View File

@ -1 +1 @@
98035ce36099b8d25c791b902f5cd6d5 pykickstart-0.34.tar.gz b4e18c1a53a059503fbf7af838d95c75 pykickstart-0.35.tar.gz