From 597fb37170432ae857f420d382d53c7dad06c546b8c55476496d5643bf03be4d Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Thu, 20 Feb 2020 14:09:20 +0000 Subject: [PATCH] - config: enable MixedFileOwnerships lint OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=714 --- config | 1 + rpmlint.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config b/config index 459468e..33414b9 100644 --- a/config +++ b/config @@ -41,6 +41,7 @@ addCheck("CheckSystemdInstall") addCheck("TmpFilesCheck") addCheck("CheckSysVinitOnSystemd") addCheck("CheckCronJobs") +addCheck("MixedFileOwnerships") # stuff autobuild takes care about addFilter('.*invalid-version.*') diff --git a/rpmlint.changes b/rpmlint.changes index cff2be2..315a271 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 20 14:05:50 UTC 2020 - Malte Kraus + +- config: enable MixedFileOwnerships lint + ------------------------------------------------------------------- Thu Feb 20 10:57:35 UTC 2020 - Dr. Werner Fink