[dlm] Limit rhel arches

David Teigland teigland at fedoraproject.org
Wed May 30 20:48:38 UTC 2012


commit bbf255694cbb62c4acdc544a1ffeee1746528d91
Author: David Teigland <teigland at redhat.com>
Date:   Wed May 30 15:48:22 2012 -0500

    Limit rhel arches

 dlm.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/dlm.spec b/dlm.spec
index 89b01b5..3d2b95c 100644
--- a/dlm.spec
+++ b/dlm.spec
@@ -1,6 +1,6 @@
 Name:           dlm
 Version:        3.99.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2 and GPLv2+ and LGPLv2+
 # For a breakdown of the licensing, see README.license
 Group:          System Environment/Kernel
@@ -13,6 +13,10 @@ BuildRequires:  libxml2-devel
 BuildRequires:  systemd-units
 Source0:	http://people.redhat.com/teigland/%{name}-%{version}.tar.gz
 
+%if 0%{?rhel}
+ExclusiveArch: i686 x86_64
+%endif
+
 Requires:       %{name}-lib = %{version}-%{release}
 Requires:       corosync >= 1.99.9
 Requires(post): systemd-units
@@ -102,6 +106,9 @@ developing applications that use %{name}.
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed May 30 2012 David Teigland <teigland at redhat.com> - 3.99.4-2
+- Limit rhel arches
+
 * Mon May 21 2012 David Teigland <teigland at redhat.com> - 3.99.4-1
 - New upstream release
 


More information about the scm-commits mailing list