From 6778b282c2bd4056a9e1cbe3ae0aa75b4ae6f555 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Thu, 3 Feb 2022 16:10:22 -0500 Subject: Refresh patch --- debian/patches/ubuntu_revert_systemd.patch | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'debian') diff --git a/debian/patches/ubuntu_revert_systemd.patch b/debian/patches/ubuntu_revert_systemd.patch index 9b1b1e78..c8cbc701 100644 --- a/debian/patches/ubuntu_revert_systemd.patch +++ b/debian/patches/ubuntu_revert_systemd.patch @@ -1,11 +1,14 @@ Description: temporarly revert an upstream commit that made udev enabled under lxc -the new systemd doesn't work there (lp: #1914062) +the new systemd doesn't work there (lp: #1914062) +--- + src/libnm-platform/nm-linux-platform.c | 25 +------------------------ + 1 file changed, 1 insertion(+), 24 deletions(-) -Index: network-manager/src/libnm-platform/nm-linux-platform.c -=================================================================== ---- network-manager.orig/src/libnm-platform/nm-linux-platform.c -+++ network-manager/src/libnm-platform/nm-linux-platform.c +diff --git a/src/libnm-platform/nm-linux-platform.c b/src/libnm-platform/nm-linux-platform.c +index 78df53e..2f3d852 100644 +--- a/src/libnm-platform/nm-linux-platform.c ++++ b/src/libnm-platform/nm-linux-platform.c @@ -29,7 +29,6 @@ #include #include @@ -14,7 +17,7 @@ Index: network-manager/src/libnm-platform/nm-linux-platform.c #include #include "libnm-glib-aux/nm-c-list.h" -@@ -9525,34 +9524,12 @@ constructed(GObject *_object) +@@ -9598,34 +9597,12 @@ constructed(GObject *_object) } } @@ -41,7 +44,7 @@ Index: network-manager/src/libnm-platform/nm-linux-platform.c -} - NMPlatform * - nm_linux_platform_new(gboolean log_with_ptr, gboolean netns_support) + nm_linux_platform_new(gboolean log_with_ptr, gboolean netns_support, gboolean cache_tc) { gboolean use_udev = FALSE; -- cgit 1.3.0-6-gf8a5