SHA256
1
0
forked from pool/rpmlint

Accepting request 758973 from devel:openSUSE:Factory: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/request/show/758973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=327
This commit is contained in:
Dominique Leuenberger 2019-12-25 09:54:42 +00:00 committed by Git OBS Bridge
commit 8327be705a
2 changed files with 7 additions and 0 deletions

1
config
View File

@ -40,6 +40,7 @@ addCheck("CheckRCLinks")
addCheck("CheckSystemdInstall")
addCheck("TmpFilesCheck")
addCheck("CheckSysVinitOnSystemd")
addCheck("CheckCronJobs")
# stuff autobuild takes care about
addFilter('.*invalid-version.*')

View File

@ -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>