update c-ares.spec.

Source url may be wrong in spec .

Signed-off-by: liff <lifeifei@kylinos.cn>
This commit is contained in:
liff 2024-01-31 06:24:08 +00:00 committed by Gitee
parent 501b316ef9
commit 1ec68320f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5,7 +5,7 @@ Summary: A C library for asynchronous DNS requests
License: MIT
URL: https://github.com/c-ares/c-ares
Source0: https://github.com/c-ares/c-ares/releases/tag/%{name}-%{version}.tar.gz
Source0: https://github.com/c-ares/c-ares/releases/download/cares-1_16_1/c-ares-1.16.1.tar.gz
BuildRequires: gcc autoconf automake libtool
# Patch0 from Redhat is applied for stopping overriding AC_CONFIG_MACRO_DIR
@ -74,6 +74,12 @@ make %{?_smp_mflags}
%{_mandir}/man3/*
%changelog
* Wed Jan 31 2024 lifeifei<lifeifei@kylinos.cn> - 1.16.1-8
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix source0 url
* Thu Jun 08 2023 xinghe <xinghe2@h-partners.com> - 1.16.1-7
- Type:cves
- CVE:CVE-2023-31130 CVE-2023-31124 CVE-2023-31147