From a1883d6f199a29b8531631f3c54381478fd769b3 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sun, 12 Sep 2010 09:11:09 -0500 Subject: [PATCH] Add requires for pyparted for mkbiarch. --- livecd-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/livecd-tools.spec b/livecd-tools.spec index 62b0a54..d8005ad 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -5,7 +5,7 @@ Summary: Tools for building live CDs Name: livecd-tools Version: 034 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Base URL: http://git.fedorahosted.org/git/livecd @@ -20,6 +20,7 @@ Requires: python-imgcreate = %{version}-%{release} Requires: mkisofs Requires: isomd5sum Requires: parted +Requires: pyparted %ifarch %{ix86} x86_64 Requires: syslinux %endif @@ -89,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Sun Sep 12 2010 Bruno Wolff III - 034-2 +- mkbiarch needs pyparted + * Sat Sep 11 2010 Bruno Wolff III - 034-1 - A new experimental script for creating live images. - Handle partition devices that have a separator character in them.