Add requires for pyparted for mkbiarch.

epel9
Bruno Wolff III 15 years ago
parent 3789039cfb
commit a1883d6f19

@ -5,7 +5,7 @@
Summary: Tools for building live CDs Summary: Tools for building live CDs
Name: livecd-tools Name: livecd-tools
Version: 034 Version: 034
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2 License: GPLv2
Group: System Environment/Base Group: System Environment/Base
URL: http://git.fedorahosted.org/git/livecd URL: http://git.fedorahosted.org/git/livecd
@ -20,6 +20,7 @@ Requires: python-imgcreate = %{version}-%{release}
Requires: mkisofs Requires: mkisofs
Requires: isomd5sum Requires: isomd5sum
Requires: parted Requires: parted
Requires: pyparted
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
Requires: syslinux Requires: syslinux
%endif %endif
@ -89,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc %{python_sitelib}/imgcreate/*.pyc
%changelog %changelog
* Sun Sep 12 2010 Bruno Wolff III <bruno@wolff.to> - 034-2
- mkbiarch needs pyparted
* Sat Sep 11 2010 Bruno Wolff III <bruno@wolff.to> - 034-1 * Sat Sep 11 2010 Bruno Wolff III <bruno@wolff.to> - 034-1
- A new experimental script for creating live images. - A new experimental script for creating live images.
- Handle partition devices that have a separator character in them. - Handle partition devices that have a separator character in them.

Loading…
Cancel
Save