From 864396457d48bfbad993d28c0f2ab1eb5cde2035 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 24 Sep 2014 16:25:25 -0400 Subject: [PATCH] - Make --size and --percent mutually exclusive in logvol. (dlehman) - Add support for F22. (clumens) --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 70eaf19..33bd1bb 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.57.tar.gz /pykickstart-1.99.58.tar.gz /pykickstart-1.99.59.tar.gz +/pykickstart-1.99.60.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index f95520a..71e87b4 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.59 +Version: 1.99.60 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,10 @@ make test %{_mandir}/man1/* %changelog +* Wed Sep 24 2014 Chris Lumens - 1.99.60-1 +- Make --size and --percent mutually exclusive in logvol. (dlehman) +- Add support for F22. (clumens) + * Wed Sep 17 2014 Chris Lumens - 1.99.59-1 - Some tests for --size and --percent (#1117908) (amulhern) - Update tests where necessary with --size flag (#1117908) (amulhern) diff --git a/sources b/sources index 7809247..5d027bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -710074f975e270c7b5faa085deb31064 pykickstart-1.99.59.tar.gz +b1354ebc3f2dac1ab79ff14772cb3e90 pykickstart-1.99.60.tar.gz