diff --git a/livecd-tools.spec b/livecd-tools.spec index 9fc3f06..901e9d0 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -1,7 +1,7 @@ Summary: Tools for building live CD's Name: livecd-tools Version: 005 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Base URL: http://git.fedoraproject.org/?p=hosted/livecd @@ -16,7 +16,7 @@ Requires: squashfs-tools Requires: pykickstart >= 0.96 Requires: syslinux BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 +ExcludeArch: ppc pp64 %description Tools for generating live CD's on Fedora based systems including @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/livecd-tools/* %changelog +* Thu Mar 29 2007 Jeremy Katz - 005-3 +- have to use excludearch, not exclusivearch + * Thu Mar 29 2007 Jeremy Katz - 005-2 - exclusivearch since it only works on x86 and x86_64 for now