From d55b917a47ceabb8d268586adfdbc528a1c115f1 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 19 Oct 2011 16:28:28 -0400 Subject: [PATCH] New version. --- po/pykickstart.pot | 4 ++-- pykickstart.spec | 6 +++++- setup.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/po/pykickstart.pot b/po/pykickstart.pot index 386942a..03b74d4 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-09-14 14:51-0400\n" +"POT-Creation-Date: 2011-10-19 16:27-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -57,7 +57,7 @@ msgstr "" #: ../pykickstart/parser.py:519 ../pykickstart/parser.py:550 #, python-format -msgid "Section does not end with %%end." +msgid "Section %s does not end with %%end." msgstr "" #: ../pykickstart/parser.py:646 diff --git a/pykickstart.spec b/pykickstart.spec index b96ae71..7dc47b5 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.4 +Version: 1.99.5 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,10 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* 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) + * 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) diff --git a/setup.py b/setup.py index 2048e07..f348162 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.99.4', +setup(name='pykickstart', version='1.99.5', 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