[sanlock] Drop exclusive arch options, it needs to be supported on all arches as per package guidelines

Peter Robinson pbrobinson at fedoraproject.org
Thu Aug 28 11:38:22 UTC 2014


commit 4b03f6bd1d47823c8c8316c96c02ee7b3fdf7da4
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Aug 28 12:38:16 2014 +0100

    Drop exclusive arch options, it needs to be supported on all arches as per package guidelines

 sanlock.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/sanlock.spec b/sanlock.spec
index aeb7722..fad8866 100644
--- a/sanlock.spec
+++ b/sanlock.spec
@@ -12,7 +12,7 @@
 
 Name:           sanlock
 Version:        3.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A shared storage lock manager
 
 Group:          System Environment/Base
@@ -20,7 +20,6 @@ License:        GPLv2 and GPLv2+ and LGPLv2+
 URL:            https://fedorahosted.org/sanlock/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libblkid-devel libaio-devel python python-devel
-ExclusiveArch:  x86_64 aarch64 %{power64}
 %if %{with_systemd}
 BuildRequires:  systemd-units
 %endif
@@ -324,6 +323,9 @@ common sanlock lockspace.
 
 
 %changelog
+* Thu Aug 28 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.2.1-2
+- Drop exclusive arch options, it needs to be supported on all arches as per package guidelines
+
 * Thu Aug 21 2014 David Teigland <teigland at redhat.com> - 3.2.1-1
 - Update to sanlock-3.2.1
 


More information about the scm-commits mailing list