!144 将automake文件内容的生成移到build中
From: @yangl777 Reviewed-by: @seuzw Signed-off-by: @seuzw
This commit is contained in:
commit
ff313b7812
10
curl.spec
10
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 <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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user