Browse Source

upgrading package: elasticsearch 7.10.2 -> 7.11.0

master
parent
commit
2ff6af4b19
  1. 18
      elasticsearch/elasticsearch.patch
  2. 6
      elasticsearch/elasticsearch.spec

18
elasticsearch/elasticsearch.patch

@ -1,12 +1,12 @@
Index: config/jvm.options
--- config/jvm.options.orig 2017-09-23 15:15:13.000000000 +0200
+++ config/jvm.options 2017-09-30 11:17:17.189200000 +0200
@@ -76,7 +76,7 @@
# generate a heap dump when an allocation from the Java heap fails
# heap dumps are created in the working directory of the JVM
--- config/jvm.options.orig 2021-02-11 08:43:40.537175000 +0100
+++ config/jvm.options 2021-02-11 08:46:32.683621000 +0100
@@ -69,7 +69,7 @@
# generate a heap dump when an allocation from the Java heap fails; heap dumps
# are created in the working directory of the JVM unless an alternative path is
# specified
--XX:+HeapDumpOnOutOfMemoryError
+# -XX:+HeapDumpOnOutOfMemoryError
+#-XX:+HeapDumpOnOutOfMemoryError
# specify an alternative path for heap dumps
# ensure the directory exists and has sufficient space
# specify an alternative path for heap dumps; ensure the directory exists and
# has sufficient space

6
elasticsearch/elasticsearch.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 7.10.2
%define V_dist 7.10.2
%define V_opkg 7.11.0
%define V_dist 7.11.0
# package information
Name: elasticsearch
@ -36,7 +36,7 @@ Class: PLUS
Group: Database
License: Apache
Version: %{V_opkg}
Release: 20210114
Release: 20210211
# list of sources
Source0: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-%{V_dist}-no-jdk-linux-x86_64.tar.gz

Loading…
Cancel
Save