From acdcc9d7a9d0b74a9a0b3bd509517604be38ccc9 Mon Sep 17 00:00:00 2001 From: huangduirong Date: Tue, 11 Oct 2022 22:55:07 +0800 Subject: [PATCH] move the autoreconf to build. --- pcre2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pcre2.spec b/pcre2.spec index 8954178..917c881 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,6 +1,6 @@ Name: pcre2 Version: 10.39 -Release: 2 +Release: 3 Summary: Perl Compatible Regular Expressions License: BSD URL: http://www.pcre.org/ @@ -53,9 +53,9 @@ BuildArch: noarch %prep %autosetup -n %{name}-%{version} -p1 +%build autoreconf -vif -%build %configure \ %ifarch riscv64 --disable-jit \ @@ -127,6 +127,12 @@ make check %{_pkgdocdir}/html/ %changelog +* Tue Oct 11 2022 huangduirong - 10.39-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Move autoreconf to build + * Sat May 28 2022 yangmingtai - 10.39-2 - DESC:fix CVE-2022-1586 and CVE-2022-1587 -- Gitee