[pykickstart] - Both library packages need to require python-six of some variety (#1195715). (clumens) - Fix the p

clumens clumens at fedoraproject.org
Thu Feb 26 21:09:54 UTC 2015


commit 7f9716dc3d2edfc2dd498634ae604edfbfed25fd
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Feb 26 16:09:36 2015 -0500

    - Both library packages need to require python-six of some variety (#1195715). (clumens)
    - Fix the python-six requirement for python3-kickstart (#1195719). (clumens)

 .gitignore       |  1 +
 pykickstart.spec | 12 +++++++++---
 sources          |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a37db5b..d801a02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -139,3 +139,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.65.tar.gz
 /pykickstart-1.99.66.tar.gz
 /pykickstart-2.0.tar.gz
+/pykickstart-2.1.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 1ca843e..129bd38 100644
--- a/pykickstart.spec
+++ b/pykickstart.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:      pykickstart
-Version:   2.0
+Version:   2.1
 Release:   1%{?dist}
 License:   GPLv2 and MIT
 Group:     System Environment/Libraries
@@ -38,6 +38,7 @@ respectively.
 %package -n python-kickstart
 Summary:  Python 2 library for manipulating kickstart files.
 Requires: python-six
+Requires: python-requests
 
 %description -n python-kickstart
 Python 2 library for manipulating kickstart files.  The binaries are found in
@@ -46,7 +47,8 @@ the pykickstart package.
 # Python 3 library
 %package -n python3-kickstart
 Summary:  Python 3 library for manipulating kickstart files.
-Requires: python-six
+Requires: python3-six
+Requires: python3-requests
 
 %description -n python3-kickstart
 Python 3 library for manipulating kickstart files.  The binaries are found in
@@ -111,7 +113,11 @@ popd
 %{python3_sitelib}/pykickstart/handlers/*py*
 
 %changelog
-* Fri Feb 20 2015 Chris Lumens <clumens at redhat.com> - 1.99.67-1
+* Thu Feb 26 2015 Chris Lumens <clumens at redhat.com> - 2.1-1
+- Both library packages need to require python-six of some variety (#1195715). (clumens)
+- Fix the python-six requirement for python3-kickstart (#1195719). (clumens)
+
+* Fri Feb 20 2015 Chris Lumens <clumens at redhat.com> - 2.0-1
 - Make sure pykickstart requires some version of the library. (clumens)
 - Split into python2 and python3 specific packages. (clumens)
 - Look for translations in their new location. (clumens)
diff --git a/sources b/sources
index e46c62f..b5fffc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf8e4995a38df4dfcd71d61b76d96465  pykickstart-2.0.tar.gz
+0f7f33dd124e1f23a5e38e4e9e377118  pykickstart-2.1.tar.gz


More information about the scm-commits mailing list