Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sdbootutil for openSUSE:Factory 
checked in at 2025-07-15 16:41:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sdbootutil (Old)
 and      /work/SRC/openSUSE:Factory/.sdbootutil.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sdbootutil"

Tue Jul 15 16:41:57 2025 rev:65 rq:1292634 version:1+git20250710.d8e5d82

Changes:
--------
--- /work/SRC/openSUSE:Factory/sdbootutil/sdbootutil.changes    2025-06-14 
16:17:13.297010703 +0200
+++ /work/SRC/openSUSE:Factory/.sdbootutil.new.7373/sdbootutil.changes  
2025-07-15 16:41:58.303315728 +0200
@@ -1,0 +2,6 @@
+Mon Jul 14 07:36:25 UTC 2025 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Update to version 1+git20250710.d8e5d82:
+  * Check for transactional systems by actually checking ro status, not mount 
attributes
+
+-------------------------------------------------------------------

Old:
----
  sdbootutil-1+git20250613.ee73e55.obscpio

New:
----
  sdbootutil-1+git20250710.d8e5d82.obscpio

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

Other differences:
------------------
++++++ sdbootutil.spec ++++++
--- /var/tmp/diff_new_pack.IHSIF2/_old  2025-07-15 16:41:59.163351650 +0200
+++ /var/tmp/diff_new_pack.IHSIF2/_new  2025-07-15 16:41:59.167351818 +0200
@@ -18,7 +18,7 @@
 
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 Name:           sdbootutil
-Version:        1+git20250613.ee73e55
+Version:        1+git20250710.d8e5d82
 Release:        0
 Summary:        bootctl wrapper for BLS boot loaders
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.IHSIF2/_old  2025-07-15 16:41:59.207353488 +0200
+++ /var/tmp/diff_new_pack.IHSIF2/_new  2025-07-15 16:41:59.211353655 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/sdbootutil.git</param>
-              <param 
name="changesrevision">ee73e557c469c5929161ca01520c1535a23bae0a</param></service></servicedata>
+              <param 
name="changesrevision">d8e5d82c50bc977118429e64d46086128d3cdf32</param></service></servicedata>
 (No newline at EOF)
 

++++++ sdbootutil-1+git20250613.ee73e55.obscpio -> 
sdbootutil-1+git20250710.d8e5d82.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sdbootutil-1+git20250613.ee73e55/10-sdbootutil.snapper 
new/sdbootutil-1+git20250710.d8e5d82/10-sdbootutil.snapper
--- old/sdbootutil-1+git20250613.ee73e55/10-sdbootutil.snapper  2025-06-13 
11:29:28.000000000 +0200
+++ new/sdbootutil-1+git20250710.d8e5d82/10-sdbootutil.snapper  2025-07-10 
22:36:52.000000000 +0200
@@ -6,7 +6,7 @@
 # check whether it's a transactional system
 is_transactional()
 {
-       findmnt --fstab / -O ro >/dev/null
+       [ ! -w /usr ] && [ -w /etc ]
 }
 
 # when creating a snapshot we fetch all bls configs from previous snapshot dir,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sdbootutil-1+git20250613.ee73e55/sdbootutil 
new/sdbootutil-1+git20250710.d8e5d82/sdbootutil
--- old/sdbootutil-1+git20250613.ee73e55/sdbootutil     2025-06-13 
11:29:28.000000000 +0200
+++ new/sdbootutil-1+git20250710.d8e5d82/sdbootutil     2025-07-10 
22:36:52.000000000 +0200
@@ -333,7 +333,7 @@
 
 is_transactional()
 {
-       findmnt --fstab / -O ro >/dev/null
+       [ ! -w /usr ] && [ -w /etc ]
 }
 
 keyctl_add_with_timeout()

++++++ sdbootutil.obsinfo ++++++
--- /var/tmp/diff_new_pack.IHSIF2/_old  2025-07-15 16:41:59.331358667 +0200
+++ /var/tmp/diff_new_pack.IHSIF2/_new  2025-07-15 16:41:59.331358667 +0200
@@ -1,5 +1,5 @@
 name: sdbootutil
-version: 1+git20250613.ee73e55
-mtime: 1749806968
-commit: ee73e557c469c5929161ca01520c1535a23bae0a
+version: 1+git20250710.d8e5d82
+mtime: 1752179812
+commit: d8e5d82c50bc977118429e64d46086128d3cdf32
 

Reply via email to