From bb6def8203f160e6a6063ae592118b1c2aa03b5a Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 31 Mar 2014 16:08:40 -0400 Subject: [PATCH] - ostreesetup: New command (walters) - Move commandMap and dataMap setting into the individual handler classes. (clumens) --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb3a6e3..3026464 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.50.tar.gz /pykickstart-1.99.51.tar.gz /pykickstart-1.99.52.tar.gz +/pykickstart-1.99.53.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 0f61226..cfb813b 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.52 +Version: 1.99.53 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 +* Mon Mar 31 2014 Chris Lumens - 1.99.53-1 +- ostreesetup: New command (walters) +- Move commandMap and dataMap setting into the individual handler classes. (clumens) + * Fri Mar 21 2014 Chris Lumens - 1.99.52-1 - Take care of all the unused argument warnings. (clumens) - Take care of all the unused variable warnings. (clumens) diff --git a/sources b/sources index a7d441d..b3baa0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e25dd2be9008e44421c69520f0346df1 pykickstart-1.99.52.tar.gz +a680b695ccde99d1a2929571ca713ab8 pykickstart-1.99.53.tar.gz