From cc3c1ffaf976396b3a025153d199202dac4315bc Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 19 Jun 2014 13:13:23 -0400 Subject: [PATCH] - Add support for --disklabel to clearpart (#1078537) (bcl) - Make print statements Python 3 compatible (mkolman) --- .gitignore | 1 + pykickstart.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5f66c85..4e261ba 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.53.tar.gz /pykickstart-1.99.54.tar.gz /pykickstart-1.99.55.tar.gz +/pykickstart-1.99.56.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index fa2307b..3b32dbe 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,10 +1,10 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.99.55 -Release: 2%{?dist} +Version: 1.99.56 +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. @@ -54,8 +54,9 @@ make test %{_mandir}/man1/* %changelog -* Sat Jun 07 2014 Fedora Release Engineering - 1.99.55-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild +* Thu Jun 19 2014 Chris Lumens - 1.99.56-1 +- Add support for --disklabel to clearpart (#1078537) (bcl) +- Make print statements Python 3 compatible (mkolman) * Fri May 16 2014 Chris Lumens - 1.99.55-1 - Do not set any magic default PE size in pykickstart (vpodzime) diff --git a/sources b/sources index c087262..a78a19e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23735ed755e65827f921905921bcdf57 pykickstart-1.99.55.tar.gz +98932d4c6879a6a3269b58d9eca3e7af pykickstart-1.99.56.tar.gz