rpms/virt-viewer/devel virt-viewer.spec,1.1,1.2

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Fri Aug 17 21:21:43 UTC 2007


Author: berrange

Update of /cvs/pkgs/rpms/virt-viewer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6838

Modified Files:
	virt-viewer.spec 
Log Message:
Restrict build to x86/ia64 to match libvirt arch coverage


Index: virt-viewer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-viewer/devel/virt-viewer.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virt-viewer.spec	17 Aug 2007 19:42:14 -0000	1.1
+++ virt-viewer.spec	17 Aug 2007 21:21:10 -0000	1.2
@@ -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: 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 @@
 %{_mandir}/man1/%{name}*
 
 %changelog
+* Fri Aug 17 2007 Daniel P. Berrange <berrange at 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 at redhat.com> - 0.0.1-1.fc8
 - First release
 




More information about the fedora-extras-commits mailing list