- re-enable AIS cluster on s390(x)

This commit is contained in:
Dan Horák 2010-07-09 12:15:41 +00:00
parent 8351d90007
commit c06b148f83

View File

@ -3,9 +3,7 @@
%global pcmk_docdir %{_docdir}/%{name}
# Supported cluster stacks, must support at least one
%ifnarch s390 s390x
%bcond_without ais
%endif
%bcond_without heartbeat
# ESMTP is not available in RHEL, only in EPEL. Allow people to build
@ -18,7 +16,7 @@
# We generate some docs using Publican, but its not available everywhere
%bcond_without publican
%global specversion 4
%global specversion 5
%global upstream_version Pacemaker-1.1.2
%global upstream_prefix Pacemaker-1-1-
@ -307,6 +305,9 @@ rm -rf %{buildroot}
%doc AUTHORS
%changelog
* Fri Jul 9 2010 Dan Horák <dan[at]danny.cz> - 1.1.2-5
- re-enable AIS cluster on s390(x)
* Fri Jul 9 2010 Dan Horák <dan[at]danny.cz> - 1.1.2-4
- AIS cluster not available on s390(x)