From 6a0124e505c496f0f5d2a53078db3dcb1b870971 Mon Sep 17 00:00:00 2001 From: Christopher Tubbs Date: Oct 16 2015 22:18:32 +0000 Subject: Merge branch 'f21' into f22 Bump to 3.4.6-11 for rebuild, but without f21-specific rollback of netty version. --- diff --git a/zookeeper.spec b/zookeeper.spec index 21c6232..df776e4 100644 --- a/zookeeper.spec +++ b/zookeeper.spec @@ -5,7 +5,7 @@ Name: zookeeper Version: 3.4.6 -Release: 9%{?dist} +Release: 11%{?dist} Summary: A high-performance coordination service for distributed applications License: ASL 2.0 and BSD URL: http://zookeeper.apache.org/ @@ -300,6 +300,12 @@ getent passwd zookeeper >/dev/null || \ %doc LICENSE.txt NOTICE.txt src/contrib/zkpython/README %changelog +* 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) + +* Fri Oct 16 2015 Christopher Tubbs - 3.4.6-10 +- Rollback changes for netty 3.9.3 for f21 only + * Fri Oct 16 2015 Christopher Tubbs - 3.4.6-9 - Update zkEnv.sh CLASSPATH to fix bz#1261458