Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package disk-encryption-tool for 
openSUSE:Factory checked in at 2025-04-25 22:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/disk-encryption-tool (Old)
 and      /work/SRC/openSUSE:Factory/.disk-encryption-tool.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "disk-encryption-tool"

Fri Apr 25 22:18:13 2025 rev:16 rq:1272472 version:1+git20250424.b1779d6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/disk-encryption-tool/disk-encryption-tool.changes    
    2025-03-26 21:16:48.002043269 +0100
+++ 
/work/SRC/openSUSE:Factory/.disk-encryption-tool.new.30101/disk-encryption-tool.changes
     2025-04-25 22:18:26.941367156 +0200
@@ -1,0 +2,6 @@
+Thu Apr 24 15:43:01 UTC 2025 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Update to version 1+git20250424.b1779d6:
+  * Drop keyctl timeout
+
+-------------------------------------------------------------------

Old:
----
  disk-encryption-tool-1+git20241213.2504619.obscpio

New:
----
  disk-encryption-tool-1+git20250424.b1779d6.obscpio

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

Other differences:
------------------
++++++ disk-encryption-tool.spec ++++++
--- /var/tmp/diff_new_pack.TnDAmD/_old  2025-04-25 22:18:27.565393381 +0200
+++ /var/tmp/diff_new_pack.TnDAmD/_new  2025-04-25 22:18:27.569393550 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           disk-encryption-tool
-Version:        1+git20241213.2504619
+Version:        1+git20250424.b1779d6
 Release:        0
 Summary:        Tool to reencrypt kiwi raw images
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.TnDAmD/_old  2025-04-25 22:18:27.629396071 +0200
+++ /var/tmp/diff_new_pack.TnDAmD/_new  2025-04-25 22:18:27.633396240 +0200
@@ -3,6 +3,6 @@
                 <param 
name="url">https://github.com/lnussel/disk-encryption-tool.git</param>
               <param 
name="changesrevision">702dff62d37b74244b58b41f78b41cd2befe581b</param></service><service
 name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/disk-encryption-tool.git</param>
-              <param 
name="changesrevision">2504619af79099a907b707e8f11abee6ad3109d7</param></service></servicedata>
+              <param 
name="changesrevision">b1779d6ed0baf54a11a23b74e6f1d0e10d7dc135</param></service></servicedata>
 (No newline at EOF)
 

++++++ disk-encryption-tool-1+git20241213.2504619.obscpio -> 
disk-encryption-tool-1+git20250424.b1779d6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/disk-encryption-tool-1+git20241213.2504619/disk-encryption-tool 
new/disk-encryption-tool-1+git20250424.b1779d6/disk-encryption-tool
--- old/disk-encryption-tool-1+git20241213.2504619/disk-encryption-tool 
2024-12-13 10:00:25.000000000 +0100
+++ new/disk-encryption-tool-1+git20250424.b1779d6/disk-encryption-tool 
2025-04-24 17:39:06.000000000 +0200
@@ -272,10 +272,7 @@
 
 if [ -z "$password" ]; then
        password="$(dd if=/dev/urandom bs=8 count=1 2> /dev/null | base64)"
-       if [ -n "$keyring" ]; then
-               echo -n "$password" | keyctl padd user "$keyring" @u > /dev/null
-               keyctl timeout %user:"$keyring" 3600
-       fi
+       [ -z "$keyring" ] || echo -n "$password" | keyctl padd user "$keyring" 
@u > /dev/null
        [ -z "$verbose" ] || echo -e "Enrollment key: \e[1m$password\e[m"
 fi
 

++++++ disk-encryption-tool.obsinfo ++++++
--- /var/tmp/diff_new_pack.TnDAmD/_old  2025-04-25 22:18:27.757401451 +0200
+++ /var/tmp/diff_new_pack.TnDAmD/_new  2025-04-25 22:18:27.761401620 +0200
@@ -1,5 +1,5 @@
 name: disk-encryption-tool
-version: 1+git20241213.2504619
-mtime: 1734080425
-commit: 2504619af79099a907b707e8f11abee6ad3109d7
+version: 1+git20250424.b1779d6
+mtime: 1745509146
+commit: b1779d6ed0baf54a11a23b74e6f1d0e10d7dc135
 

Reply via email to