From 719792c24fc947f40e73731773e4fa7615e0512b Mon Sep 17 00:00:00 2001 From: huangduirong Date: Tue, 11 Oct 2022 22:52:35 +0800 Subject: [PATCH] move the autoreconf to build. (cherry picked from commit a84bb4691fedecbc5be56df8732f7ec59a78017b) --- curl.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index 0ee2913..75bcfee 100644 --- a/curl.spec +++ b/curl.spec @@ -6,7 +6,7 @@ Name: curl Version: 7.79.1 -Release: 10 +Release: 11 Summary: Curl is used in command lines or scripts to transfer data License: MIT URL: https://curl.haxx.se/ @@ -89,11 +89,11 @@ sed -e 's/^35$/35,52/' -i tests/data/test323 eval "$cmd" ) +%build # regenerate Makefile.in files aclocal -I m4 automake -%build install -d build-full export common_configure_opts="--cache-file=../config.cache \ --enable-symbol-hiding --enable-ipv6 --enable-threaded-resolver \ @@ -202,6 +202,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_mandir}/man3/* %changelog +* Tue Oct 11 2022 huangduirong - 7.79.1-11 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Move autoreconf to build + * Thu Sep 01 2022 zhouyihang - 7.79.1-10 - Type:cves - CVE:CVE-2022-35252