From 1dfb1bbf55087a79a6fad66006ffb735a65aa080edcb31595c5ccafb741425a8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Jan 2019 08:23:17 +0000 Subject: [PATCH] - disable UseVersionInChangelog by default OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=649 --- config | 1 + rpmlint.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config b/config index 705fef8..6b502f0 100644 --- a/config +++ b/config @@ -67,6 +67,7 @@ setOption("UseUTF8", 1) #setOption("KernelModuleRPMsOK", 0) setOption("CompressExtension", None) setOption('UseVarLockSubsys', False) +setOption('UseVersionInChangelog', False) setOption("BadnessThreshold", 1000) # keep in sync with https://en.opensuse.org/openSUSE:Package_group_guidelines diff --git a/rpmlint.changes b/rpmlint.changes index 57241b6..8a86678 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 14 08:23:01 UTC 2019 - Dirk Mueller + +- disable UseVersionInChangelog by default + ------------------------------------------------------------------- Sat Jan 12 19:44:23 UTC 2019 - Dirk Mueller