pbrobinson pushed to hbase (master). "Merge branch 'f22' of ssh://pkgs.fedoraproject.org/hbase into f22"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 22 08:34:42 UTC 2015


>From 292734ad9f9b3d88ee64c9eb3510b66b4c37c222 Mon Sep 17 00:00:00 2001
From: Swapnil Kulkarni <coolsvap at gmail.com>
Date: Wed, 18 Mar 2015 11:49:25 +0000
Subject: Update netty3 patch for 3.9.3


diff --git a/hbase-netty-3-Final.patch b/hbase-netty-3-Final.patch
new file mode 100644
index 0000000..3003c61
--- /dev/null
+++ b/hbase-netty-3-Final.patch
@@ -0,0 +1,22 @@
+diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
+index 67a1e20..1205b62 100644
+--- a/hbase-server/pom.xml
++++ b/hbase-server/pom.xml
+@@ -672,7 +672,7 @@
+         <dependency>
+           <groupId>io.netty</groupId>
+           <artifactId>netty</artifactId>
+-          <version>3.6.2.Final</version>
++          <version>3.9.3.Final</version>
+           <scope>test</scope>
+         </dependency>
+       </dependencies>
+@@ -728,7 +728,7 @@
+         <dependency>
+           <groupId>io.netty</groupId>
+           <artifactId>netty</artifactId>
+-          <version>3.6.2.Final</version>
++          <version>3.9.3.Final</version>
+           <scope>test</scope>
+         </dependency>
+       </dependencies>
diff --git a/hbase.spec b/hbase.spec
index c957929..fc027c6 100644
--- a/hbase.spec
+++ b/hbase.spec
@@ -17,7 +17,7 @@
 
 Name: hbase
 Version: 0.98.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A database for Apache Hadoop
 License: ASL 2.0
 URL: http://hbase.apache.org/
@@ -30,6 +30,8 @@ Patch0: %{name}-fedora-integration.patch
 Patch1: %{name}-java8.patch
 # Update to guava 17.0
 Patch2: %{name}-guava.patch
+# Update to netty 3.9.3
+Patch3: %{name}-netty-3-Final.patch
 BuildArch: noarch
 # There is no hadoop on ARM
 ExcludeArch: %{arm}
@@ -384,6 +386,9 @@ fi
 %files -f .mfiles-%{name}-tests tests
 
 %changelog
+* Wed Mar 18 2015 Swapnil Kulkarni <coolsvap at gmail.com> 0.98.3-3
+- Update netty3 patch for 3.9.3
+
 * Mon Sep 29 2014 Robert Rati <rrati at redhat> - 0.98.3-2
 - Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/hbase.git/commit/?h=master&id=4f01650f0b18be9223f7803f2b356d585eee1218


More information about the scm-commits mailing list