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

This commit is contained in:
Dennis Gilmore 2015-02-26 09:52:03 -06:00
parent 8df4216dd6
commit b295807a40
1 changed files with 5 additions and 2 deletions

View File

@ -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@ausil.us> - 21.4-2
- Require python-kickstart since it has teh python2 version of pykickstart
* Mon Oct 27 2014 Brian C. Lane <bcl@redhat.com> 21.4-1
- Version 21.4 (bcl)
- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)