Browse Source

upgrading package: zookeeper 3.4.13 -> 3.4.14

master
parent
commit
47447095e1
  1. 9
      zookeeper/zookeeper.spec
  2. 6
      zookeeper/zookeeper.txt

9
zookeeper/zookeeper.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 3.4.13
%define V_dist 3.4.13
%define V_opkg 3.4.14
%define V_dist 3.4.14
# package information
Name: zookeeper
@ -36,7 +36,7 @@ Class: EVAL
Group: Networking
License: Apache
Version: %{V_opkg}
Release: 20190304
Release: 20190402
# list of sources
Source0: http://www.apache.org/dist/zookeeper/stable/zookeeper-%{V_dist}.tar.gz
@ -89,6 +89,9 @@ PreReq: java, JAVA-JDK
rm -rf contrib
rm -f conf/zoo_sample.cfg
# remove problematic stuff
rm -f "zookeeper-contrib/zookeeper-contrib-zooinspector/licences/Apache Software Licence v2.0.txt"
%install
# create install directories
%{l_shtool} mkdir -f -p -m 755 \

6
zookeeper/zookeeper.txt

@ -4,9 +4,9 @@ clientPortAddress=127.0.0.1
clientPort=2181
maxClientCnxns=128
tickTime=2000
initLimit=10
syncLimit=5
#tickTime=2000
#initLimit=10
#syncLimit=5
#server.1=zookeeper1.example.com:2888:3888
#server.2=zookeeper2.example.com:2888:3888

Loading…
Cancel
Save