From 0cbc2d9f784490b0c0db2753b406d87a4e1423d6 Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Thu, 14 Sep 2023 22:06:13 +0800 Subject: [PATCH] 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: https://gitlab.gnome.org/GNOME/libxml2/-/commit/a0a0f3be93753e387e31e7de95904a24b3c876dd --- libxml2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index 6a221e1..752bed2 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -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 - 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 - 2.11.4-3 - Type:bugfix - CVE:NA -- Gitee