From 11c56296b1f7fe8d3920474217d77efc74dddf1e Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 15:53:07 +0800 Subject: [PATCH] modify the URL of Source0 --- crontabs.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/crontabs.spec b/crontabs.spec index fb45de9..70efbf8 100644 --- a/crontabs.spec +++ b/crontabs.spec @@ -1,11 +1,11 @@ -%global snap_release 20190603git +%global snap_release 20190603 Name: crontabs Version: 1.11 -Release: 21 +Release: 22 Summary: Root crontab files used to schedule the execution of programs License: Pubilc Domain and GPLv2+ URL: https://github.com/cronie-crond/crontabs -Source0: https://github.com/cronie-crond/crontabs/releases/download/crontabs-%{snap_release}/%{name}-%{version}-%{snap_release}.tar.gz +Source0: https://github.com/cronie-crond/crontabs/releases/download/%{name}-%{snap_release}/%{name}-%{version}-%{snap_release}git.tar.gz BuildArch: noarch Requires: sed Recommends: cronie @@ -47,6 +47,12 @@ touch %{buildroot}%{_sysconfdir}/sysconfig/run-parts %{_mandir}/man4/* %changelog +* Tue Sep 8 2020 wangchen - 1.11-22 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: modify the URL of Source0 + * Fri Oct 11 2019 jiangchuangang - 1.11-21 - Type:enhancement - ID:NA -- Gitee