forked from pool/rpmlint
- disable UseVersionInChangelog by default
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=649
This commit is contained in:
parent
1d8d6856a8
commit
1dfb1bbf55
1
config
1
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
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 08:23:01 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- disable UseVersionInChangelog by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 12 19:44:23 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user