Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tik for openSUSE:Factory checked in 
at 2025-03-24 13:30:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tik (Old)
 and      /work/SRC/openSUSE:Factory/.tik.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tik"

Mon Mar 24 13:30:45 2025 rev:24 rq:1255313 version:1.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/tik/tik.changes  2025-02-11 21:31:03.346175639 
+0100
+++ /work/SRC/openSUSE:Factory/.tik.new.2696/tik.changes        2025-03-24 
13:30:49.704266896 +0100
@@ -1,0 +2,12 @@
+Sat Mar 22 18:15:52 UTC 2025 - rbr...@suse.com
+
+- Update to version 1.3.9:
+  * [post-encrypt] generate machine-id
+
+-------------------------------------------------------------------
+Sat Mar 22 18:11:41 UTC 2025 - rbr...@suse.com
+
+- Update to version 1.3.8:
+  * 15-encrypt: create /etc/sysconfig/fde-tools before calling sdbootutil 
(boo#1239862)
+
+-------------------------------------------------------------------

Old:
----
  tik-1.3.6.obscpio

New:
----
  tik-1.3.9.obscpio

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

Other differences:
------------------
++++++ tik.spec ++++++
--- /var/tmp/diff_new_pack.22i0rV/_old  2025-03-24 13:30:50.556302394 +0100
+++ /var/tmp/diff_new_pack.22i0rV/_new  2025-03-24 13:30:50.560302560 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           tik
-Version:        1.3.6
+Version:        1.3.9
 Release:        0
 Summary:        Transactional Installation Kit
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.22i0rV/_old  2025-03-24 13:30:50.604304394 +0100
+++ /var/tmp/diff_new_pack.22i0rV/_new  2025-03-24 13:30:50.608304560 +0100
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/sysrich/tik.git</param>
     <param name="scm">git</param>
-    <param name="revision">v1.3.6</param>
+    <param name="revision">v1.3.9</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.22i0rV/_old  2025-03-24 13:30:50.644306060 +0100
+++ /var/tmp/diff_new_pack.22i0rV/_new  2025-03-24 13:30:50.652306394 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/sysrich/tik.git</param>
-              <param 
name="changesrevision">1823e7e0137236615205a7df0d949115cfa48db8</param></service></servicedata>
+              <param 
name="changesrevision">e9d1227b84ed7086b959a61d373f14686b7f87dc</param></service></servicedata>
 (No newline at EOF)
 

++++++ tik-1.3.6.obscpio -> tik-1.3.9.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tik-1.3.6/usr/lib/tik/modules/post/15-encrypt 
new/tik-1.3.9/usr/lib/tik/modules/post/15-encrypt
--- old/tik-1.3.6/usr/lib/tik/modules/post/15-encrypt   2025-02-11 
14:16:59.000000000 +0100
+++ new/tik-1.3.9/usr/lib/tik/modules/post/15-encrypt   2025-03-22 
19:14:19.000000000 +0100
@@ -99,11 +99,6 @@
     echo "# Creating initrd" > ${encrypt_pipe}
     # FIXME: Dracut gets confused by previous installations on occasion with 
the default config, override the problematic option temporarily
     /usr/bin/echo 'hostonly_cmdline="no"' | prun tee 
${encrypt_dir}/mnt/etc/dracut.conf.d/99-tik.conf
-    # mkinitrd done by add-all-kernels
-    prun /usr/bin/chroot ${encrypt_dir}/mnt sdbootutil -vv --esp-path 
/boot/efi --no-variables add-all-kernels 1>&2
-    # FIXME: Dracut gets confused by previous installations on occasion with 
the default config, remove override now initrd done
-    prun /usr/bin/rm ${encrypt_dir}/mnt/etc/dracut.conf.d/99-tik.conf
-    echo "70" > ${encrypt_pipe}
     # If Default mode has been detected, configure PCR policy
     if [ "${tik_encrypt_mode}" == 0 ]; then
         # Explaining the chosen PCR list below
@@ -117,6 +112,14 @@
         # - 1 - Not only changes with CPU/RAM/hardware changes, but also when 
UEFI config changes are made, which is too common to lockdown
         # - 2 - Includes option ROMs on pluggable hardware, such as external 
GPUs. Attaching a GPU to your laptop shouldn't hinder booting.
         # - 3 - Firmware from pluggable hardware. Attaching hardware to your 
laptop shouldn't hinder booting
+    fi
+    # mkinitrd done by add-all-kernels
+    prun /usr/bin/chroot ${encrypt_dir}/mnt sdbootutil -vv --esp-path 
/boot/efi --no-variables add-all-kernels 1>&2
+    # FIXME: Dracut gets confused by previous installations on occasion with 
the default config, remove override now initrd done
+    prun /usr/bin/rm ${encrypt_dir}/mnt/etc/dracut.conf.d/99-tik.conf
+    echo "70" > ${encrypt_pipe}
+    # If Default mode has been detected, update predictions and enroll
+    if [ "${tik_encrypt_mode}" == 0 ]; then
         prun /usr/bin/tee 
${encrypt_dir}/mnt/etc/systemd/system/firstboot-update-predictions.service << 
EOF
 [Unit]
 Description=First Boot Update Predictions
@@ -132,6 +135,8 @@
 WantedBy=default.target
 EOF
         prun /usr/bin/ln -s 
${encrypt_dir}/mnt/etc/systemd/system/firstboot-update-predictions.service 
${encrypt_dir}/mnt/etc/systemd/system/default.target.wants/firstboot-update-predictions.service
+        log "[configure_encryption] Generating machine-id"
+        prun /usr/bin/chroot ${encrypt_dir}/mnt systemd-machine-id-setup 
--commit
         log "[configure_encryption] Generating Predictions"
         echo "# Generating TPM Predictions" > ${encrypt_pipe}
         prun /usr/bin/chroot ${encrypt_dir}/mnt sdbootutil -vv 
update-predictions

++++++ tik.obsinfo ++++++
--- /var/tmp/diff_new_pack.22i0rV/_old  2025-03-24 13:30:50.816313227 +0100
+++ /var/tmp/diff_new_pack.22i0rV/_new  2025-03-24 13:30:50.828313726 +0100
@@ -1,5 +1,5 @@
 name: tik
-version: 1.3.6
-mtime: 1739279819
-commit: 1823e7e0137236615205a7df0d949115cfa48db8
+version: 1.3.9
+mtime: 1742667259
+commit: e9d1227b84ed7086b959a61d373f14686b7f87dc
 

Reply via email to