Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000package-groups for
openSUSE:Leap:15.3 checked in at 2021-05-19 11:40:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.3/000package-groups (Old)
and /work/SRC/openSUSE:Leap:15.3/.000package-groups.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000package-groups"
Wed May 19 11:40:01 2021 rev:69 rq:894248 version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Leap-release.spec.in ++++++
--- /var/tmp/diff_new_pack.xXCrQR/_old 2021-05-19 11:40:02.819028004 +0200
+++ /var/tmp/diff_new_pack.xXCrQR/_new 2021-05-19 11:40:02.823027985 +0200
@@ -205,6 +205,20 @@
esac
fi
+%postun
+# workaround for boo#1181829#c34
+if [ -L /etc/products.d/baseproduct ] ; then
+ PRODLINK=`readlink -f /etc/products.d/baseproduct`
+ PRODLINK=`basename $PRODLINK`
+ if [ $PRODLINK == "Leap.prod" ] && [ ! -f /etc/products.d/$PRODLINK ]; then
+ if [ -e /etc/products.d/SLES.prod ]; then
+ ln -sf SLES.prod /etc/products.d/baseproduct
+ elif [ -e /etc/products.d/SLED.prod ]; then
+ ln -sf SLED.prod /etc/products.d/baseproduct
+ fi
+ fi
+fi
+
%posttrans
# Launch the issue-generator: we have a new config file in /usr/lib/issue.d
that needs to be represented
if [ -x %{_sbindir}/issue-generator ]; then