forked from pool/rpmlint
- 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
This commit is contained in:
parent
76fb2069bd
commit
8db6ea5999
1
config
1
config
@ -40,6 +40,7 @@ addCheck("CheckRCLinks")
|
|||||||
addCheck("CheckSystemdInstall")
|
addCheck("CheckSystemdInstall")
|
||||||
addCheck("TmpFilesCheck")
|
addCheck("TmpFilesCheck")
|
||||||
addCheck("CheckSysVinitOnSystemd")
|
addCheck("CheckSysVinitOnSystemd")
|
||||||
|
addCheck("CheckCronJobs")
|
||||||
|
|
||||||
# stuff autobuild takes care about
|
# stuff autobuild takes care about
|
||||||
addFilter('.*invalid-version.*')
|
addFilter('.*invalid-version.*')
|
||||||
|
@ -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 <ncutler@suse.com>
|
Mon Dec 16 15:08:23 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user