From 72018f221e2c91efc2c87722429b176d7ee24aea Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Mon, 5 Feb 2024 09:44:54 +0000 Subject: [PATCH] revent disable static library --- libX11.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libX11.spec b/libX11.spec index fc7e402..a587155 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,6 +1,6 @@ Name: libX11 Version: 1.7.2 -Release: 8 +Release: 9 Summary: Core X11 protocol client library License: MIT URL: http://www.x.org @@ -45,7 +45,7 @@ The %{name}-devel package contains libraries and header files for %{name}. %build autoreconf -ivf -%configure --disable-silent-rules --disable-static +%configure --disable-silent-rules %make_build %install @@ -72,6 +72,7 @@ make %{?_smp_mflags} check %files devel %defattr(-,root,root) +%{_libdir}/*.a %{_libdir}/*.so %{_includedir}/X11/*.h %{_libdir}/pkgconfig/*.pc @@ -83,6 +84,9 @@ make %{?_smp_mflags} check %{_mandir}/*/* %changelog +* Mon Feb 05 2024 zhouwenpei - 1.7.2-9 +- revent "disable static library" + * Wed Oct 04 2023 Funda Wang - 1.7.2-8 - Fix CVE-2023-43785, CVE-2023-43786, CVE-2023-43787 -- Gitee