Fix provides not found by rpm auto-provides issue.

This commit is contained in:
misaka00251 2022-09-20 09:36:09 +08:00
parent 8c3daeba71
commit 1aec14bfad
No known key found for this signature in database
GPG Key ID: 4AA100DC964EDE26

View File

@ -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 <misaka00251@misakanet.cn> - 0.39-2
- Fix provides not found by rpm auto-provides issue.
* Wed Dec 29 2021 lipanpan <lipanpana@uniontech.com> - 0.39-1
- package init