perl-generators: add an explicit BR on `perl(ExtUtils::MakeMaker)` to enable ptest (#2613)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Родитель
c6d7516e31
Коммит
b7f7cf1506
|
@ -1,7 +1,7 @@
|
|||
Summary: RPM Perl dependencies generators
|
||||
Name: perl-generators
|
||||
Version: 1.11
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: GPL+
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -13,6 +13,10 @@ BuildRequires: coreutils
|
|||
BuildRequires: make
|
||||
BuildRequires: perl >= 4:5.22.0-351
|
||||
BuildRequires: sed
|
||||
%if %{with_check}
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
%endif
|
||||
|
||||
Requires: perl >= 4:5.22.0-351
|
||||
# Per Perl packaging guidelines, build-requiring perl-generators should
|
||||
|
@ -56,6 +60,9 @@ make test
|
|||
%{_rpmconfigdir}/fileattrs/perl*.attr
|
||||
|
||||
%changelog
|
||||
* Tue Mar 20 2022 Muhammad Falak <mwani@microsoft.com> - 1.11-7
|
||||
- Add an explicit BR on `perl{(ExtUtils::MakeMaker), (Test::More)}` to fix ptest build
|
||||
|
||||
* Mon Aug 30 2021 Bala <balakumaran.kannan@microsoft.com> - 1.11-6
|
||||
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
|
||||
- License verified
|
||||
|
|
Загрузка…
Ссылка в новой задаче