From fa19e0f1a72d3a41ac812b7a94cd7d1237acebf3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 5 Mar 2015 21:52:29 +0100 Subject: [PATCH] systemd: revert systemd commit 06e9788, see RedHat BZ1196417 Signed-off-by: Stephan Raue --- .../systemd-99.02-RH1196417-revert-06e9788.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/sysutils/systemd/patches/systemd-99.02-RH1196417-revert-06e9788.patch diff --git a/packages/sysutils/systemd/patches/systemd-99.02-RH1196417-revert-06e9788.patch b/packages/sysutils/systemd/patches/systemd-99.02-RH1196417-revert-06e9788.patch new file mode 100644 index 0000000000..f6ee87bc44 --- /dev/null +++ b/packages/sysutils/systemd/patches/systemd-99.02-RH1196417-revert-06e9788.patch @@ -0,0 +1,12 @@ +diff -Naur systemd-219/src/core/mount.c systemd-219.patch/src/core/mount.c +--- systemd-219/src/core/mount.c 2015-02-03 02:00:06.169044215 +0100 ++++ systemd-219.patch/src/core/mount.c 2015-03-05 21:50:04.567090596 +0100 +@@ -300,7 +300,7 @@ + + assert(m); + +- p = get_mount_parameters(m); ++ p = get_mount_parameters_fragment(m); + if (!p) + return 0; +