Hello community,
here is the log from the commit of package raspberrypi-firmware for
openSUSE:Factory checked in at 2019-09-18 13:13:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware"
Wed Sep 18 13:13:46 2019 rev:46 rq:731581 version:2019.09.04
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-config.changes
2019-09-07 11:52:14.826284187 +0200
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new.7948/raspberrypi-firmware-config.changes
2019-09-18 13:15:08.936643085 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 06:36:37 UTC 2019 - Guillaume GARDET <[email protected]>
+
+- Do not run %preun scripts on upgrade (boo#1150408)
+
+-------------------------------------------------------------------
raspberrypi-firmware.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware.spec ++++++
--- /var/tmp/diff_new_pack.Cpc4vR/_old 2019-09-18 13:15:09.620642941 +0200
+++ /var/tmp/diff_new_pack.Cpc4vR/_new 2019-09-18 13:15:09.628642939 +0200
@@ -75,7 +75,7 @@
fi
%preun
-if mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
+if [ $1 -eq 0 ] && mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
for f in start.elf start4.elf fixup.dat fixup4.dat bootcode.bin; do
rm -f /boot/efi/$f
done
@@ -90,7 +90,7 @@
fi
%preun extra
-if mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
+if [ $1 -eq 0 ] && mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
for suffix in _cd _db _x; do
rm -f /boot/efi/start${suffix}.elf
rm -f /boot/efi/fixup${suffix}.dat
@@ -106,7 +106,7 @@
fi
%preun extra-pi4
-if mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
+if [ $1 -eq 0 ] && mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
for suffix in 4cd 4db 4x; do
rm -f /boot/efi/start${suffix}.elf
rm -f /boot/efi/fixup${suffix}.dat