perl-JSON: add an explicit BR on `perl(Tie::Array)` to enable ptest (#2371)

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2022-03-03 08:56:58 +05:30 коммит произвёл GitHub
Родитель 3d5959dcba
Коммит 3d04ddcede
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@
Summary: Parse and convert to JSON (JavaScript Object Notation)
Name: perl-JSON
Version: 4.02
Release: 7%{?dist}
Release: 8%{?dist}
License: GPL+ OR Artistic
Vendor: Microsoft Corporation
Distribution: Mariner
@ -29,6 +29,9 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(lib)
%if %{with_check}
BuildRequires: perl(Tie::Array)
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Provides: perl(JSON)
BuildArch: noarch
@ -95,6 +98,9 @@ make test
%{_libexecdir}/%{name}
%changelog
* Wed Mar 02 2022 Muhammad Falak <mwani@microsoft.com> - 4.02-8
- Add an explicit BR on `perl(Tie::Array)` to enable ptest
* Wed Jan 19 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 4.02-7
- Adding 'BuildRequires: perl-generators'.