SHA256
1
0
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:
Dirk Mueller 2016-02-15 20:14:20 +00:00 committed by Git OBS Bridge
parent db6e6f47f8
commit 81ff1e38fb
2 changed files with 11 additions and 1 deletions

6
config
View File

@ -104,7 +104,7 @@ setOption('StandardGroups', (
'distcc',
'dosemu',
'dovecot',
'elasticsearch',
'elasticsearch',
'epmd',
'festival',
'ffums',
@ -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

View File

@ -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