[livecd-tools] Require python-kickstart since it has teh python2 version of pykickstart

Dennis Gilmore ausil at fedoraproject.org
Thu Feb 26 15:53:12 UTC 2015


commit b295807a403329cd3eb8027e777d9f1025049a42
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Feb 26 09:52:03 2015 -0600

    Require python-kickstart since it has teh python2 version of pykickstart

 livecd-tools.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/livecd-tools.spec b/livecd-tools.spec
index f4e5386..311bdf1 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -5,7 +5,7 @@
 Summary: Tools for building live CDs
 Name: livecd-tools
 Version: 21.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Base
@@ -59,7 +59,7 @@ Requires: coreutils
 Requires: e2fsprogs
 Requires: yum >= 3.2.18
 Requires: squashfs-tools
-Requires: pykickstart >= 1.99.52
+Requires: python-kickstart
 Requires: dosfstools >= 2.11-8
 Requires: system-config-keyboard >= 1.3.0
 Requires: python-urlgrabber
@@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu Feb 26 2015 Dennis Gilmore <dennis at ausil.us> - 21.4-2
+- Require python-kickstart since it has teh python2 version of pykickstart
+
 * Mon Oct 27 2014 Brian C. Lane <bcl at redhat.com> 21.4-1
 - Version 21.4 (bcl)
 - Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)


More information about the scm-commits mailing list