Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package uki for openSUSE:Factory checked in 
at 2025-01-09 15:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uki (Old)
 and      /work/SRC/openSUSE:Factory/.uki.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uki"

Thu Jan  9 15:07:59 2025 rev:2 rq:1235862 version:MACRO_MACRO_kMACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/uki/uki.changes  2025-01-01 23:04:46.800753191 
+0100
+++ /work/SRC/openSUSE:Factory/.uki.new.1881/uki.changes        2025-01-09 
15:08:39.523348553 +0100
@@ -1,0 +2,5 @@
+Wed Jan  8 09:38:31 UTC 2025 - Valentin Lefebvre <[email protected]>
+
+- Fix posttrans script condition
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ uki.spec ++++++
--- /var/tmp/diff_new_pack.U6Dfr2/_old  2025-01-09 15:08:40.603393465 +0100
+++ /var/tmp/diff_new_pack.U6Dfr2/_new  2025-01-09 15:08:40.607393631 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uki
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -203,7 +203,7 @@
 fi
 cert_file=$(basename %{cert_install_dir}/%{efi_name}-*.crt)
 cert_file_p="%{cert_install_dir}/${cert_file}"
-if test "$entry_added" = "1" -a -f ${cert_file_p} ]; then
+if test "$entry_added" = "1" -a -f ${cert_file_p} ; then
     echo -e "\033[0;32mTo enroll the uki certificate key please run:\033[0m"
     echo -e "\033[0;32mmokutil \
 --import ${cert_file_p}\033[0m"

Reply via email to