Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glassfish-hk2 for openSUSE:Factory checked in at 2022-10-15 16:37:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glassfish-hk2 (Old) and /work/SRC/openSUSE:Factory/.glassfish-hk2.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-hk2" Sat Oct 15 16:37:29 2022 rev:3 rq:1010949 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glassfish-hk2/glassfish-hk2.changes 2020-03-26 23:33:18.134775649 +0100 +++ /work/SRC/openSUSE:Factory/.glassfish-hk2.new.2275/glassfish-hk2.changes 2022-10-15 16:40:23.538576579 +0200 @@ -1,0 +2,6 @@ +Thu Oct 13 11:21:47 UTC 2022 - Fridrich Strba <fst...@suse.com> + +- Force building with java 11 on ix86 in order to avoid random + build failures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glassfish-hk2.spec ++++++ --- /var/tmp/diff_new_pack.992N7e/_old 2022-10-15 16:40:23.962577598 +0200 +++ /var/tmp/diff_new_pack.992N7e/_new 2022-10-15 16:40:23.966577607 +0200 @@ -1,7 +1,7 @@ # # spec file for package glassfish-hk2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,6 +50,11 @@ BuildRequires: mvn(org.osgi:osgi.core) BuildRequires: mvn(org.ow2.asm:asm-all) BuildArch: noarch +%ifarch %{ix86} +BuildConflicts: java >= 12 +BuildConflicts: java-devel >= 12 +BuildConflicts: java-headless >= 12 +%endif %if %{without jp_minimal} BuildRequires: mvn(args4j:args4j) BuildRequires: mvn(com.google.inject:guice)