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