!2 Fix test failure

From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-07-23 05:40:27 +00:00 committed by Gitee
commit f2145d67aa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <yao_xin001@hoperun.com> - 0-2
- Fix test failure
* Mon Aug 31 2020 wangyue <wangyue92@huawei.com> - 0-1
- package init