From 46184135e1cea9a235160e304920aff87b6b54c6 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mar 29 2007 14:27:51 +0000 Subject: - exclusivearch since it only works on x86 and x86_64 for now --- diff --git a/livecd-tools.spec b/livecd-tools.spec index 3b50063..9fc3f06 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: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base URL: http://git.fedoraproject.org/?p=hosted/livecd @@ -16,6 +16,7 @@ Requires: squashfs-tools Requires: pykickstart >= 0.96 Requires: syslinux BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %description Tools for generating live CD's on Fedora based systems including @@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/livecd-tools/* %changelog +* Thu Mar 29 2007 Jeremy Katz - 005-2 +- exclusivearch since it only works on x86 and x86_64 for now + * Wed Mar 28 2007 Jeremy Katz - 005-1 - some shell quoting fixes - allow using UUID or LABEL for the fs label of a usb stick