!2 Fix provides not found by rpm auto-provides issue

From: @misaka00251 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-09-24 07:56:27 +00:00 committed by Gitee
commit 0d221d1a2c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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