From b1696e3cc9a96e7def17c489d9d0ccf039a73c26 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Thu, 27 Oct 2022 12:04:03 +0000 Subject: [PATCH] Move autoreconf to build --- curl.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/curl.spec b/curl.spec index af618be..676f77d 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