perl-File-Find-Object: add an explicit BR on `perl(blib)` to enable ptest (#2852)

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2022-04-25 09:26:33 +05:30 committed by GitHub
parent 46ca4b7f94
commit 08e22948bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-File-Find-Object
Version: 0.3.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Object oriented File::Find replacement
License: GPLv2+ or Artistic 2.0
Vendor: Microsoft Corporation
@ -29,6 +29,7 @@ BuildRequires: perl(File::Path)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(lib)
BuildRequires: perl(blib)
BuildRequires: perl(Test::More) >= 0.88
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -65,6 +66,10 @@ make test
%{_mandir}/man3/File::Find::Object::Result.3*
%changelog
* Fri Apr 22 2022 Muhammad Falak <mwani@microsoft.com>- 0.3.5-3
- Add an explicit BR on `perl(blib)` to enable ptest
- License verified
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.3.5-2
- Initial CBL-Mariner import from Fedora 31 (license: MIT).