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-08-07 16:49:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tik (Old)
 and      /work/SRC/openSUSE:Factory/.tik.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tik"

Thu Aug  7 16:49:55 2025 rev:29 rq:1298103 version:1.3.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/tik/tik.changes  2025-05-20 09:37:05.406733042 
+0200
+++ /work/SRC/openSUSE:Factory/.tik.new.1085/tik.changes        2025-08-07 
16:51:33.243172873 +0200
@@ -1,0 +2,6 @@
+Thu Aug 07 09:27:42 UTC 2025 - Richard Brown <[email protected]>
+
+- Update to version 1.3.14:
+  * [15-encrypt] Create /var/lib/sdbootutil if it doesn't already exist 
(boo#1247713)
+
+-------------------------------------------------------------------

Old:
----
  tik-1.3.13.obscpio

New:
----
  tik-1.3.14.obscpio

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

Other differences:
------------------
++++++ tik.spec ++++++
--- /var/tmp/diff_new_pack.TTZpOn/_old  2025-08-07 16:51:33.983203231 +0200
+++ /var/tmp/diff_new_pack.TTZpOn/_new  2025-08-07 16:51:33.983203231 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tik
-Version:        1.3.13
+Version:        1.3.14
 Release:        0
 Summary:        Transactional Installation Kit
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TTZpOn/_old  2025-08-07 16:51:34.011204380 +0200
+++ /var/tmp/diff_new_pack.TTZpOn/_new  2025-08-07 16:51:34.015204544 +0200
@@ -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.13</param>
+    <param name="revision">v1.3.14</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.TTZpOn/_old  2025-08-07 16:51:34.035205364 +0200
+++ /var/tmp/diff_new_pack.TTZpOn/_new  2025-08-07 16:51:34.043205692 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/sysrich/tik.git</param>
-              <param 
name="changesrevision">af5ed0a75da92e7d1925c849a872ebde623ad8f9</param></service></servicedata>
+              <param 
name="changesrevision">c7134a59927c38f57466f95bf60f32a1815ee390</param></service></servicedata>
 (No newline at EOF)
 

++++++ tik-1.3.13.obscpio -> tik-1.3.14.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tik-1.3.13/usr/lib/tik/modules/post/15-encrypt 
new/tik-1.3.14/usr/lib/tik/modules/post/15-encrypt
--- old/tik-1.3.13/usr/lib/tik/modules/post/15-encrypt  2025-05-16 
10:41:48.000000000 +0200
+++ new/tik-1.3.14/usr/lib/tik/modules/post/15-encrypt  2025-08-07 
11:26:14.000000000 +0200
@@ -104,6 +104,10 @@
     # present. See
     # 
https://github.com/openSUSE/sdbootutil/commit/8d3db8b01f5681c11054c37145aad3e3973a7741
     if [ "${tik_encrypt_mode}" == 0 ]; then
+        # Make path for sdbootutil if it doesn't exist
+        if [ ! -d ${encrypt_dir}/mnt/var/lib/sdbootutil ]; then
+            prun /usr/bin/mkdir -p ${encrypt_dir}/mnt/var/lib/sdbootutil
+        fi
         # Generate keys for signing PCR15 predictions
         local 
private="${encrypt_dir}/mnt/var/lib/sdbootutil/measure-pcr-private.pem"
         local 
public="${encrypt_dir}/mnt/var/lib/sdbootutil/measure-pcr-public.pem"

++++++ tik.obsinfo ++++++
--- /var/tmp/diff_new_pack.TTZpOn/_old  2025-08-07 16:51:34.199212092 +0200
+++ /var/tmp/diff_new_pack.TTZpOn/_new  2025-08-07 16:51:34.207212421 +0200
@@ -1,5 +1,5 @@
 name: tik
-version: 1.3.13
-mtime: 1747384908
-commit: af5ed0a75da92e7d1925c849a872ebde623ad8f9
+version: 1.3.14
+mtime: 1754558774
+commit: c7134a59927c38f57466f95bf60f32a1815ee390
 

Reply via email to