forked from pool/rpmlint
Accepting request 359113 from home:sleep_walker:branches:devel:openSUSE:Factory:rpmlint
- add 'guixbuild' as standard group (for package guix, rq 358991) - don't require %config for bash completion scripts in /etc OBS-URL: https://build.opensuse.org/request/show/359113 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=370
This commit is contained in:
parent
db6e6f47f8
commit
81ff1e38fb
4
config
4
config
@ -114,6 +114,7 @@ setOption('StandardGroups', (
|
||||
'ftp',
|
||||
'games',
|
||||
'geronimo',
|
||||
'guixbuild',
|
||||
'haclient',
|
||||
'haldaemon',
|
||||
'hsqldb',
|
||||
@ -1032,5 +1033,8 @@ addFilter(" non-coherent-filename ")
|
||||
addFilter(" invalid-build-requires ")
|
||||
addFilter(" no-provides ")
|
||||
|
||||
# bash completion files are not scripts, do not require them marked as %config
|
||||
addFilter("W: non-conffile-in-etc /etc/bash_completion.d/")
|
||||
|
||||
# config ends here
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 14:43:00 UTC 2016 - sleep_walker@opensuse.org
|
||||
|
||||
- add 'guixbuild' as standard group
|
||||
- don't require %config for bash completion scripts in /etc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 4 12:38:46 UTC 2016 - lnussel@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user