Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suse-module-tools for openSUSE:Factory checked in at 2026-07-20 09:57:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old) and /work/SRC/openSUSE:Factory/.suse-module-tools.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-module-tools" Mon Jul 20 09:57:25 2026 rev:99 rq:1366439 version:16.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes 2026-05-16 19:24:39.658370731 +0200 +++ /work/SRC/openSUSE:Factory/.suse-module-tools.new.24530/suse-module-tools.changes 2026-07-20 10:00:01.841524616 +0200 @@ -1,0 +2,7 @@ +Fri Jul 17 16:21:35 UTC 2026 - Martin Wilck <[email protected]> + +- Update to version 16.1.6: + * Add 65-md-raid-properties.rules (bsc#1261555, jsc#PED-16120) + Always set serialize_policy sysfs attribute to 1 for RAID1 arrays + +------------------------------------------------------------------- Old: ---- suse-module-tools-16.1.5.obscpio New: ---- suse-module-tools-16.1.6.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-module-tools.spec ++++++ --- /var/tmp/diff_new_pack.7KIphk/_old 2026-07-20 10:00:04.473613194 +0200 +++ /var/tmp/diff_new_pack.7KIphk/_new 2026-07-20 10:00:04.489613733 +0200 @@ -37,7 +37,7 @@ %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') Name: suse-module-tools -Version: 16.1.5 +Version: 16.1.6 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.7KIphk/_old 2026-07-20 10:00:04.789623829 +0200 +++ /var/tmp/diff_new_pack.7KIphk/_new 2026-07-20 10:00:04.825625041 +0200 @@ -1,5 +1,5 @@ -mtime: 1778862802 -commit: 970d83c299838964ec6c7297d40e1ae539e46ce98f31ec60e111bcb0487cce80 +mtime: 1784305404 +commit: c5931d822dd8f54424c835f030b1185985890c9f6e423ea689d627873cca9a00 url: https://src.opensuse.org/mwilck/suse-module-tools revision: factory ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.7KIphk/_old 2026-07-20 10:00:04.969629887 +0200 +++ /var/tmp/diff_new_pack.7KIphk/_new 2026-07-20 10:00:05.009631233 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/suse-module-tools.git</param> - <param name="changesrevision">8eecf697314544ae71460baf8ec83a80d4101c35</param></service></servicedata> + <param name="changesrevision">aa56d018d9bcd8296cc9255777aef933dc4f71be</param></service></servicedata> (No newline at EOF) ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-07-17 18:23:24.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ suse-module-tools-16.1.5.obscpio -> suse-module-tools-16.1.6.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.1.5/suse-module-tools.spec new/suse-module-tools-16.1.6/suse-module-tools.spec --- old/suse-module-tools-16.1.5/suse-module-tools.spec 2026-05-15 15:57:34.000000000 +0200 +++ new/suse-module-tools-16.1.6/suse-module-tools.spec 2026-07-17 18:19:34.000000000 +0200 @@ -37,7 +37,7 @@ %global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g') Name: suse-module-tools -Version: 16.1.5 +Version: 16.1.6 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-module-tools-16.1.5/udevrules/65-md-raid-properties.rules new/suse-module-tools-16.1.6/udevrules/65-md-raid-properties.rules --- old/suse-module-tools-16.1.5/udevrules/65-md-raid-properties.rules 1970-01-01 01:00:00.000000000 +0100 +++ new/suse-module-tools-16.1.6/udevrules/65-md-raid-properties.rules 2026-07-17 18:19:34.000000000 +0200 @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# Copyright (c) 2026 SUSE LLC +# +# Always set serialize_policy to 1 for MD RAID1 arrays if possible. +# Otherwise, simultaneous writes to a single file can cause data +# inconsistencies (bsc#1261555). +# This setting has a performance impact for workloads with a large +# number of collisions (direct IO writes to the same block) and small block +# sizes. +SUBSYSTEM!="block", GOTO="md_props_end" +KERNEL!="md*", GOTO="md_props_end" +# It's probably enough to do this on "change" events only, but be on the safe side. +ACTION!="add|change", GOTO="md_props_end" + +# The serialize_policy may be "n/a" before array initialization, in which case we can't write it +# Only write "1" if the current value is "0". +TEST=="md/serialize_policy", ATTR{md/serialize_policy}=="0", ATTR{md/serialize_policy}="1" + +LABEL="md_props_end" ++++++ suse-module-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.7KIphk/_old 2026-07-20 10:00:06.049666234 +0200 +++ /var/tmp/diff_new_pack.7KIphk/_new 2026-07-20 10:00:06.053666369 +0200 @@ -1,5 +1,5 @@ name: suse-module-tools -version: 16.1.5 -mtime: 1778853454 -commit: 8eecf697314544ae71460baf8ec83a80d4101c35 +version: 16.1.6 +mtime: 1784305174 +commit: aa56d018d9bcd8296cc9255777aef933dc4f71be
