Revert "Add configure options, fix libxml2.so ABI compatible"

This reverts commit f6be64f4e9c1bb76d3e1b5c4227fcf6953cd30ea.
This commit is contained in:
Funda Wang 2024-12-06 12:26:33 +08:00
parent 0037a76ddc
commit 73de3e87eb

View File

@ -1,7 +1,7 @@
Summary: Library providing XML and HTML support
Name: libxml2
Version: 2.11.5
Release: 5
Release: 4
License: MIT
Group: Development/Libraries
Source: https://download.gnome.org/sources/%{name}/2.11/%{name}-%{version}.tar.xz
@ -89,7 +89,7 @@ sed -i 's|#!/usr/bin/python |#!%{__python3} |' py3doc/*.py
%build
./autogen.sh
%configure --enable-static --with-ftp --with-xptr-locs --with-legacy
%configure --enable-static --with-ftp
%make_build
find doc -type f -exec chmod 0644 \{\} \;
@ -164,12 +164,6 @@ rm -fr %{buildroot}
%changelog
* Fri Oct 18 2024 zhangzikang <zhangzikang@kylinos.cn> - 2.11.5-5
- Type:update
- ID:NA
- SUG:NA
- DESC:add configure options, fix libxml2.so ABI compatible
* Mon Jul 29 2024 Funda Wang <fundawang@yeah.net> - 2.11.5-4
- Type:CVE
- CVE:CVE-2024-40896