!4 add requires to avoid usage error

From: @myeuler
Reviewed-by: @licihua
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2021-01-29 19:12:10 +08:00 committed by Gitee
commit dc689a1ae1

View File

@ -1,6 +1,6 @@
Name: cloc
Version: 1.86
Release: 0
Release: 2
Summary: Program line caculation tools
License: GPLv2+
URL: https://github.com/AlDanial/cloc
@ -13,6 +13,9 @@ BuildRequires: perl-Regexp-Common
BuildRequires: perl-Parallel-ForkManager
Requires: perl-Regexp-Common
Requires: perl-Parallel-ForkManager
%description
cloc is a tool which can help to do program line caculation.
@ -39,6 +42,9 @@ make install DESTDIR="%{buildroot}"
%{_mandir}/man1/%{name}.1*
%changelog
* Fri Jan 29 2021 myeuler <myeuler@163.com>
- add Requires needed
* Mon Aug 17 2020 fcwicky <307610302@qq.com>
- Update package