From 30974a6d0291bfbd7c56dbb57eba8501ccb83367 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 15 Nov 2011 13:33:55 -0500 Subject: [PATCH] New version. --- po/pykickstart.pot | 14 +++++++------- pykickstart.spec | 7 ++++++- setup.py | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/po/pykickstart.pot b/po/pykickstart.pot index 03b74d4..d52db19 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-10-19 16:27-0400\n" +"POT-Creation-Date: 2011-11-15 13:32-0500\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:700 +#: ../pykickstart/parser.py:134 ../pykickstart/parser.py:709 #, python-format msgid "Unable to open input kickstart file: %s" msgstr "" @@ -55,20 +55,20 @@ msgstr "" msgid "Group cannot specify both --nodefaults and --optional" msgstr "" -#: ../pykickstart/parser.py:519 ../pykickstart/parser.py:550 +#: ../pykickstart/parser.py:519 ../pykickstart/parser.py:559 #, python-format msgid "Section %s does not end with %%end." msgstr "" -#: ../pykickstart/parser.py:646 +#: ../pykickstart/parser.py:655 #, python-format msgid "Unknown kickstart section: %s" msgstr "" #. If nothing else worked, we're out of options. -#: ../pykickstart/version.py:105 ../pykickstart/version.py:114 -#: ../pykickstart/version.py:117 ../pykickstart/version.py:133 -#: ../pykickstart/version.py:187 +#: ../pykickstart/version.py:106 ../pykickstart/version.py:115 +#: ../pykickstart/version.py:118 ../pykickstart/version.py:134 +#: ../pykickstart/version.py:188 #, python-format msgid "Unsupported version specified: %s" msgstr "" diff --git a/pykickstart.spec b/pykickstart.spec index 7dc47b5..e4a0b60 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.5 +Version: 1.99.6 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,11 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Tue Nov 15 2011 Chris Lumens - 1.99.6-1 +- Add --boot-drive option to bootloader command to pick boot drive. (dlehman) +- Add support for F17. (clumens) +- The guts of a script could include a line starting with a % (#746928). (clumens) + * Wed Oct 19 2011 Chris Lumens - 1.99.5-1 - Don't error out if raid --useexisting is given with no members (#741728). (clumens) - When %end is missing, include the unterminated section in the error message. (clumens) diff --git a/setup.py b/setup.py index f348162..fef9c31 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.99.5', +setup(name='pykickstart', version='1.99.6', 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