Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glassfish-activation for 
openSUSE:Factory checked in at 2022-07-18 18:32:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glassfish-activation (Old)
 and      /work/SRC/openSUSE:Factory/.glassfish-activation.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glassfish-activation"

Mon Jul 18 18:32:55 2022 rev:4 rq:989128 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/glassfish-activation/glassfish-activation.changes    
    2022-07-13 14:32:01.593260425 +0200
+++ 
/work/SRC/openSUSE:Factory/.glassfish-activation.new.1523/glassfish-activation.changes
      2022-07-18 18:33:02.821681502 +0200
@@ -1,0 +2,6 @@
+Wed Jul 13 14:11:54 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Avoid missing symlink %_javadir/jaf.jar, by recreating it when
+  gnu-jaf is uninstalled
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glassfish-activation.spec ++++++
--- /var/tmp/diff_new_pack.xXfVbT/_old  2022-07-18 18:33:03.193682032 +0200
+++ /var/tmp/diff_new_pack.xXfVbT/_new  2022-07-18 18:33:03.197682037 +0200
@@ -106,6 +106,15 @@
 cp -r activation/target/site/apidocs/* %{buildroot}/%{_javadocdir}/%{name}
 %fdupes -s %{buildroot}%{_javadocdir}
 
+%triggerpostun api -- gnu-jaf
+if [ -f %{_javadir}/%{name}-api.jar ] ; then
+    if [ -f %{_javadir}/jaf.jar ] ; then
+        rm -f %{_javadir}/jaf.jar
+    fi
+    ln -sf %{name}-api.jar %{_javadir}/jaf.jar
+fi
+exit 0
+
 %files -f .mfiles
 %license LICENSE.txt
 %doc README.md

Reply via email to