Fix test failure

This commit is contained in:
starlet-dx 2023-07-23 10:07:43 +08:00
parent 451f755923
commit 90460c18f1

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