diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index a32f27f..95c57ef 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -1,6 +1,6 @@ Name: perl-Package-Stash Version: 0.39 -Release: 1 +Release: 2 Summary: Routines for manipulating stashes License: GPL+ or Artistic URL: https://metacpan.org/release/Package-Stash @@ -21,6 +21,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Package::Stash::XS) >= 0.26 # Not found by rpm auto-provides Provides: perl(Package::Stash::Conflicts) = 0 +Provides: perl(Package::Stash) %description Manipulating stashes (Perl's symbol tables) is occasionally necessary, but @@ -55,5 +56,8 @@ make test %{_mandir}/man3/Package::Stash::PP.3* %changelog +* Tue Sep 20 2022 misaka00251 - 0.39-2 +- Fix provides not found by rpm auto-provides issue. + * Wed Dec 29 2021 lipanpan - 0.39-1 - package init