publican is only available as a dependancy on i386/x86_64 machines
This commit is contained in:
parent
abdb169577
commit
9f3c16208e
@ -16,7 +16,7 @@
|
|||||||
# We generate some docs using Publican, but its not available everywhere
|
# We generate some docs using Publican, but its not available everywhere
|
||||||
%bcond_without publican
|
%bcond_without publican
|
||||||
|
|
||||||
%global specversion 2
|
%global specversion 3
|
||||||
%global upstream_version Pacemaker-1.1.2
|
%global upstream_version Pacemaker-1.1.2
|
||||||
%global upstream_prefix Pacemaker-1-1-
|
%global upstream_prefix Pacemaker-1-1-
|
||||||
|
|
||||||
@ -79,8 +79,10 @@ BuildRequires: heartbeat-devel heartbeat-libs
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with publican}
|
%if %{with publican}
|
||||||
|
%ifarch i386 x86_64
|
||||||
BuildRequires: publican
|
BuildRequires: publican
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pacemaker is an advanced, scalable High-Availability cluster resource
|
Pacemaker is an advanced, scalable High-Availability cluster resource
|
||||||
@ -303,6 +305,9 @@ rm -rf %{buildroot}
|
|||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 21 2010 Andrew Beekhof <andrew@beekhof.net> - 1.1.2-3
|
||||||
|
- publican is only available as a dependancy on i386/x86_64 machines
|
||||||
|
|
||||||
* Fri Jun 11 2010 Andrew Beekhof <andrew@beekhof.net> - 1.1.2-2
|
* Fri Jun 11 2010 Andrew Beekhof <andrew@beekhof.net> - 1.1.2-2
|
||||||
- Resolves rhbz#602239 - Added patch to documentation so that it passes validation
|
- Resolves rhbz#602239 - Added patch to documentation so that it passes validation
|
||||||
- High: Core: Bug lf#2401 - Backed out changeset 6e6980376f01
|
- High: Core: Bug lf#2401 - Backed out changeset 6e6980376f01
|
||||||
|
Loading…
Reference in New Issue
Block a user