Restrict build to x86/ia64 to match libvirt arch coverage

This commit is contained in:
Daniel P. Berrange 2007-08-17 21:21:10 +00:00
parent 073f8e18c0
commit 021dda57d6

View File

@ -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 <berrange@redhat.com> - 0.0.1-2.fc8
- Restrict built to x86 & ia64 because libvirt is only on those arches
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.1-1.fc8
- First release