From 45b63917837d90b6cc4f719352d3dee8f43817b4 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Mon, 5 Feb 2024 09:42:59 +0000 Subject: [PATCH] revent disable static library (cherry picked from commit 92202efb3f6492e0ec4b7171cc5f64f178bd5b72) --- libX11.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libX11.spec b/libX11.spec index 11db08a..0e06cc9 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 - Merge sw64 patch -- Gitee