From d4ed6dd2fdc4d66700e4b03663d0c5e1bfd77ff4 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:36:34 +0100 Subject: [PATCH] Release 219-5mamba --- ...9-silend-about-device-appeared-twice.patch | 23 +++++++++++++++++++ systemd.spec | 7 +++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 systemd-219-silend-about-device-appeared-twice.patch diff --git a/systemd-219-silend-about-device-appeared-twice.patch b/systemd-219-silend-about-device-appeared-twice.patch new file mode 100644 index 0000000..a5594f6 --- /dev/null +++ b/systemd-219-silend-about-device-appeared-twice.patch @@ -0,0 +1,23 @@ +From 5259bcf6a638d8d489db1ddefd55327aa15f3e51 Mon Sep 17 00:00:00 2001 +From: Lennart Poettering +Date: Thu, 23 Apr 2015 13:50:01 +0200 +Subject: core: downgrade warning about duplicate device names + +http://lists.freedesktop.org/archives/systemd-devel/2015-April/031094.html + +diff --git a/src/core/device.c b/src/core/device.c +index dca2a82..43c4c67 100644 +--- a/src/core/device.c ++++ b/src/core/device.c +@@ -282,7 +282,7 @@ static int device_setup_unit(Manager *m, struct udev_device *dev, const char *pa + if (u && + DEVICE(u)->sysfs && + !path_equal(DEVICE(u)->sysfs, sysfs)) { +- log_unit_error(u->id, "Device %s appeared twice with different sysfs paths %s and %s", e, DEVICE(u)->sysfs, sysfs); ++ log_unit_debug(u->id, "Device %s appeared twice with different sysfs paths %s and %s", e, DEVICE(u)->sysfs, sysfs); + return -EEXIST; + } + +-- +cgit v0.10.2 + diff --git a/systemd.spec b/systemd.spec index 93041cc..391e3c9 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,7 +25,7 @@ Name: systemd Epoch: 2 Version: 219 -Release: 4mamba +Release: 5mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -56,6 +56,7 @@ Patch10: systemd-218-glibc-2.19.patch Patch11: systemd-219-rework_device_state_logic.patch Patch12: systemd-219-upstream_dont_change_devices_state_to_tentative.patch Patch13: systemd-219-upstream_do_not_spawn_jobs_or_during_coldplug.patch +Patch14: systemd-219-silend-about-device-appeared-twice.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -218,6 +219,7 @@ This package include development files for building software using udev librarie %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 %build %configure \ @@ -663,6 +665,9 @@ fi %{_datadir}/pkgconfig/udev.pc %changelog +* Sun Jun 14 2015 Silvan Calarco 219-5mamba +- path to silend 'device appeared twice' error,see https://bugs.freedesktop.org/show_bug.cgi?id=90386 + * Wed Mar 25 2015 Silvan Calarco 219-4mamba - other two patches for livecd boot problem