From 27cef48c22767d7a170d9f9cd699c82eab18c823 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Mon, 24 Aug 2020 19:53:33 +0800 Subject: [PATCH] Need perl-generators to correctly provides perl(Config::Tiny) --- perl-Config-Tiny.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index 3f4e5fc..8aa80b2 100644 --- a/perl-Config-Tiny.spec +++ b/perl-Config-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Config-Tiny Version: 2.24 -Release: 2 +Release: 3 Summary: Read/Write .ini style files with as little code as possible License: GPL+ or Artistic Group: Development/Libraries @@ -15,6 +15,7 @@ BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 1.001002 BuildRequires: perl(Test::Pod) >= 1.51 BuildRequires: perl(utf8) +BuildRequires: perl-generators Requires: perl(File::Spec) >= 3.3 Requires: perl(File::Temp) >= 0.22 Requires: perl(strict) @@ -58,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Aug 24 0202 chenbo pan 2.24-3 +- Need perl-generators to correctly provides perl(Config::Tiny) + * Thu Jul 16 2020 Shinwell Hu 2.24-2 - Remove the duplicated %{?dist} according to issue #I1NRGP -- Gitee