From 3fd2fcf85bc84cf49468a05dda1a498a77fdfb6d Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 30 Sep 2014 10:47:28 -0400 Subject: [PATCH] New version. --- po/pykickstart.pot | 2 +- pykickstart.spec | 5 ++++- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/po/pykickstart.pot b/po/pykickstart.pot index d855885..580fdff 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:30-0400\n" +"POT-Creation-Date: 2014-09-30 10:45-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 8cdf202..a9ddc79 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.43.14 +Version: 1.99.43.15 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,9 @@ make test %{_mandir}/man1/* %changelog +* Tue Sep 30 2014 Chris Lumens - 1.99.43.15-1 +- network: add support for bridge (#1075195) (rvykydal) + * Wed Sep 24 2014 Chris Lumens - 1.99.43.14-1 - Make --size and --percent mutually exclusive in logvol (RHEL7). (dlehman) - Some tests for --size and --percent (#1117908) (amulhern) diff --git a/setup.py b/setup.py index af50611..5d43b64 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.99.43.14', +setup(name='pykickstart', version='1.99.43.15', 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