Hello community,

here is the log from the commit of package netty for openSUSE:Factory checked 
in at 2020-01-09 22:53:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netty (Old)
 and      /work/SRC/openSUSE:Factory/.netty.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netty"

Thu Jan  9 22:53:20 2020 rev:2 rq:762262 version:4.1.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/netty/netty.changes      2019-11-14 
23:59:16.584396381 +0100
+++ /work/SRC/openSUSE:Factory/.netty.new.6675/netty.changes    2020-01-09 
22:54:05.950814517 +0100
@@ -1,0 +2,6 @@
+Thu Jan  9 15:14:41 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- Split pom-only artifacts into a subpackage netty-pom in order
+  to generate their dependencies correctly
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netty.spec ++++++
--- /var/tmp/diff_new_pack.cg5Fsh/_old  2020-01-09 22:54:06.682814883 +0100
+++ /var/tmp/diff_new_pack.cg5Fsh/_new  2020-01-09 22:54:06.686814886 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netty
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -77,6 +77,12 @@
 a way to achieve ease of development, performance, stability, and
 flexibility without a compromise.
 
+%package poms
+Summary:        POM-only artifacts for %{name}
+
+%description poms
+%{summary}.
+
 %package javadoc
 Summary:        API documentation for %{name}
 
@@ -198,6 +204,9 @@
 # the linux classifier.
 %{mvn_package} ":::linux*:"
 
+%{mvn_package} ":netty-parent" poms
+%{mvn_package} ":netty-bom" poms
+
 %{mvn_package} ':*-tests' __noinstall
 
 %build
@@ -212,6 +221,9 @@
 %files -f .mfiles
 %license LICENSE.txt NOTICE.txt
 
+%files poms -f .mfiles-poms
+%license LICENSE.txt NOTICE.txt
+
 %files javadoc -f .mfiles-javadoc
 %license LICENSE.txt NOTICE.txt
 


Reply via email to