From 8db6ea5999205cdf930629431a78f86ed41bea00273099c19887133da28131dd Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Wed, 18 Dec 2019 11:42:10 +0000 Subject: [PATCH] - finally enable the new CheckCronJobs, the check is now available and should work in rpmlint-mini (bsc#1150175) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=703 --- config | 1 + rpmlint.changes | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index be73f57..6522b78 100644 --- a/config +++ b/config @@ -40,6 +40,7 @@ addCheck("CheckRCLinks") addCheck("CheckSystemdInstall") addCheck("TmpFilesCheck") addCheck("CheckSysVinitOnSystemd") +addCheck("CheckCronJobs") # stuff autobuild takes care about addFilter('.*invalid-version.*') diff --git a/rpmlint.changes b/rpmlint.changes index 07a3262..7fe067e 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 18 11:41:24 UTC 2019 - matthias.gerstner@suse.com + +- finally enable the new CheckCronJobs, the check is now available and should + work in rpmlint-mini (bsc#1150175) + ------------------------------------------------------------------- Mon Dec 16 15:08:23 UTC 2019 - Nathan Cutler