From 243b11ecb1c4f0b73a4540f2ecf539c2d45dc40a Mon Sep 17 00:00:00 2001 From: myeuler Date: Fri, 29 Jan 2021 18:52:37 +0800 Subject: [PATCH] add requires --- cloc.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cloc.spec b/cloc.spec index 33ffaf0..3d34153 100644 --- a/cloc.spec +++ b/cloc.spec @@ -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 +- add Requires needed + * Mon Aug 17 2020 fcwicky <307610302@qq.com> - Update package