From 81ff1e38fba9eca6f22095daf414f106281cafa7c5d45fbec6e4579ff929eb71 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Feb 2016 20:14:20 +0000 Subject: [PATCH] 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 --- config | 6 +++++- rpmlint.changes | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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