diff --git a/c-ares.spec b/c-ares.spec index ec3febd63e0be944218a44e4efa2aca9358c946b..bb26dc6f7be0a3658f05b0fc1d86c78a3167399b 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -1,6 +1,6 @@ Name: c-ares Version: 1.18.1 -Release: 6 +Release: 7 Summary: A C library for asynchronous DNS requests License: MIT @@ -42,7 +42,7 @@ shared objects are contained in %{name}-devel package. %build autoreconf -if -%configure --enable-shared --disable-dependency-tracking +%configure --enable-shared --disable-static --disable-dependency-tracking make %{?_smp_mflags} %install @@ -61,7 +61,6 @@ make %{?_smp_mflags} %files devel %{_libdir}/pkgconfig/*.pc %{_libdir}/libcares.so -%{_libdir}/libcares.a %{_includedir}/*.h %files help @@ -69,6 +68,12 @@ make %{?_smp_mflags} %{_mandir}/man3/* %changelog +* Wed Jan 31 2024 xinghe - 1.18.1-7 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:delete a static library file + * Thu Jun 01 2023 xinghe - 1.18.1-6 - Type:cves - CVE:CVE-2023-31124 CVE-2023-31147