Restrict build to x86/ia64 to match libvirt arch coverage
This commit is contained in:
parent
073f8e18c0
commit
021dda57d6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: virt-viewer
|
Name: virt-viewer
|
||||||
Version: 0.0.1
|
Version: 0.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Virtual Machine Viewer
|
Summary: Virtual Machine Viewer
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -17,6 +17,10 @@ BuildRequires: libxml2-devel
|
|||||||
BuildRequires: gtk-vnc-devel >= 0.1.0
|
BuildRequires: gtk-vnc-devel >= 0.1.0
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
|
|
||||||
|
# Because libvirt is only built on these arches.
|
||||||
|
ExclusiveArch: i386 x86_64 ia64
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Virtual Machine Viewer provides a graphical console client for connecting
|
Virtual Machine Viewer provides a graphical console client for connecting
|
||||||
to virtual machines. It uses the GTK-VNC widget to provide the display,
|
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}*
|
%{_mandir}/man1/%{name}*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.0.1-1.fc8
|
||||||
- First release
|
- First release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user