From 0ce3af61039191facb009fc46dc71eb5452d515f Mon Sep 17 00:00:00 2001 From: zhangruifang2020 Date: Wed, 12 Jun 2024 17:02:18 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit e26064bc48d840e33dc036e407cda63f0451358d) --- crontabs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crontabs.spec b/crontabs.spec index e7cfda1..52838a2 100644 --- a/crontabs.spec +++ b/crontabs.spec @@ -1,9 +1,9 @@ %global snap_release 20190603 Name: crontabs Version: 1.11 -Release: 23 +Release: 24 Summary: Root crontab files used to schedule the execution of programs -License: Pubilc Domain and GPLv2+ +License: Public Domain and GPLv2+ URL: https://github.com/cronie-crond/crontabs Source0: https://github.com/cronie-crond/crontabs/releases/download/%{name}-%{snap_release}/%{name}-%{version}-%{snap_release}git.tar.gz BuildArch: noarch @@ -47,6 +47,9 @@ touch %{buildroot}%{_sysconfdir}/sysconfig/run-parts %{_mandir}/man4/* %changelog +* Wed Jun 12 2024 zhangruifang - 1.11-24 +- License compliance rectification + * Tue Oct 25 2022 zhangruifang - 1.11-23 - Rebuild for next release -- Gitee