!269 Revert two commit in 24.03 LTS

From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-12-06 04:40:55 +00:00 committed by Gitee
commit cdb51cff0c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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