From 021dda57d6ee8f0225c38496dfb1e35e1e9ed308 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 17 Aug 2007 21:21:10 +0000 Subject: [PATCH] Restrict build to x86/ia64 to match libvirt arch coverage --- virt-viewer.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/virt-viewer.spec b/virt-viewer.spec index 390e888..f5eb741 100644 --- a/virt-viewer.spec +++ b/virt-viewer.spec @@ -2,7 +2,7 @@ Name: virt-viewer Version: 0.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Virtual Machine Viewer Group: Applications/System @@ -17,6 +17,10 @@ BuildRequires: libxml2-devel BuildRequires: gtk-vnc-devel >= 0.1.0 BuildRequires: /usr/bin/pod2man +# Because libvirt is only built on these arches. +ExclusiveArch: i386 x86_64 ia64 + + %description Virtual Machine Viewer provides a graphical console client for connecting to virtual machines. It uses the GTK-VNC widget to provide the display, @@ -44,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/%{name}* %changelog +* Fri Aug 17 2007 Daniel P. Berrange - 0.0.1-2.fc8 +- Restrict built to x86 & ia64 because libvirt is only on those arches + * Wed Aug 15 2007 Daniel P. Berrange - 0.0.1-1.fc8 - First release