From a2a9d0b29ae79e5e2c68896b69111828ee3e7367 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 14 Sep 2011 15:11:23 -0400 Subject: [PATCH] New version. --- po/pykickstart.pot | 8 ++++---- pykickstart.spec | 9 ++++++++- setup.py | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/po/pykickstart.pot b/po/pykickstart.pot index c5e7743..386942a 100644 --- a/po/pykickstart.pot +++ b/po/pykickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-08-22 16:34-0400\n" +"POT-Creation-Date: 2011-09-14 14:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -46,7 +46,7 @@ msgstr "" msgid "Unable to open %%ksappend file" msgstr "" -#: ../pykickstart/parser.py:134 ../pykickstart/parser.py:687 +#: ../pykickstart/parser.py:134 ../pykickstart/parser.py:700 #, python-format msgid "Unable to open input kickstart file: %s" msgstr "" @@ -55,12 +55,12 @@ msgstr "" msgid "Group cannot specify both --nodefaults and --optional" msgstr "" -#: ../pykickstart/parser.py:519 ../pykickstart/parser.py:544 +#: ../pykickstart/parser.py:519 ../pykickstart/parser.py:550 #, python-format msgid "Section does not end with %%end." msgstr "" -#: ../pykickstart/parser.py:637 +#: ../pykickstart/parser.py:646 #, python-format msgid "Unknown kickstart section: %s" msgstr "" diff --git a/pykickstart.spec b/pykickstart.spec index 3961022..b96ae71 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.99.3 +Version: 1.99.4 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -46,6 +46,13 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Wed Sep 14 2011 Chris Lumens - 1.99.4-1 +- --reserved-space and --reserved-percent should be checked on a callback. (clumens) +- Add a volgroup unit test, and fix a bug it uncovered. (clumens) +- Add support for reserved space in volume group. (dlehman) +- Allow a %include to come in the middle of a section (#733455). (clumens) +- Add a test case for %include inside %packages. (clumens) + * Mon Aug 22 2011 Chris Lumens - 1.99.3-1 - Ignore reimport warnings. (clumens) - Add support for 'autopart --nolvm' (jlaska) diff --git a/setup.py b/setup.py index 839c995..2048e07 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.99.3', +setup(name='pykickstart', version='1.99.4', description='Python module for manipulating kickstart files', author='Chris Lumens', author_email='clumens@redhat.com', url='http://fedoraproject.org/wiki/pykickstart', -- 2.11.4.GIT