From f5a98777ffc1eb043e4563e2d564973ee8638cd0 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 30 May 2012 15:58:03 -0500 Subject: [PATCH] Limit rhel arches --- dlm.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 - 3.99.4-2 +- Limit rhel arches + * Mon May 21 2012 David Teigland - 3.99.4-1 - New upstream release