From 8a7e97131ee082338e70813769cfba86d95cf11d Mon Sep 17 00:00:00 2001 From: Scott Bradnick <84082961+sbradnick@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:07:45 -0400 Subject: [PATCH] Update users-groups.toml Adding 'xpra' to 'StandardGroups' as suggested by rpmlint "A file in this package is owned by an unregistered group id." --- configs/openSUSE/users-groups.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/openSUSE/users-groups.toml b/configs/openSUSE/users-groups.toml index a6a719a6a..405a2acd7 100644 --- a/configs/openSUSE/users-groups.toml +++ b/configs/openSUSE/users-groups.toml @@ -218,6 +218,7 @@ StandardGroups = [ 'woodpecker', 'www', 'xok', + 'xpra', 'xrootd', 'xymon', 'zabbix',