Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dracut-pcr-signature for 
openSUSE:Factory checked in at 2025-07-23 16:32:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut-pcr-signature (Old)
 and      /work/SRC/openSUSE:Factory/.dracut-pcr-signature.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut-pcr-signature"

Wed Jul 23 16:32:24 2025 rev:14 rq:1295009 version:0.6+2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/dracut-pcr-signature/dracut-pcr-signature.changes    
    2025-02-03 21:46:43.890464891 +0100
+++ 
/work/SRC/openSUSE:Factory/.dracut-pcr-signature.new.8875/dracut-pcr-signature.changes
      2025-07-23 16:32:55.770396537 +0200
@@ -1,0 +2,12 @@
+Tue Jul 22 09:27:06 UTC 2025 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Update to version 0.6+2 (bsc#1246322):
+  * Extract the token from os-release
+
+-------------------------------------------------------------------
+Mon Mar 17 14:49:21 UTC 2025 - apla...@suse.com
+
+- Update to version 0.6+1:
+  * Fix typo in service description
+
+-------------------------------------------------------------------

Old:
----
  dracut-pcr-signature-0.6+0.tar.xz

New:
----
  dracut-pcr-signature-0.6+2.tar.xz

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

Other differences:
------------------
++++++ dracut-pcr-signature.spec ++++++
--- /var/tmp/diff_new_pack.Ka8YRb/_old  2025-07-23 16:32:56.338420295 +0200
+++ /var/tmp/diff_new_pack.Ka8YRb/_new  2025-07-23 16:32:56.342420462 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           dracut-pcr-signature
-Version:        0.6+0
+Version:        0.6+2
 Release:        0
 Summary:        Dracut module to import PCR signatures
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Ka8YRb/_old  2025-07-23 16:32:56.374421801 +0200
+++ /var/tmp/diff_new_pack.Ka8YRb/_new  2025-07-23 16:32:56.378421968 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/aplanas/dracut-pcr-signature.git</param>
-              <param 
name="changesrevision">d6f12e9aa99233acc4844cb406fc04e8486a47ec</param></service></servicedata>
+              <param 
name="changesrevision">dd974fabe2b2edf69b840368045bde6d5227c176</param></service></servicedata>
 (No newline at EOF)
 

++++++ dracut-pcr-signature-0.6+0.tar.xz -> dracut-pcr-signature-0.6+2.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-pcr-signature-0.6+0/boot-efi-generator.sh 
new/dracut-pcr-signature-0.6+2/boot-efi-generator.sh
--- old/dracut-pcr-signature-0.6+0/boot-efi-generator.sh        2025-01-31 
14:33:28.000000000 +0100
+++ new/dracut-pcr-signature-0.6+2/boot-efi-generator.sh        2025-07-22 
11:21:13.000000000 +0200
@@ -18,7 +18,7 @@
 # Automatically generated by pcr-signature-generator
 
 [Unit]
-Description=Mount /boot/efi
+Description=ESP (/boot/efi)
 Conflicts=initrd-switch-root.target
 Before=initrd-switch-root.target
 DefaultDependencies=false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-pcr-signature-0.6+0/pcr-signature.service 
new/dracut-pcr-signature-0.6+2/pcr-signature.service
--- old/dracut-pcr-signature-0.6+0/pcr-signature.service        2025-01-31 
14:33:28.000000000 +0100
+++ new/dracut-pcr-signature-0.6+2/pcr-signature.service        2025-07-22 
11:21:13.000000000 +0200
@@ -1,5 +1,5 @@
 [Unit]
-Description=Import TPM2 crendentials into the initrd
+Description=Import TPM2 credentials into the initrd
 DefaultDependencies=false
 
 Wants=cryptsetup-pre.target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-pcr-signature-0.6+0/pcr-signature.sh 
new/dracut-pcr-signature-0.6+2/pcr-signature.sh
--- old/dracut-pcr-signature-0.6+0/pcr-signature.sh     2025-01-31 
14:33:28.000000000 +0100
+++ new/dracut-pcr-signature-0.6+2/pcr-signature.sh     2025-07-22 
11:21:13.000000000 +0200
@@ -6,7 +6,14 @@
     exit 0
 fi
 
-for location in "/boot/efi/EFI/systemd" "/boot/efi/EFI/opensuse"; do
+# Link to /usr/lib/initrd-release
+# shellcheck disable=SC1091
+. /etc/os-release
+# shellcheck disable=SC2153
+name="${NAME% *}"
+name="${name,,}"
+
+for location in "/boot/efi/EFI/systemd" "/boot/efi/EFI/$name"; do
     if [ -e "${location}/pcrlock.json" ]; then
        mkdir -p /run/systemd
        cp "${location}/pcrlock.json" /run/systemd
@@ -19,7 +26,7 @@
     fi
 done
 
-for location in "/boot/efi/EFI/systemd" "/boot/efi/EFI/opensuse"; do
+for location in "/boot/efi/EFI/systemd" "/boot/efi/EFI/$name"; do
     if [ -e "${location}/measure-pcr-prediction" ]; then
        # This directory should be already present, and contain the
        # public key

Reply via email to