From 84d0b3f4ee223c095e13136cddfe651865ec0fd6 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 25 Sep 2013 14:31:40 -0400 Subject: [PATCH] New 'eula' command (#1000409) (vpodzime) --- .gitignore | 1 + pykickstart.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 412926f..eae3b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.38.tar.gz /pykickstart-1.99.39.tar.gz /pykickstart-1.99.40.tar.gz +/pykickstart-1.99.41.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 198017a..da3ae38 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,8 +3,8 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.99.40 -Release: 2%{?dist} +Version: 1.99.41 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Wed Sep 25 2013 Chris Lumens - 1.99.41-1 +- New 'eula' command (#1000409) (vpodzime) + * Tue Sep 24 2013 Chris Lumens 1.99.40-2 - Only BuildRequire transifex on OSes that include it. diff --git a/sources b/sources index 32d7c6c..14d51da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -163a926cc6b7f588bf6d330c8c0f41ad pykickstart-1.99.40.tar.gz +5f3269907c28b7ce861c5759dfec299d pykickstart-1.99.41.tar.gz