Limit rhel arches
This commit is contained in:
parent
2c58e6ebaa
commit
f5a98777ff
9
dlm.spec
9
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@redhat.com> - 3.99.4-2
|
||||
- Limit rhel arches
|
||||
|
||||
* Mon May 21 2012 David Teigland <teigland@redhat.com> - 3.99.4-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user