[SPECS-EXTENDED][main] Adding a missing BR in `perl-Module-Install-AutoLicense.spec`. (#2681)

This commit is contained in:
Pawel Winogrodzki 2022-04-07 13:10:52 -07:00 коммит произвёл GitHub
Родитель 640d316946
Коммит 774aa45832
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1,6 +1,6 @@
Name: perl-Module-Install-AutoLicense Name: perl-Module-Install-AutoLicense
Version: 0.10 Version: 0.10
Release: 12%{?dist} Release: 13%{?dist}
Summary: Module::Install extension to automatically generate LICENSE files Summary: Module::Install extension to automatically generate LICENSE files
License: GPL+ or Artistic License: GPL+ or Artistic
Vendor: Microsoft Corporation Vendor: Microsoft Corporation
@ -18,6 +18,7 @@ BuildRequires: perl(base)
BuildRequires: perl(Config) BuildRequires: perl(Config)
BuildRequires: perl(Capture::Tiny) >= 0.05 BuildRequires: perl(Capture::Tiny) >= 0.05
BuildRequires: perl(File::Path) BuildRequires: perl(File::Path)
BuildRequires: perl(File::Remove)
BuildRequires: perl(File::Temp) BuildRequires: perl(File::Temp)
BuildRequires: perl(FindBin) BuildRequires: perl(FindBin)
BuildRequires: perl(lib) BuildRequires: perl(lib)
@ -73,6 +74,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Apr 07 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.10-13
- Adding BR on "perl(File::Remove)".
* Wed Jan 19 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.10-12 * Wed Jan 19 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.10-12
- License verified. - License verified.