Maintenance: Added elasticsearch-oss
as an alternative package dependency in addition to elasticsearch
due to the license change to SSPL (https://www.elastic.co/blog/licensing-change). Closes #3355.
This commit is contained in:
parent
4a48fe3bf6
commit
5a65e5bfcf
1 changed files with 8 additions and 8 deletions
16
.pkgr.yml
16
.pkgr.yml
|
@ -6,7 +6,7 @@ targets:
|
|||
centos-7:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- nginx
|
||||
- postgresql-server
|
||||
- which
|
||||
|
@ -18,7 +18,7 @@ targets:
|
|||
centos-8:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- nginx
|
||||
- postgresql-server
|
||||
- which
|
||||
|
@ -30,7 +30,7 @@ targets:
|
|||
debian-9:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- nginx|apache2
|
||||
- postgresql|mariadb-server|sqlite
|
||||
- libimlib2
|
||||
|
@ -40,7 +40,7 @@ targets:
|
|||
debian-10:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- nginx|apache2
|
||||
- postgresql|mariadb-server|sqlite
|
||||
- libimlib2
|
||||
|
@ -50,7 +50,7 @@ targets:
|
|||
ubuntu-16.04:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- nginx|apache2
|
||||
- postgresql|mysql-server|mariadb-server|sqlite
|
||||
- libimlib2
|
||||
|
@ -60,7 +60,7 @@ targets:
|
|||
ubuntu-18.04:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- nginx|apache2
|
||||
- postgresql|mysql-server|mariadb-server|sqlite
|
||||
- libimlib2
|
||||
|
@ -70,7 +70,7 @@ targets:
|
|||
ubuntu-20.04:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- nginx|apache2
|
||||
- postgresql|mysql-server|mariadb-server|sqlite
|
||||
- libimlib2
|
||||
|
@ -80,7 +80,7 @@ targets:
|
|||
sles-12:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- nginx
|
||||
- postgresql-server
|
||||
- libImlib2-1
|
||||
|
|
Loading…
Reference in a new issue