Fix provides not found by rpm auto-provides issue.
This commit is contained in:
parent
8c3daeba71
commit
1aec14bfad
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user