fix source0 url

This commit is contained in:
lunankun 2020-09-08 20:00:49 +08:00
parent 593da70999
commit d12bd48876

View File

@ -1,11 +1,11 @@
Name: c-ares Name: c-ares
Version: 1.16.1 Version: 1.16.1
Release: 1 Release: 2
Summary: A C library for asynchronous DNS requests Summary: A C library for asynchronous DNS requests
License: MIT License: MIT
URL: https://github.com/c-ares/c-ares 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 BuildRequires: gcc autoconf automake libtool
# Patch0 from Redhat is applied for stopping overriding AC_CONFIG_MACRO_DIR # Patch0 from Redhat is applied for stopping overriding AC_CONFIG_MACRO_DIR
@ -55,6 +55,12 @@ make %{?_smp_mflags}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Sep 8 2020 lunankun <lunankun@huawei.com> - 1.16.1-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix source0 url
* Wed Jul 22 2020 gaihuiying <gaihuiying1@huawei.com> - 1.16.1-1 * Wed Jul 22 2020 gaihuiying <gaihuiying1@huawei.com> - 1.16.1-1
- Type:requirement - Type:requirement
- ID:NA - ID:NA