Move autoreconf to build

This commit is contained in:
yangl777 2022-10-27 12:04:03 +00:00
parent 1337820be9
commit b1696e3cc9

View File

@ -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 <huangduirong@huawei.com> - 7.79.1-11
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Move autoreconf to build
* Thu Sep 01 2022 zhouyihang <zhouyihang@h-partners.com> - 7.79.1-10
- Type:cves
- CVE:CVE-2022-35252