Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2025-09-11 14:37:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd" Thu Sep 11 14:37:20 2025 rev:456 rq:1303345 version:257.9 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2025-08-06 14:32:43.642615979 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new.1977/systemd.changes 2025-09-11 14:37:21.638775616 +0200 @@ -1,0 +2,10 @@ +Tue Sep 9 08:30:35 UTC 2025 - Franck Bui <[email protected]> + +- Import commit c139debf2c6e9556df8ee6eca77ae18d5b98f027 (merge of v257.9) + + For a complete list of changes, visit: + https://github.com/openSUSE/systemd/compare/835af70f4e4fab4746319145d9fdb1a01e33f4c8...c139debf2c6e9556df8ee6eca77ae18d5b98f027 + +- Rebase 5001-Revert-udev-update-devlink-with-the-newer-device-nod.patch + +------------------------------------------------------------------- Old: ---- systemd-257.7+suse.22.g835af70f4e.tar.xz New: ---- systemd-257.9+suse.23.gc139debf2c.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.o2H5U3/_old 2025-09-11 14:37:22.950831049 +0200 +++ /var/tmp/diff_new_pack.o2H5U3/_new 2025-09-11 14:37:22.954831219 +0200 @@ -31,9 +31,9 @@ %bcond_with obs_service_set_version %if %{without obs_service_set_version} -%define systemd_version 257.7 +%define systemd_version 257.9 %define systemd_release 0 -%define archive_version +suse.22.g835af70f4e +%define archive_version +suse.23.gc139debf2c %endif %define _testsuitedir %{_systemd_util_dir}/tests ++++++ 5001-Revert-udev-update-devlink-with-the-newer-device-nod.patch ++++++ --- /var/tmp/diff_new_pack.o2H5U3/_old 2025-09-11 14:37:22.990832740 +0200 +++ /var/tmp/diff_new_pack.o2H5U3/_new 2025-09-11 14:37:22.994832909 +0200 @@ -1,8 +1,8 @@ -From f847d3d3b73c22c674bb713f179522cef8ddabb7 Mon Sep 17 00:00:00 2001 +From 6b03bc81cccec72f6e6ee31e8b08816713c42dac Mon Sep 17 00:00:00 2001 From: Franck Bui <[email protected]> Date: Fri, 12 Jan 2024 10:54:57 +0100 -Subject: [PATCH 5001/5002] Revert "udev: update devlink with the newer device - node even when priority is equivalent" +Subject: [PATCH] Revert "udev: update devlink with the newer device node + even when priority is equivalent" This reverts commit 277cb24ffb7a520f640eb36d11340f11bf0c7c4f. --- @@ -10,27 +10,27 @@ 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/udev/udev-node.c b/src/udev/udev-node.c -index 673f723ff2..6e2fff72e9 100644 +index 412775b38b..94149d7115 100644 --- a/src/udev/udev-node.c +++ b/src/udev/udev-node.c -@@ -457,13 +457,13 @@ static int link_update(sd_device *dev, const char *slink, bool add) { - /* The devlink priority is downgraded. Another device may have a higher - * priority now. Let's find the device node with the highest priority. */ - } else { -- if (current_prio > prio) -- /* The devlink with a higher priority already exists and is owned by -- * another device. Hence, it is not necessary to recreate it. */ -+ if (current_prio >= prio) -+ /* The devlink with equal or higher priority already exists and is -+ * owned by another device. Hence, it is not necessary to recreate it. */ - return 0; +@@ -538,13 +538,13 @@ static int link_update(sd_device *dev, const char *slink, bool add) { + return link_search_and_update(dev, slink, dirfd, add); + } -- /* This device has the equal or a higher priority than the current. Let's -- * create the devlink to our device node. */ -+ /* This device has a higher priority than the current. Let's create the -+ * devlink to our device node. */ - return node_create_symlink(dev, /* devnode = */ NULL, slink); - } +- if (current_prio > prio) +- /* The devlink with a higher priority already exists and is owned by another device. Hence, +- * it is not necessary to recreate it. */ ++ if (current_prio >= prio) ++ /* The devlink with equal or higher priority already exists and is owned by another ++ * device. Hence, it is not necessary to recreate it. */ + return 0; + +- /* This device has the equal or a higher priority than the current. Let's create the devlink to our +- * device node. */ ++ /* This device has a higher priority than the current. Let's create the devlink to our device ++ * node. */ + return node_create_symlink(dev, /* devnode = */ NULL, slink); + } -- 2.43.0 ++++++ files.devel-doc ++++++ --- /var/tmp/diff_new_pack.o2H5U3/_old 2025-09-11 14:37:23.090836965 +0200 +++ /var/tmp/diff_new_pack.o2H5U3/_new 2025-09-11 14:37:23.090836965 +0200 @@ -122,6 +122,7 @@ %{_mandir}/man3/sd-journal.3.gz %{_mandir}/man3/sd-json.3.gz %{_mandir}/man3/sd-login.3.gz +%{_mandir}/man3/sd-path.3.gz %{_mandir}/man3/sd-varlink.3.gz %{_mandir}/man3/sd_booted.3.gz %{_mandir}/man3/sd_bus_add_fallback.3.gz ++++++ files.udev ++++++ --- /var/tmp/diff_new_pack.o2H5U3/_old 2025-09-11 14:37:23.238843218 +0200 +++ /var/tmp/diff_new_pack.o2H5U3/_new 2025-09-11 14:37:23.242843387 +0200 @@ -277,9 +277,7 @@ %{_udevhwdbdir}/70-cameras.hwdb %{_udevhwdbdir}/70-hardware-wallets.hwdb %{_udevhwdbdir}/70-joystick.hwdb -%if %{with upstream} %{_udevhwdbdir}/70-maker-tools.hwdb -%endif %{_udevhwdbdir}/70-mouse.hwdb %{_udevhwdbdir}/70-pda.hwdb %{_udevhwdbdir}/70-pointingstick.hwdb ++++++ systemd-257.7+suse.22.g835af70f4e.tar.xz -> systemd-257.9+suse.23.gc139debf2c.tar.xz ++++++ /work/SRC/openSUSE:Factory/systemd/systemd-257.7+suse.22.g835af70f4e.tar.xz /work/SRC/openSUSE:Factory/.systemd.new.1977/systemd-257.9+suse.23.gc139debf2c.tar.xz differ: char 26, line 1
