Hello community,

here is the log from the commit of package fwupd for openSUSE:Factory checked 
in at 2019-03-05 12:15:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fwupd (Old)
 and      /work/SRC/openSUSE:Factory/.fwupd.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fwupd"

Tue Mar  5 12:15:46 2019 rev:15 rq:679447 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/fwupd/fwupd.changes      2019-01-29 
14:45:28.399036921 +0100
+++ /work/SRC/openSUSE:Factory/.fwupd.new.28833/fwupd.changes   2019-03-05 
12:15:49.285016247 +0100
@@ -1,0 +2,5 @@
+Tue Feb  5 23:00:20 UTC 2019 - Bernhard Voelker <[email protected]>
+
+- fwupd.spec: fix shell syntax error in %postun section (boo#1120363).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fwupd.spec ++++++
--- /var/tmp/diff_new_pack.vCp1mH/_old  2019-03-05 12:15:49.869016065 +0100
+++ /var/tmp/diff_new_pack.vCp1mH/_new  2019-03-05 12:15:49.873016064 +0100
@@ -196,7 +196,7 @@
 %postun
 %service_del_postun %{name}.service fwupd-offline-update.service
 %if %{with efi_fw_update}
-if [ "$1" = 0 && -d "/boot/efi/EFI/%{efidir}" ] ; then
+if [ "$1" = 0 ] && [ -d "/boot/efi/EFI/%{efidir}" ] ; then
        # Remove all capsule files
        rm -rf /boot/efi/EFI/%{efidir}/fw
        # Remove the UEFI firmware update program


Reply via email to