[netty] Add additional depmap for org.jboss.netty:netty

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jul 16 08:29:37 UTC 2012


commit d612f1475a2465db30a5802ce1dc8a114904c1e8
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jul 16 10:29:10 2012 +0200

    Add additional depmap for org.jboss.netty:netty
    
    - Fixes #840301

 netty.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/netty.spec b/netty.spec
index d56b754..d439489 100644
--- a/netty.spec
+++ b/netty.spec
@@ -1,6 +1,6 @@
 Name:           netty
 Version:        3.5.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An asynchronous event-driven network application framework and tools for Java
 
 Group:          Development/Libraries
@@ -90,7 +90,7 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
 install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 
-%add_maven_depmap JPP-%{name}.pom %{name}.jar
+%add_maven_depmap -a org.jboss.netty:netty JPP-%{name}.pom %{name}.jar
 
 %files
 %doc LICENSE.txt NOTICE.txt
@@ -103,6 +103,10 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jul 16 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.5.2-2
+- Add additional depmap for org.jboss.netty:netty
+- Fixes #840301
+
 * Thu Jul 12 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.5.2-1
 - Update to upstream version 3.5.2
 - Convert patches to POM macros


More information about the scm-commits mailing list