From b046656746d668122808d247ac98d36070c26067 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Jun 04 2012 16:38:27 +0000 Subject: sanlock.spec: fix exclusive arch Signed-off-by: David Teigland --- diff --git a/sanlock.spec b/sanlock.spec index 732472a..9a5a586 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,17 +1,20 @@ Name: sanlock Version: 2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A shared disk lock manager Group: System Environment/Base License: GPLv2 and GPLv2+ and LGPLv2+ URL: https://fedorahosted.org/sanlock/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: x86_64 BuildRequires: libblkid-devel libaio-devel python python-devel Requires: %{name}-lib = %{version}-%{release} Source0: https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz +%if 0%{?rhel} +ExclusiveArch: x86_64 +%endif + %description sanlock uses disk paxos to manage leases on shared storage. Hosts connected to a common SAN can use this to synchronize their @@ -176,7 +179,10 @@ developing applications that use %{name}. %{_includedir}/sanlock_direct.h %changelog -* Wed May 30 2012 David Teigland - 2.3 +* Mon Jun 04 2012 David Teigland - 2.3-2 +- Remove exclusive arch + +* Wed May 30 2012 David Teigland - 2.3-1 - Update to sanlock-2.3 * Fri May 25 2012 Federico Simoncelli 2.2-2