Accepting request 204460 from home:heinemannj66

- Add 'elasticsearch' to standard users and groups 
  * package: elasticsearch
  * Summary: Open Source, Distributed, RESTful Search Engine
  * URL: http://www.elasticsearch.org
  * License: Apache-2.0
  * systemd elasticsearch.service needs 
     LimitNOFILE=65535
     LimitMEMLOCK=infinity
    for user and group elasticsearch

OBS-URL: https://build.opensuse.org/request/show/204460
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=226
This commit is contained in:
Marcus Meissner 2013-10-24 09:01:39 +00:00 committed by Git OBS Bridge
parent a330eedd68
commit 36d00cad04
2 changed files with 15 additions and 0 deletions

2
config
View File

@ -92,6 +92,7 @@ setOption('StandardGroups', (
'distcc',
'dosemu',
'dovecot',
'elasticsearch',
'epmd',
'festival',
'ffums',
@ -233,6 +234,7 @@ setOption('StandardUsers', (
'dovecot',
'dpbox',
'dvbdaemon',
'elasticsearch',
'epmd',
'fax',
'festival',

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 23 11:51:38 UTC 2013 - heinemannj66@gmail.com
- Add 'elasticsearch' to standard users and groups
* package: elasticsearch
* Summary: Open Source, Distributed, RESTful Search Engine
* URL: http://www.elasticsearch.org
* License: Apache-2.0
* systemd elasticsearch.service needs
LimitNOFILE=65535
LimitMEMLOCK=infinity
for user and group elasticsearch
-------------------------------------------------------------------
Tue Oct 15 08:22:18 UTC 2013 - krahmer@suse.com