diff --git a/erlang-eflame.spec b/erlang-eflame.spec index d0a1986..0dcb865 100644 --- a/erlang-eflame.spec +++ b/erlang-eflame.spec @@ -2,7 +2,7 @@ %global upstream slfritchie Name: erlang-%{realname} Version: 0 -Release: 1 +Release: 2 BuildArch: noarch Summary: Flame Graph profiler for Erlang License: MIT @@ -10,6 +10,7 @@ URL: https://github.com/%{upstream}/%{realname} VCS: scm:git:https://github.com/%{upstream}/%{realname}.git Source0: https://github.com/%{upstream}/%{realname}/archive/a08518142126f5fc541a3a3c4a04c27f24448bae/%{realname}-%{version}.tar.gz BuildRequires: erlang-rebar perl-generators +BuildRequires: erlang-eunit Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Flame Graph profiler for Erlang. @@ -34,5 +35,8 @@ install -D -p -m 0755 flamegraph.riak-color.pl %{buildroot}%{erlang_appdir}/bin/ %{erlang_appdir}/ %changelog +* Sun Jul 23 2023 yaoxin - 0-2 +- Fix test failure + * Mon Aug 31 2020 wangyue - 0-1 - package init