From 82dc574314d10f89cb0cbdc43e7b8bfda7b0f2f2 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Mon, 19 Oct 2015 20:59:06 -0400 Subject: [PATCH] Fix bz#1272694 Remove precondition on myid file for standalone defaults --- zookeeper.service | 1 - zookeeper.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/zookeeper.service b/zookeeper.service index 817bbc0..f6939d9 100644 --- a/zookeeper.service +++ b/zookeeper.service @@ -3,7 +3,6 @@ Description=Apache ZooKeeper After=network.target ConditionPathExists=/etc/zookeeper/zoo.cfg ConditionPathExists=/etc/zookeeper/log4j.properties -ConditionPathExists=/var/lib/zookeeper/data/myid [Service] Type=forking diff --git a/zookeeper.spec b/zookeeper.spec index df776e4..44770ab 100644 --- a/zookeeper.spec +++ b/zookeeper.spec @@ -5,7 +5,7 @@ Name: zookeeper Version: 3.4.6 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A high-performance coordination service for distributed applications License: ASL 2.0 and BSD URL: http://zookeeper.apache.org/ @@ -300,6 +300,9 @@ getent passwd zookeeper >/dev/null || \ %doc LICENSE.txt NOTICE.txt src/contrib/zkpython/README %changelog +* Mon Oct 19 2015 Christopher Tubbs - 3.4.6-12 +- Fix bz#1272694 Remove precondition on myid file for standalone defaults + * Fri Oct 16 2015 Christopher Tubbs - 3.4.6-11 - Fix bad rollback. Rollback to netty 3.6.6, not 3.7.0 (f21 only)