From 71679a86583488ec71d4fe4fe984a118d011c12b Mon Sep 17 00:00:00 2001 From: zhongxuan Date: Thu, 1 Dec 2022 22:04:31 +0800 Subject: [PATCH] update Source0 (cherry picked from commit 3d315b9e3ac600b2b3b8dff2bab186d1acca865b) --- iputils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iputils.spec b/iputils.spec index 70caa02..c943b2d 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,11 +1,11 @@ Name: iputils Version: 20210722 -Release: 6 +Release: 7 Summary: Network monitoring tools including ping License: BSD and GPLv2+ URL: https://github.com/iputils/iputils -Source0: https://github.com/iputils/iputils/archive/s%{version}.tar.gz#/%{name}-s%{version}.tar.gz +Source0: https://github.com/iputils/iputils/archive/refs/tags/%{version}.tar.gz#/%{name}-s%{version}.tar.gz Source1: ifenslave.tar.gz Source2: rdisc.service Source3: ninfod.service @@ -122,6 +122,12 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %{_unitdir}/ninfod.service %changelog +* Thu Dec 01 2022 zhongxuan - 20210722-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: update Source0 + * Fri May 06 2022 eaglegai - 20210722-6 - Type:bugfix - ID:NA -- Gitee