Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sdbootutil for openSUSE:Factory 
checked in at 2026-01-09 17:03:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sdbootutil (Old)
 and      /work/SRC/openSUSE:Factory/.sdbootutil.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sdbootutil"

Fri Jan  9 17:03:05 2026 rev:87 rq:1326007 version:1+git20260108.be38224

Changes:
--------
--- /work/SRC/openSUSE:Factory/sdbootutil/sdbootutil.changes    2025-12-18 
18:31:03.400617269 +0100
+++ /work/SRC/openSUSE:Factory/.sdbootutil.new.1928/sdbootutil.changes  
2026-01-09 17:03:30.920006628 +0100
@@ -1,0 +2,12 @@
+Thu Jan 08 19:51:41 UTC 2026 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 1+git20260108.be38224:
+  * Use tmpfiles.d for /var directories (PED-14900)
+
+-------------------------------------------------------------------
+Wed Jan 07 09:46:55 UTC 2026 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 1+git20260107.2807c87:
+  * Enable armv7 builds (boo#1254865)
+
+-------------------------------------------------------------------

Old:
----
  sdbootutil-1+git20251218.1cd7294.obscpio

New:
----
  sdbootutil-1+git20260108.be38224.obscpio

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

Other differences:
------------------
++++++ sdbootutil.spec ++++++
--- /var/tmp/diff_new_pack.e8y3oH/_old  2026-01-09 17:03:31.680038159 +0100
+++ /var/tmp/diff_new_pack.e8y3oH/_new  2026-01-09 17:03:31.684038325 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sdbootutil
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 Name:           sdbootutil
-Version:        1+git20251218.1cd7294
+Version:        1+git20260108.be38224
 Release:        0
 Summary:        Bootctl wrapper for BLS boot loaders
 License:        MIT
@@ -49,7 +49,7 @@
 Supplements:    (systemd-boot and shim)
 # Because uhmac it is not a noarch package
 # BuildArch:      noarch
-ExclusiveArch:  aarch64 riscv64 x86_64
+ExclusiveArch:  aarch64 %{arm} riscv64 x86_64
 %{?systemd_requires}
 
 %description
@@ -188,11 +188,9 @@
 install -D -m 755 measure-pcr-validator.sh 
%{buildroot}%{_prefix}/lib/dracut/modules.d/50measure-pcr/measure-pcr-validator.sh
 install -D -m 644 measure-pcr-validator.service 
%{buildroot}/%{_prefix}/lib/dracut/modules.d/50measure-pcr/measure-pcr-validator.service
 
-install -d -m 700 %{buildroot}%{_sharedstatedir}/%{name}
-
 # tmpfiles
-install -D -m 644 kernel-install-%{name}.conf \
-       %{buildroot}%{_prefix}/lib/tmpfiles.d/kernel-install-%{name}.conf
+install -Dpm 0644 %{name}.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf
+install -Dpm 0644 kernel-install-%{name}.conf 
%{buildroot}%{_tmpfilesdir}/kernel-install-%{name}.conf
 
 %transfiletriggerin -- %{_prefix}/lib/systemd/boot/efi 
%{_datadir}/grub2/%{_build_arch}-efi %{_datadir}/efi/%{_build_arch}
 cat > /dev/null || :
@@ -220,6 +218,7 @@
 
 %post
 %service_add_post %{name}-update-predictions.service
+%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
 
 %preun enroll
 %service_del_preun %{name}-enroll.service
@@ -234,7 +233,7 @@
 %service_add_post %{name}-enroll.service
 
 %posttrans kernel-install
-%tmpfiles_create kernel-install-%{name}.conf
+%tmpfiles_create %{_tmpfilesdir}/kernel-install-%{name}.conf
 
 %post dracut-measure-pcr
 %{?regenerate_initrd_post}
@@ -247,9 +246,9 @@
 
 %files
 %license LICENSE
-%dir %{_sharedstatedir}/%{name}
 %{_bindir}/%{name}
 %{_unitdir}/%{name}-update-predictions.service
+%{_tmpfilesdir}/%{name}.conf
 %dir %{_libexecdir}/%{name}
 %{_libexecdir}/%{name}/uhmac
 
@@ -279,7 +278,7 @@
 %dir %{_prefix}/lib/kernel
 %dir %{_prefix}/lib/kernel/install.d
 %{_prefix}/lib/kernel/install.d/*
-%{_prefix}/lib/tmpfiles.d/kernel-install-%{name}.conf
+%{_tmpfilesdir}/kernel-install-%{name}.conf
 
 %files enroll
 %{_bindir}/%{name}-enroll

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.e8y3oH/_old  2026-01-09 17:03:31.772041976 +0100
+++ /var/tmp/diff_new_pack.e8y3oH/_new  2026-01-09 17:03:31.776042142 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/sdbootutil.git</param>
-              <param 
name="changesrevision">1cd729464d65ba9caa7b223ab33e75129e32361e</param></service></servicedata>
+              <param 
name="changesrevision">be38224bc757fd4cade25f37f39ff87b838698a2</param></service></servicedata>
 (No newline at EOF)
 

++++++ sdbootutil-1+git20251218.1cd7294.obscpio -> 
sdbootutil-1+git20260108.be38224.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sdbootutil-1+git20251218.1cd7294/sdbootutil.conf 
new/sdbootutil-1+git20260108.be38224/sdbootutil.conf
--- old/sdbootutil-1+git20251218.1cd7294/sdbootutil.conf        1970-01-01 
01:00:00.000000000 +0100
+++ new/sdbootutil-1+git20260108.be38224/sdbootutil.conf        2026-01-08 
20:49:55.000000000 +0100
@@ -0,0 +1,2 @@
+#Type Path                Mode User Group Age Argument...
+d     /var/lib/sdbootutil 0700 -    -     -   -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sdbootutil-1+git20251218.1cd7294/sdbootutil.spec 
new/sdbootutil-1+git20260108.be38224/sdbootutil.spec
--- old/sdbootutil-1+git20251218.1cd7294/sdbootutil.spec        2025-12-18 
10:08:44.000000000 +0100
+++ new/sdbootutil-1+git20260108.be38224/sdbootutil.spec        2026-01-08 
20:49:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sdbootutil
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,7 +49,7 @@
 Supplements:    (systemd-boot and shim)
 # Because uhmac it is not a noarch package
 # BuildArch:      noarch
-ExclusiveArch:  aarch64 riscv64 x86_64
+ExclusiveArch:  aarch64 %{arm} riscv64 x86_64
 %{?systemd_requires}
 
 %description
@@ -188,11 +188,9 @@
 install -D -m 755 measure-pcr-validator.sh 
%{buildroot}%{_prefix}/lib/dracut/modules.d/50measure-pcr/measure-pcr-validator.sh
 install -D -m 644 measure-pcr-validator.service 
%{buildroot}/%{_prefix}/lib/dracut/modules.d/50measure-pcr/measure-pcr-validator.service
 
-install -d -m 700 %{buildroot}%{_sharedstatedir}/%{name}
-
 # tmpfiles
-install -D -m 644 kernel-install-%{name}.conf \
-       %{buildroot}%{_prefix}/lib/tmpfiles.d/kernel-install-%{name}.conf
+install -Dpm 0644 %{name}.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf
+install -Dpm 0644 kernel-install-%{name}.conf 
%{buildroot}%{_tmpfilesdir}/kernel-install-%{name}.conf
 
 %transfiletriggerin -- %{_prefix}/lib/systemd/boot/efi 
%{_datadir}/grub2/%{_build_arch}-efi %{_datadir}/efi/%{_build_arch}
 cat > /dev/null || :
@@ -220,6 +218,7 @@
 
 %post
 %service_add_post %{name}-update-predictions.service
+%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
 
 %preun enroll
 %service_del_preun %{name}-enroll.service
@@ -234,7 +233,7 @@
 %service_add_post %{name}-enroll.service
 
 %posttrans kernel-install
-%tmpfiles_create kernel-install-%{name}.conf
+%tmpfiles_create %{_tmpfilesdir}/kernel-install-%{name}.conf
 
 %post dracut-measure-pcr
 %{?regenerate_initrd_post}
@@ -247,9 +246,9 @@
 
 %files
 %license LICENSE
-%dir %{_sharedstatedir}/%{name}
 %{_bindir}/%{name}
 %{_unitdir}/%{name}-update-predictions.service
+%{_tmpfilesdir}/%{name}.conf
 %dir %{_libexecdir}/%{name}
 %{_libexecdir}/%{name}/uhmac
 
@@ -279,7 +278,7 @@
 %dir %{_prefix}/lib/kernel
 %dir %{_prefix}/lib/kernel/install.d
 %{_prefix}/lib/kernel/install.d/*
-%{_prefix}/lib/tmpfiles.d/kernel-install-%{name}.conf
+%{_tmpfilesdir}/kernel-install-%{name}.conf
 
 %files enroll
 %{_bindir}/%{name}-enroll

++++++ sdbootutil.obsinfo ++++++
--- /var/tmp/diff_new_pack.e8y3oH/_old  2026-01-09 17:03:32.140057244 +0100
+++ /var/tmp/diff_new_pack.e8y3oH/_new  2026-01-09 17:03:32.152057742 +0100
@@ -1,5 +1,5 @@
 name: sdbootutil
-version: 1+git20251218.1cd7294
-mtime: 1766048924
-commit: 1cd729464d65ba9caa7b223ab33e75129e32361e
+version: 1+git20260108.be38224
+mtime: 1767901795
+commit: be38224bc757fd4cade25f37f39ff87b838698a2
 

Reply via email to