From 90460c18f1079bd427289a15a4960a0571e0ef04 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Sun, 23 Jul 2023 10:07:43 +0800 Subject: [PATCH] Fix test failure --- erlang-eflame.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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