!3 update version to 0.88

From: @woody2918 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-02-04 03:20:45 +00:00 committed by Gitee
commit 559531726c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-Module-Signature
Version: 0.87
Release: 2
Version: 0.88
Release: 1
Summary: Module signature file manipulation
License: CC0 1.0 Universal
Group: Development/Libraries
@ -68,12 +68,16 @@ rm -rf $RPM_BUILD_ROOT
%files -f filelist.lst
%defattr(-,root,root,-)
%doc ANDK2020.pub AUDREYT2018.pub AUTHORS Changes NIKLASHOLM2018.pub PAUSE2020.pub README
%doc ANDK2020.pub AUDREYT2018.pub AUTHORS Changes NIKLASHOLM2018.pub PAUSE2022.pub README
%{perl_vendorlib}/*
%files help
%{_mandir}/*
%changelog
* Sun Feb 04 2024 woody2918 <wudi1@uniontech.com> 0.88-1
- update version to 0.88
- Update PAUSE keys to 2022.
* Sat Jul 31 2021 bzhaoop <bzhaojyathousandy@gmail.com> 0.87-2
- Fix the build dependency for gpg not found issue.