Fix publican build on x86
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
d380f68ff1
commit
4d22fb17f5
@ -20,7 +20,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.4
|
%global upstream_version Pacemaker-1.1.4
|
||||||
%global upstream_prefix Pacemaker-1-1-
|
%global upstream_prefix Pacemaker-1-1-
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ BuildRequires: heartbeat-devel heartbeat-libs
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with publican}
|
%if %{with publican}
|
||||||
%ifarch i386 x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: publican
|
BuildRequires: publican
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
@ -317,6 +317,9 @@ rm -rf %{buildroot}
|
|||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 8 2010 Fabio M. Di Nitto <fdinitto@redhat.com> 1.1.4-3
|
||||||
|
- Fix publican build on x86
|
||||||
|
|
||||||
* Wed Dec 8 2010 Fabio M. Di Nitto <fdinitto@redhat.com> 1.1.4-2
|
* Wed Dec 8 2010 Fabio M. Di Nitto <fdinitto@redhat.com> 1.1.4-2
|
||||||
- Drop double source entry and 22Mb from the srpm
|
- Drop double source entry and 22Mb from the srpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user