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 2024-08-18 18:19:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/disk-encryption-tool (Old)
and /work/SRC/openSUSE:Factory/.disk-encryption-tool.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "disk-encryption-tool"
Sun Aug 18 18:19:24 2024 rev:9 rq:1194345 version:1+git20240816.42c8565
Changes:
--------
---
/work/SRC/openSUSE:Factory/disk-encryption-tool/disk-encryption-tool.changes
2024-08-13 13:22:49.817212099 +0200
+++
/work/SRC/openSUSE:Factory/.disk-encryption-tool.new.2698/disk-encryption-tool.changes
2024-08-18 18:19:27.744933749 +0200
@@ -1,0 +2,6 @@
+Fri Aug 16 16:03:54 UTC 2024 - [email protected]
+
+- Update to version 1+git20240816.42c8565:
+ * Fix extra arguments in password enrollment
+
+-------------------------------------------------------------------
Old:
----
disk-encryption-tool-1+git20240812.fd4668d.obscpio
New:
----
disk-encryption-tool-1+git20240816.42c8565.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ disk-encryption-tool.spec ++++++
--- /var/tmp/diff_new_pack.rQ0mtK/_old 2024-08-18 18:19:28.912982540 +0200
+++ /var/tmp/diff_new_pack.rQ0mtK/_new 2024-08-18 18:19:28.912982540 +0200
@@ -28,7 +28,7 @@
%endif
Name: disk-encryption-tool
-Version: 1+git20240812.fd4668d%{git_version}
+Version: 1+git20240816.42c8565%{git_version}
Release: 0
Summary: Tool to reencrypt kiwi raw images
License: MIT
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.rQ0mtK/_old 2024-08-18 18:19:28.956984379 +0200
+++ /var/tmp/diff_new_pack.rQ0mtK/_new 2024-08-18 18:19:28.960984546 +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">fd4668df5b6dd6e7b1efe62257acfdb084d9ea13</param></service></servicedata>
+ <param
name="changesrevision">42c8565529d7f4f4aa3d0e35f9f488f16fd37e42</param></service></servicedata>
(No newline at EOF)
++++++ disk-encryption-tool-1+git20240812.fd4668d.obscpio ->
disk-encryption-tool-1+git20240816.42c8565.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/disk-encryption-tool-1+git20240812.fd4668d/disk-encryption-tool-enroll
new/disk-encryption-tool-1+git20240816.42c8565/disk-encryption-tool-enroll
--- old/disk-encryption-tool-1+git20240812.fd4668d/disk-encryption-tool-enroll
2024-08-12 14:58:05.000000000 +0200
+++ new/disk-encryption-tool-1+git20240816.42c8565/disk-encryption-tool-enroll
2024-08-16 18:01:12.000000000 +0200
@@ -64,6 +64,9 @@
[ -z "$pw" ] || {
echo "Enrolling password"
+ # Note that if --no-reuse-initrd is used, then a new initrd
+ # will be created and will break the measurement of the
+ # initial components if later the TPM2 enrollment is called
extra=
if [ -z "$tpm2_pin" ] && [ -z "$tpm2" ] && [ -z "$fido2" ]; then
extra="--no-reuse-initrd"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/disk-encryption-tool-1+git20240812.fd4668d/jeos-firstboot-enroll
new/disk-encryption-tool-1+git20240816.42c8565/jeos-firstboot-enroll
--- old/disk-encryption-tool-1+git20240812.fd4668d/jeos-firstboot-enroll
2024-08-12 14:58:05.000000000 +0200
+++ new/disk-encryption-tool-1+git20240816.42c8565/jeos-firstboot-enroll
2024-08-16 18:01:12.000000000 +0200
@@ -126,8 +126,12 @@
do_enroll() {
[ -z "$crypt_pw" ] || {
+ # Note that if --no-reuse-initrd is used, then a new
+ # initrd will be created and will break the
+ # measurement of the initial components if later the
+ # TPM2 enrollment is called
extra=
- if [ -z "$tpm2_pin" ] && [ -z "$tpm2" ] && [ -z "$fido2" ]; then
+ if [ -z "$with_tpm2" ] && [ -z "$with_fido2" ]; then
extra="--no-reuse-initrd"
fi
PW="$crypt_pw" run sdbootutil enroll --method=password "$extra"
++++++ disk-encryption-tool.obsinfo ++++++
--- /var/tmp/diff_new_pack.rQ0mtK/_old 2024-08-18 18:19:29.076989392 +0200
+++ /var/tmp/diff_new_pack.rQ0mtK/_new 2024-08-18 18:19:29.080989559 +0200
@@ -1,5 +1,5 @@
name: disk-encryption-tool
-version: 1+git20240812.fd4668d
-mtime: 1723467485
-commit: fd4668df5b6dd6e7b1efe62257acfdb084d9ea13
+version: 1+git20240816.42c8565
+mtime: 1723824072
+commit: 42c8565529d7f4f4aa3d0e35f9f488f16fd37e42