- config: enable MixedFileOwnerships lint

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=714
This commit is contained in:
Malte Kraus 2020-02-20 14:09:20 +00:00 committed by Git OBS Bridge
parent 8bf0f5333a
commit 597fb37170
2 changed files with 6 additions and 0 deletions

1
config
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 20 14:05:50 UTC 2020 - Malte Kraus <malte.kraus@suse.com>
- config: enable MixedFileOwnerships lint
-------------------------------------------------------------------
Thu Feb 20 10:57:35 UTC 2020 - Dr. Werner Fink <werner@suse.de>