[livecd-tools] Add requires for pyparted for mkbiarch.

Bruno Wolff III bruno at fedoraproject.org
Sun Sep 12 14:16:05 UTC 2010


commit a1883d6f199a29b8531631f3c54381478fd769b3
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Sep 12 09:11:09 2010 -0500

    Add requires for pyparted for mkbiarch.

 livecd-tools.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <bruno at wolff.to> - 034-2
+- mkbiarch needs pyparted
+
 * Sat Sep 11 2010 Bruno Wolff III <bruno at wolff.to> - 034-1
 - A new experimental script for creating live images.
 - Handle partition devices that have a separator character in them.


More information about the scm-commits mailing list