forked from pool/systemd
- Add 5000-rules-add-missing-line-continuation.patch until commit
de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 is backported to the v252 stable tree. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1339
This commit is contained in:
parent
eb82755104
commit
13d51971ec
28
5000-rules-add-missing-line-continuation.patch
Normal file
28
5000-rules-add-missing-line-continuation.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Yu Watanabe <watanabe.yu+github@gmail.com>
|
||||||
|
Date: Wed, 21 Dec 2022 17:32:56 +0900
|
||||||
|
Subject: [PATCH 5000/5000] rules: add missing line continuation
|
||||||
|
|
||||||
|
Fixes a bug introduced by 953c928c24455744d5534679998d129b947a5e04.
|
||||||
|
|
||||||
|
Fixes #25811.
|
||||||
|
---
|
||||||
|
rules.d/60-evdev.rules | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/rules.d/60-evdev.rules b/rules.d/60-evdev.rules
|
||||||
|
index 15483101e7..c97cdecb58 100644
|
||||||
|
--- a/rules.d/60-evdev.rules
|
||||||
|
+++ b/rules.d/60-evdev.rules
|
||||||
|
@@ -6,7 +6,7 @@ KERNEL!="event*", GOTO="evdev_end"
|
||||||
|
# Execute the match patterns below, from least-to-most specific.
|
||||||
|
|
||||||
|
# Device matching the modalias string (bustype, vendor, product, version, other properties)
|
||||||
|
-IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:",
|
||||||
|
+IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:", \
|
||||||
|
ENV{.HAVE_HWDB_PROPERTIES}="1"
|
||||||
|
|
||||||
|
# AT keyboard matching by the machine's DMI data
|
||||||
|
--
|
||||||
|
2.35.3
|
||||||
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 6 10:10:37 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Add 5000-rules-add-missing-line-continuation.patch until commit
|
||||||
|
de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 is backported to the v252 stable
|
||||||
|
tree.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 21 07:31:38 UTC 2022 - Franck Bui <fbui@suse.com>
|
Wed Dec 21 07:31:38 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -216,6 +216,7 @@ Patch1000: 1000-Revert-getty-Pass-tty-to-use-by-agetty-via-stdin.patch
|
|||||||
# very few cases, some stuff might be broken in upstream and need to be fixed
|
# very few cases, some stuff might be broken in upstream and need to be fixed
|
||||||
# quickly. But even in these cases, the patches are temporary and should be
|
# quickly. But even in these cases, the patches are temporary and should be
|
||||||
# removed as soon as a fix is merged by upstream.
|
# removed as soon as a fix is merged by upstream.
|
||||||
|
Patch5000: 5000-rules-add-missing-line-continuation.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Systemd is a system and service manager, compatible with SysV and LSB
|
Systemd is a system and service manager, compatible with SysV and LSB
|
||||||
|
Loading…
Reference in New Issue
Block a user