Rollback changes for netty 3.9.3 for f21 only

This commit is contained in:
Christopher Tubbs 2015-10-16 17:49:25 -04:00
parent 216e5aeb0b
commit 50d79a7be1
2 changed files with 5 additions and 3 deletions

View File

@ -37,8 +37,7 @@ index 561832a..93176d5 100644
+ <dependency org="log4j" name="log4j" rev="1.2.17" transitive="false" conf="default"/>
+ <dependency org="jline" name="jline" rev="1.0" transitive="false" conf="default"/>
- <dependency org="io.netty" name="netty" conf="default" rev="3.7.0.Final">
+ <dependency org="io.netty" name="netty" conf="default" rev="3.9.3.Final">
<dependency org="io.netty" name="netty" conf="default" rev="3.7.0.Final">
<artifact name="netty" type="jar" conf="default"/>
</dependency>

View File

@ -5,7 +5,7 @@
Name: zookeeper
Version: 3.4.6
Release: 9%{?dist}
Release: 10%{?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
* Fri Oct 16 2015 Christopher Tubbs <ctubbsii-fedora@apache.org> - 3.4.6-10
- Rollback changes for netty 3.9.3 for f21 only
* Fri Oct 16 2015 Christopher Tubbs <ctubbsii-fedora@apache.org> - 3.4.6-9
- Update zkEnv.sh CLASSPATH to fix bz#1261458