!89 [sync] PR-86: pcre2: exclude ChangeLog to avoid x86_64 conflict with i686

From: @openeuler-sync-bot 
Reviewed-by: @openeuler-basic 
Signed-off-by: @openeuler-basic
This commit is contained in:
openeuler-ci-bot 2024-03-06 11:53:32 +00:00 committed by Gitee
commit a71a913547
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: pcre2
Version: 10.39
Release: 12
Release: 13
Summary: Perl Compatible Regular Expressions
License: BSD
URL: http://www.pcre.org/
@ -138,7 +138,8 @@ make check
%files
%defattr(-,root,root)
%license %{_pkgdocdir}/{COPYING,LICENCE}
%doc AUTHORS ChangeLog NEWS HACKING README
%exclude %{_pkgdocdir}/ChangeLog
%doc AUTHORS NEWS HACKING README
%{_libdir}/libpcre2-8.so.*
%{_libdir}/libpcre2-posix.so.*
%{_libdir}/libpcre2-16.so.*
@ -161,6 +162,9 @@ make check
%{_pkgdocdir}/html/
%changelog
* Wed Mar 06 2024 xujing <xujing125@huawei.com> - 10.39-13
- DESC:exclude ChangeLog to avoid x86_64 conflict with i686
* Mon Feb 05 2024 xujing <xujing125@huawei.com> - 10.39-12
- DESC:Sanity checks for ctype functions
Fix incorrect class character matches in JIT