Hello community,

here is the log from the commit of package 000package-groups for 
openSUSE:Factory checked in at 2019-04-21 09:00:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
 and      /work/SRC/openSUSE:Factory/.000package-groups.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "000package-groups"

Sun Apr 21 09:00:05 2019 rev:68 rq:695181 version:unknown

Changes:
--------
New Changes file:

NO CHANGES FILE!!!

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

Other differences:
------------------
++++++ openSUSE-MicroOS-release.spec.in ++++++
--- /var/tmp/diff_new_pack.YrMsP5/_old  2019-04-21 09:00:11.114323423 +0200
+++ /var/tmp/diff_new_pack.YrMsP5/_new  2019-04-21 09:00:11.114323423 +0200
@@ -87,6 +87,19 @@
 
 ___CREATE_PRODUCT_FILES___
 
+%post
+# Update from openSUSE-Tumbleweed-Kubic to openSUSE-MicroOS
+# Fix the baseproduct symlink and make sure, it exists
+if [ -L /etc/products.d/baseproduct ] ; then
+    PRODLINK=$(basename $(readlink -f /etc/products.d/baseproduct))
+    if [ "$PRODLINK"  == "openSUSE-Tumbleweed-Kubic.prod" ]; then
+      rm -f /etc/products.d/baseproduct
+    fi
+fi
+if [ ! -e /etc/products.d/baseproduct ]; then
+    ln -sf openSUSE-MicroOS.prod /etc/products.d/baseproduct
+fi
+
 %files
 %defattr(644,root,root,755)
 %{_sysconfdir}/os-release


Reply via email to