From e79f19c562ce7d06115349b276023a360633a41e59e1a1aa06a5b0c0b4ada7c6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 12 Sep 2015 06:21:18 +0000 Subject: [PATCH] Accepting request 330560 from home:aboe76:branches:devel:openSUSE:Factory:rpmlint add salt user and group to rpmlint otherwise I can't fix: bugzilla.opensuse.org/show_bug.cgi?id=939831 OBS-URL: https://build.opensuse.org/request/show/330560 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=339 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 0f57936..0c8939f 100644 --- a/config +++ b/config @@ -199,6 +199,7 @@ setOption('StandardGroups', ( 'radiusd', 'root', 'sabayon-admin', + 'salt', 'sapdb', 'sddm', 'sensu', @@ -360,6 +361,7 @@ setOption('StandardUsers', ( 'radvd', 'root', 'sabayon-admin', + 'salt', 'sapdb', 'sddm', 'sensu', diff --git a/rpmlint.changes b/rpmlint.changes index ac1d918..50d7250 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 11 18:57:03 UTC 2015 - aboe76@gmail.com + +- Added salt user and group (bnc#939831) + ------------------------------------------------------------------- Wed Sep 9 10:24:17 UTC 2015 - krahmer@suse.com