From 92c653102ec7d62449dab8498535808bf73d4f06 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 22 Aug 2012 15:39:26 -0400 Subject: [PATCH] Add swap --hibernation to logvol command (vpodzime) --- .gitignore | 1 + pykickstart.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d0be24e..ea9d36a 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.13.tar.gz /pykickstart-1.99.14.tar.gz /pykickstart-1.99.15.tar.gz +/pykickstart-1.99.16.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index a536095..91c5d56 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.15 +Version: 1.99.16 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,9 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Wed Aug 22 2012 Chris Lumens - 1.99.16-1 +- Add swap --hibernation to logvol command (vpodzime) + * Thu Aug 09 2012 Chris Lumens - 1.99.15-1 - No argument needs to be given to rootpw if you're just locking the account. (clumens) diff --git a/sources b/sources index 6e02fed..d279d12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -802d212ab613babfecf7ff44c9cf5b8c pykickstart-1.99.15.tar.gz +f39733f624dda49f2c82c4e8680d95d4 pykickstart-1.99.16.tar.gz