Drop exclusive arch options, it needs to be supported on all arches as per package guidelines
This commit is contained in:
parent
a3ff38c080
commit
4b03f6bd1d
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: sanlock
|
Name: sanlock
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A shared storage lock manager
|
Summary: A shared storage lock manager
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -20,7 +20,6 @@ License: GPLv2 and GPLv2+ and LGPLv2+
|
|||||||
URL: https://fedorahosted.org/sanlock/
|
URL: https://fedorahosted.org/sanlock/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libblkid-devel libaio-devel python python-devel
|
BuildRequires: libblkid-devel libaio-devel python python-devel
|
||||||
ExclusiveArch: x86_64 aarch64 %{power64}
|
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
%endif
|
%endif
|
||||||
@ -324,6 +323,9 @@ common sanlock lockspace.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2014 Peter Robinson <pbrobinson@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@redhat.com> - 3.2.1-1
|
* Thu Aug 21 2014 David Teigland <teigland@redhat.com> - 3.2.1-1
|
||||||
- Update to sanlock-3.2.1
|
- Update to sanlock-3.2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user