- have to use excludearch, not exclusivearch

This commit is contained in:
Jeremy Katz 2007-03-29 15:31:17 +00:00
parent 46184135e1
commit c48f5bc148
1 changed files with 5 additions and 2 deletions

View File

@ -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 <katzj@redhat.com> - 005-3
- have to use excludearch, not exclusivearch
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-2
- exclusivearch since it only works on x86 and x86_64 for now