SHA256
1
0
forked from pool/rpmlint

Accepting request 656108 from home:TheBlackCat:branches:devel:openSUSE:Factory:rpmlint

Add xrootd gid and uid whitelist.
This is needed by the latest versions of xrootd.

OBS-URL: https://build.opensuse.org/request/show/656108
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=639
This commit is contained in:
Dirk Mueller 2018-12-11 07:46:10 +00:00 committed by Git OBS Bridge
parent 01e7d328b7
commit 2b7257e180
2 changed files with 8 additions and 0 deletions

2
config
View File

@ -503,6 +503,7 @@ setOption('StandardGroups', (
'wireshark',
'www',
'xok',
'xrootd',
'xymon',
'zeroinst',
'zkeyadm',
@ -681,6 +682,7 @@ setOption('StandardUsers', (
'vscan',
'wnn',
'wwwrun',
'xrootd',
'xymon',
'yastws',
'zeroinst',

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 7 17:45:26 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Add xrootd gid and uid whitelist.
This is needed by the latest versions of xrootd.
-------------------------------------------------------------------
Mon Dec 3 17:12:01 UTC 2018 - matthias.gerstner@suse.com