Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package update-bootloader for
openSUSE:Factory checked in at 2026-01-28 15:07:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-bootloader (Old)
and /work/SRC/openSUSE:Factory/.update-bootloader.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "update-bootloader"
Wed Jan 28 15:07:48 2026 rev:11 rq:1329327 version:1.27
Changes:
--------
--- /work/SRC/openSUSE:Factory/update-bootloader/update-bootloader.changes
2025-09-12 21:09:23.730886752 +0200
+++
/work/SRC/openSUSE:Factory/.update-bootloader.new.1928/update-bootloader.changes
2026-01-28 15:08:43.561938286 +0100
@@ -1,0 +2,8 @@
+Mon Jan 26 14:28:26 UTC 2026 - [email protected]
+
+- merge gh#openSUSE/perl-bootloader#194
+- adjust spec file for immutable mode: switch to using
+ systemd-tmpfiles (jsc#PED-14833)
+- 1.27
+
+--------------------------------------------------------------------
Old:
----
update-bootloader-1.26.tar.xz
New:
----
update-bootloader-1.27.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ update-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.oKIZf8/_old 2026-01-28 15:08:44.197964705 +0100
+++ /var/tmp/diff_new_pack.oKIZf8/_new 2026-01-28 15:08:44.201964872 +0100
@@ -1,7 +1,7 @@
#
# spec file for package update-bootloader
#
-# 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
@@ -25,7 +25,7 @@
%{!?_distconfdir:%global _distconfdir /etc}
Name: update-bootloader
-Version: 1.26
+Version: 1.27
Release: 0
Requires: coreutils
Requires: util-linux
@@ -56,26 +56,22 @@
install -D -m 644 bootloader_entry.8
%{buildroot}%{_mandir}/man8/bootloader_entry.8
install -D -m 644 update-bootloader.8
%{buildroot}%{_mandir}/man8/update-bootloader.8
install -D -m 644 kexec-bootloader.8
%{buildroot}%{_mandir}/man8/kexec-bootloader.8
-mkdir -p %{buildroot}/var/log
-touch %{buildroot}/var/log/pbl.log
-
-%post
-echo -n >>/var/log/pbl.log
-chmod 600 /var/log/pbl.log
+mkdir -p %{buildroot}%{_tmpfilesdir}
+echo "f %{_localstatedir}/log/pbl.log 0600 root root" >
%{buildroot}%{_tmpfilesdir}/%{name}.conf
%files
%defattr(-, root, root)
%license COPYING
%doc %{_mandir}/man8/*
%doc boot.readme
-%{sbindir}/update-bootloader
-%{sbindir}/pbl
-%{sbindir}/kexec-bootloader
+%{_sbindir}/update-bootloader
+%{_sbindir}/pbl
+%{_sbindir}/kexec-bootloader
/usr/lib/bootloader
+%{_tmpfilesdir}/%{name}.conf
%if "%{_distconfdir}" == "/etc"
%config(noreplace) %{_distconfdir}/logrotate.d/pbl
%else
%{_distconfdir}/logrotate.d/pbl
%endif
-%ghost %attr(0600,root,root) /var/log/pbl.log
++++++ update-bootloader-1.26.tar.xz -> update-bootloader-1.27.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/update-bootloader-1.26/VERSION
new/update-bootloader-1.27/VERSION
--- old/update-bootloader-1.26/VERSION 2025-09-11 17:30:03.000000000 +0200
+++ new/update-bootloader-1.27/VERSION 2026-01-26 15:28:26.000000000 +0100
@@ -1 +1 @@
-1.26
+1.27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/update-bootloader-1.26/changelog
new/update-bootloader-1.27/changelog
--- old/update-bootloader-1.26/changelog 2025-09-11 17:30:03.000000000
+0200
+++ new/update-bootloader-1.27/changelog 2026-01-26 15:28:26.000000000
+0100
@@ -1,3 +1,8 @@
+2026-01-26: 1.27
+ - merge gh#openSUSE/perl-bootloader#194
+ - adjust spec file for immutable mode: switch to using
+ systemd-tmpfiles (jsc#PED-14833)
+
2025-09-11: 1.26
- merge gh#openSUSE/perl-bootloader#192
- Implement config for BLS (boo#1246013)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/update-bootloader-1.26/obs/update-bootloader.spec
new/update-bootloader-1.27/obs/update-bootloader.spec
--- old/update-bootloader-1.26/obs/update-bootloader.spec 2025-09-11
17:30:03.000000000 +0200
+++ new/update-bootloader-1.27/obs/update-bootloader.spec 2026-01-26
15:28:26.000000000 +0100
@@ -56,27 +56,23 @@
install -D -m 644 bootloader_entry.8
%{buildroot}%{_mandir}/man8/bootloader_entry.8
install -D -m 644 update-bootloader.8
%{buildroot}%{_mandir}/man8/update-bootloader.8
install -D -m 644 kexec-bootloader.8
%{buildroot}%{_mandir}/man8/kexec-bootloader.8
-mkdir -p %{buildroot}/var/log
-touch %{buildroot}/var/log/pbl.log
-
-%post
-echo -n >>/var/log/pbl.log
-chmod 600 /var/log/pbl.log
+mkdir -p %{buildroot}%{_tmpfilesdir}
+echo "f %{_localstatedir}/log/pbl.log 0600 root root" >
%{buildroot}%{_tmpfilesdir}/%{name}.conf
%files
%defattr(-, root, root)
%license COPYING
%doc %{_mandir}/man8/*
%doc boot.readme
-%{sbindir}/update-bootloader
-%{sbindir}/pbl
-%{sbindir}/kexec-bootloader
+%{_sbindir}/update-bootloader
+%{_sbindir}/pbl
+%{_sbindir}/kexec-bootloader
/usr/lib/bootloader
+%{_tmpfilesdir}/%{name}.conf
%if "%{_distconfdir}" == "/etc"
%config(noreplace) %{_distconfdir}/logrotate.d/pbl
%else
%{_distconfdir}/logrotate.d/pbl
%endif
-%ghost %attr(0600,root,root) /var/log/pbl.log
%changelog