rpms/vhostmd/EL-5 vhostmd.spec,1.2,1.3

Richard W.M. Jones rjones at fedoraproject.org
Thu Oct 15 18:20:50 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/vhostmd/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5780

Modified Files:
	vhostmd.spec 
Log Message:
- Remove xen-devel dependency on ALL architectures.



Index: vhostmd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vhostmd/EL-5/vhostmd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- vhostmd.spec	15 Oct 2009 17:54:03 -0000	1.2
+++ vhostmd.spec	15 Oct 2009 18:20:49 -0000	1.3
@@ -1,14 +1,17 @@
 # Xen is only available on a limited number of architectures
-%ifarch %{ix86} x86_64 ia64
-%global have_xen 1
-%else
+#%ifarch %{ix86} x86_64 ia64
+#%global have_xen 1
+#%else
+#%global have_xen 0
+#%endif
+
+# Owing to an apparent bug in EPEL, xen-devel is missing, so:
 %global have_xen 0
-%endif
 
 Summary:       Virtualization host metrics daemon
 Name:          vhostmd
 Version:       0.4
-Release:       0.2.gitea2f772d%{?dist}
+Release:       0.3.gitea2f772d%{?dist}
 License:       GPLv2+
 Group:         System Environment/Daemons
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -183,6 +186,9 @@ exit 0
 
 
 %changelog
+* Thu Oct 15 2009 Richard W.M. Jones <rjones at redhat.com> - 0.4-0.3.gitea2f772d
+- Remove xen-devel dependency on ALL architectures.
+
 * Thu Oct 15 2009 Richard W.M. Jones <rjones at redhat.com> - 0.4-0.2.gitea2f772d
 - New upstream based on git ea2f772d.
 - Update the configuration file based on upstream changes to how virsh




More information about the fedora-extras-commits mailing list