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