Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package glassfish-fastinfoset for
openSUSE:Factory checked in at 2023-08-23 14:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-fastinfoset (Old)
and /work/SRC/openSUSE:Factory/.glassfish-fastinfoset.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glassfish-fastinfoset"
Wed Aug 23 14:57:15 2023 rev:5 rq:1105112 version:1.2.15
Changes:
--------
---
/work/SRC/openSUSE:Factory/glassfish-fastinfoset/glassfish-fastinfoset.changes
2022-09-02 21:56:48.956336123 +0200
+++
/work/SRC/openSUSE:Factory/.glassfish-fastinfoset.new.1766/glassfish-fastinfoset.changes
2023-08-23 14:58:11.706052456 +0200
@@ -1,0 +2,6 @@
+Thu May 25 10:47:11 UTC 2023 - Stefan Bluhm <[email protected]>
+
+- Don't build javadocs on Enterprise Linux as it fails with known
+ issue "error: option --module-path not allowed with target 1.8"
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glassfish-fastinfoset.spec ++++++
--- /var/tmp/diff_new_pack.s4V7Ln/_old 2023-08-23 14:58:12.938054658 +0200
+++ /var/tmp/diff_new_pack.s4V7Ln/_new 2023-08-23 14:58:12.978054730 +0200
@@ -85,7 +85,10 @@
%build
pushd code
-%{mvn_build} -f -- -Dsource=8
+%if 0%{?rhel}
+MVN_OPTIONS=-j
+%endif
+%{mvn_build} -f $MVN_OPTIONS -- -Dsource=8
popd
%install
@@ -97,7 +100,9 @@
%files -f code/.mfiles
%license code/copyright.txt LICENSE
+%if !0%{?rhel}
%files javadoc -f code/.mfiles-javadoc
%license code/copyright.txt LICENSE
+%endif
%changelog