Skip to content

Commit

Permalink
Maintenance: Added elasticsearch-oss as an alternative package depe…
Browse files Browse the repository at this point in the history
…ndency in addition to `elasticsearch` due to the license change to SSPL (https://www.elastic.co/blog/licensing-change). Closes #3355.
  • Loading branch information
1resu authored and thorsteneckel committed Feb 2, 2021
1 parent 4a48fe3 commit 5a65e5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pkgr.yml
Expand Up @@ -6,7 +6,7 @@ targets:
centos-7:
dependencies:
- curl
- elasticsearch
- elasticsearch|elasticsearch-oss
- nginx
- postgresql-server
- which
Expand All @@ -18,7 +18,7 @@ targets:
centos-8:
dependencies:
- curl
- elasticsearch
- elasticsearch|elasticsearch-oss
- nginx
- postgresql-server
- which
Expand All @@ -30,7 +30,7 @@ targets:
debian-9:
dependencies:
- curl
- elasticsearch
- elasticsearch|elasticsearch-oss
- nginx|apache2
- postgresql|mariadb-server|sqlite
- libimlib2
Expand All @@ -40,7 +40,7 @@ targets:
debian-10:
dependencies:
- curl
- elasticsearch
- elasticsearch|elasticsearch-oss
- nginx|apache2
- postgresql|mariadb-server|sqlite
- libimlib2
Expand All @@ -50,7 +50,7 @@ targets:
ubuntu-16.04:
dependencies:
- curl
- elasticsearch
- elasticsearch|elasticsearch-oss
- nginx|apache2
- postgresql|mysql-server|mariadb-server|sqlite
- libimlib2
Expand All @@ -60,7 +60,7 @@ targets:
ubuntu-18.04:
dependencies:
- curl
- elasticsearch
- elasticsearch|elasticsearch-oss
- nginx|apache2
- postgresql|mysql-server|mariadb-server|sqlite
- libimlib2
Expand All @@ -70,7 +70,7 @@ targets:
ubuntu-20.04:
dependencies:
- curl
- elasticsearch
- elasticsearch|elasticsearch-oss
- nginx|apache2
- postgresql|mysql-server|mariadb-server|sqlite
- libimlib2
Expand All @@ -80,7 +80,7 @@ targets:
sles-12:
dependencies:
- curl
- elasticsearch
- elasticsearch|elasticsearch-oss
- nginx
- postgresql-server
- libImlib2-1
Expand Down

0 comments on commit 5a65e5b

Please sign in to comment.