diff options
| -rw-r--r-- | perl-Test-Command.spec | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-Test-Command.spec b/perl-Test-Command.spec index ad9d5fc..d387bf9 100644 --- a/perl-Test-Command.spec +++ b/perl-Test-Command.spec @@ -19,6 +19,7 @@ BuildRequires:  perl(strict)  BuildRequires:  perl(Test::Builder::Module)  BuildRequires:  perl(Test::More)  BuildRequires:  perl(warnings) +Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))  %description  Test::Command intends to bridge the gap between the well tested functions @@ -46,5 +47,5 @@ determine if it is behaving as expected.  %{_mandir}/man3/*  %changelog -* Fri Feb 17 2023 lichaoran <pkwarcraft@hotmail.com> - 0.11-1 -- init package +* Sun Oct 09 2022 wangziliang <wangziliang@kylinos.cn> - 0.11-1 +- Package init  | 
