From e641ce0d88372ade574e9ec7d9a57b9ef4489644 Mon Sep 17 00:00:00 2001 From: xujing Date: Wed, 6 Mar 2024 19:03:26 +0800 Subject: [PATCH] pcre2: exclude ChangeLog to avoid x86_64 conflict with i686 (cherry picked from commit b52a2693b396337dd0f958c830008f541e98e629) --- pcre2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pcre2.spec b/pcre2.spec index 8fcb439..912d72f 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -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 - 10.39-13 +- DESC:exclude ChangeLog to avoid x86_64 conflict with i686 + * Mon Feb 05 2024 xujing - 10.39-12 - DESC:Sanity checks for ctype functions Fix incorrect class character matches in JIT -- Gitee