diff --git a/config b/config index 01b199b..c4a3354 100644 --- a/config +++ b/config @@ -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 diff --git a/rpmlint.changes b/rpmlint.changes index cef70d7..71002f8 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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