Bootstrap it first (lots of internal ABI differences)

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2016-09-01 18:27:25 +03:00
parent 8a2757da9c
commit 915ee4c8e4
1 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@
# Set this to true when starting a rebuild of the whole erlang stack. There's
# a cyclical dependency between erlang-rebar and erlang-getopt so this package
# (rebar) needs to get built first in bootstrap mode.
%global need_bootstrap_set 0
%global need_bootstrap_set 1
%{!?need_bootstrap: %global need_bootstrap %{need_bootstrap_set}}
@ -44,7 +44,6 @@ Patch10: rebar-0010-Try-shell-variable-VSN-first.patch
Patch11: rebar-0011-Allow-ignoring-missing-deps.patch
%if 0%{?need_bootstrap} < 1
BuildRequires: erlang-eflame
BuildRequires: erlang-rebar
%else
BuildRequires: erlang-asn1
@ -88,7 +87,7 @@ Requires: erlang-erl_interface%{?_isa}
# See https://bugzilla.redhat.com/960079
Requires: erlang-parsetools%{?_isa}
Requires: erlang-rpm-macros >= 0.2.2
Requires: erlang-rpm-macros >= 0.2.4
Provides: %{realname} = %{version}-%{release}
@ -148,7 +147,7 @@ cp -a priv %{buildroot}%{_erllibdir}/%{realname}-%{version}/
%changelog
* Thu Sep 1 2016 Peter Lemenkov <lemenkov@gmail.com> - 2.6.4-1
- Ver. 2.6.4 (rhbz#1350988)
- Bootstrap ver. 2.6.4 (rhbz#1350988)
- Re-enable upstream behaviour for get-deps (rhbz#999054)
- Added erlang-eflame dependency