From b295807a403329cd3eb8027e777d9f1025049a42 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 26 Feb 2015 09:52:03 -0600 Subject: [PATCH] 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 - 21.4-2 +- Require python-kickstart since it has teh python2 version of pykickstart + * Mon Oct 27 2014 Brian C. Lane 21.4-1 - Version 21.4 (bcl) - Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)