Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov bf9a8e3a21
Update rebar-0008-Remove-pre-R15B02-workaround patch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-27 10:32:00 +03:00
David Abdurachmanov 7f7a5c0c8f
Enable bootstrap option
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-27 08:29:51 +03:00
David Abdurachmanov ec16df1e0c
One time change to break dep cycle
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-27 08:06:10 +03:00
2 changed files with 18 additions and 12 deletions

View File

@ -5,14 +5,14 @@
# 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}}
Name: erlang-%{realname}
Version: 2.6.4
Release: 7%{?dist}
Release: 7.0.riscv64%{?dist}
Summary: Erlang Build Tools
Group: Development/Tools
License: MIT
@ -55,7 +55,7 @@ BuildRequires: erlang-crypto
BuildRequires: erlang-dialyzer
BuildRequires: erlang-diameter
BuildRequires: erlang-edoc
BuildRequires: erlang-eflame
#BuildRequires: erlang-eflame
BuildRequires: erlang-erl_interface
BuildRequires: erlang-erlydtl
BuildRequires: erlang-erts
@ -148,6 +148,9 @@ sed -i -e "s,-noshell -noinput,-noshell -noinput -pa .,g" ./rebar
%changelog
* Mon Aug 27 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.6.4-7.0.riscv64
- Temporary, one time, change to break dependency cycle
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

View File

@ -1,14 +1,17 @@
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 2 Mar 2016 15:10:20 +0300
Subject: [PATCH] Remove pre-R15B02 workaround
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index f4d7b76..63f8c31 100644
index f4d7b76..19c3138 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -436,18 +436,6 @@ get_beam_test_exports(ModuleStr) ->
@@ -72,8 +72,6 @@
%% for internal use only
-export([info/2]).
--dialyzer({no_missing_calls, pre15b02_eunit_primitive/3}).
-
-include("rebar.hrl").
-define(EUNIT_DIR, ".eunit").
@@ -436,18 +434,6 @@ get_beam_test_exports(ModuleStr) ->
end.
make_test_primitives(RawTests) ->
@ -27,7 +30,7 @@ index f4d7b76..63f8c31 100644
?CONSOLE(" Running test function(s):~n", []),
F = fun({M, F2}, Acc) ->
?CONSOLE(" ~p:~p/0~n", [M, F2]),
@@ -456,23 +444,15 @@ make_test_primitives(RawTests) ->
@@ -456,23 +442,15 @@ make_test_primitives(RawTests) ->
case re:run(FNameStr, "_test_") of
nomatch ->
%% Normal test