From 27567d3a5ef497ba39733dbee1d7d6081827a286 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 3 Oct 2014 14:13:37 -0400 Subject: [PATCH] New version. --- po/pykickstart.pot | 2 +- pykickstart.spec | 8 +++++++- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/po/pykickstart.pot b/po/pykickstart.pot index 840cc8e..7a2df7f 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: 2014-09-24 16:20-0400\n" +"POT-Creation-Date: 2014-10-03 14:13-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/pykickstart.spec b/pykickstart.spec index 71e87b4..da56260 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.60 +Version: 1.99.61 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -54,6 +54,12 @@ make test %{_mandir}/man1/* %changelog +* Fri Oct 03 2014 Chris Lumens - 1.99.61-1 +- Add support for specifying thin pool profile (vpodzime) +- Add missing import (mkolman) +- Add tests for --interfacename validation (mkolman) +- Validate network interface name when parsing the kickstart (#1081982) (mkolman) + * Wed Sep 24 2014 Chris Lumens - 1.99.60-1 - Make --size and --percent mutually exclusive in logvol. (dlehman) - Add support for F22. (clumens) diff --git a/setup.py b/setup.py index 78adfc9..5b03413 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.99.60', +setup(name='pykickstart', version='1.99.61', 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