diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec index 3f4e5fc59feb1d74edcf3b45a629e3bd8d6cf18b..8aa80b2e5d4470b72d05768262129bdbdb7e90f6 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