diff --git a/libX11.spec b/libX11.spec index 11db08aa16c967dd4566e057b9c5cd5d41e7262f..0e06cc9860e27e410d860c54f3efddc637bdaaa2 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