Enable ftp by default

libxml2 disabled ftp by defult since a0a0f3be93753e387e31e7de95904a24b3c876dd.
However, open-vm-tools depend on this feature.
So enable ftp to make open-vm-tools happy.

Link: a0a0f3be93
This commit is contained in:
Chenxi Mao 2023-09-14 22:06:13 +08:00
parent 1983633565
commit 0cbc2d9f78

View File

@ -1,7 +1,7 @@
Summary: Library providing XML and HTML support
Name: libxml2
Version: 2.11.4
Release: 3
Release: 4
License: MIT
Group: Development/Libraries
Source: https://download.gnome.org/sources/%{name}/2.11/%{name}-%{version}.tar.xz
@ -83,7 +83,7 @@ sed -i 's|#!/usr/bin/python |#!%{__python3} |' py3doc/*.py
%build
./autogen.sh
%configure --enable-static
%configure --enable-static --with-ftp
%make_build
find doc -type f -exec chmod 0644 \{\} \;
@ -158,6 +158,12 @@ rm -fr %{buildroot}
%changelog
* Mon Aug 07 2023 zhuofeng <zhuofeng2@huawei.com> - 2.11.4-4
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:Enable ftp which is needed by open-vm-tools
* Mon Aug 07 2023 zhuofeng <zhuofeng2@huawei.com> - 2.11.4-3
- Type:bugfix
- CVE:NA