From aae6677197167f03701ec01046e1f39788d05cd0 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 14 May 2021 11:56:25 +0200 Subject: [PATCH] Move the namespace for patches outside source repo Related: #1947937 --- systemd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 6cf1276..3c7a90f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -77,9 +77,9 @@ GIT_DIR=../../src/systemd/.git git diffab -M v233..master@{2017-06-15} -- hwdb/[ # patches in this range before applying upstream pull requests. -# Downstream-only patches (5000–9999) +# Downstream-only patches (9000–9999) # https://github.com/systemd/systemd/pull/17050 -Patch0501: https://github.com/systemd/systemd/pull/17050/commits/f58b96d3e8d1cb0dd3666bc74fa673918b586612.patch +Patch9001: https://github.com/systemd/systemd/pull/17050/commits/f58b96d3e8d1cb0dd3666bc74fa673918b586612.patch BuildRequires: gcc BuildRequires: gcc-c++