[ruby-libvirt/el5/master] Only build EPEL 5 packages on i386 and x86_64.

Chris Lalancette clalance at fedoraproject.org
Thu Jan 20 17:00:08 UTC 2011


commit b27d323ce9faf3849b34179c631b30fd400cba4a
Author: Chris Lalancette <clalance at redhat.com>
Date:   Thu Jan 20 11:59:05 2011 -0500

    Only build EPEL 5 packages on i386 and x86_64.
    
    PPC does not have the required libvirt-devel packages available.
    
    Signed-off-by: Chris Lalancette <clalance at redhat.com>

 ruby-libvirt.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/ruby-libvirt.spec b/ruby-libvirt.spec
index dcd6776..f294e63 100644
--- a/ruby-libvirt.spec
+++ b/ruby-libvirt.spec
@@ -16,6 +16,7 @@ BuildRequires:  ruby ruby-devel rubygem(rake)
 BuildRequires:  libvirt-devel >= 0.4.0
 Requires:       ruby(abi) = 1.8
 Provides:       ruby(libvirt) = %{version}
+ExclusiveArch:  i386 x86_64
 
 %description
 Ruby bindings for libvirt.


More information about the scm-commits mailing list