From 299f45ad51229f20a97d0baded46e5bae4a23635 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 28 Feb 2023 20:15:53 +0100 Subject: Adding rediffed patch from ubuntu to fix empty spaces in timer unit files. Signed-off-by: Daniel Baumann --- ...heck-fix-empty-spaces-in-timer-unit-files.patch | 34 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 35 insertions(+) create mode 100644 debian/patches/debian/0011-mdcheck-fix-empty-spaces-in-timer-unit-files.patch diff --git a/debian/patches/debian/0011-mdcheck-fix-empty-spaces-in-timer-unit-files.patch b/debian/patches/debian/0011-mdcheck-fix-empty-spaces-in-timer-unit-files.patch new file mode 100644 index 0000000..019d993 --- /dev/null +++ b/debian/patches/debian/0011-mdcheck-fix-empty-spaces-in-timer-unit-files.patch @@ -0,0 +1,34 @@ +Author: Eric Desrochers +Description: mdcheck fix empty spaces in timer unit files (LP: #1852747). + dh_installsystemd is failling thus FBTFS because of the spaces + in the systemd unit timer files directive. + +diff -Naurp mdadm.orig/systemd/mdcheck_continue.timer mdadm/systemd/mdcheck_continue.timer +--- mdadm.orig/systemd/mdcheck_continue.timer ++++ mdadm/systemd/mdcheck_continue.timer +@@ -14,4 +14,4 @@ RandomizedDelaySec=12h + Persistent=true + + [Install] +-WantedBy= mdmonitor.service ++WantedBy=mdmonitor.service +diff -Naurp mdadm.orig/systemd/mdcheck_start.timer mdadm/systemd/mdcheck_start.timer +--- mdadm.orig/systemd/mdcheck_start.timer ++++ mdadm/systemd/mdcheck_start.timer +@@ -14,5 +14,5 @@ RandomizedDelaySec=24h + Persistent=true + + [Install] +-WantedBy= mdmonitor.service +-Also= mdcheck_continue.timer ++WantedBy=mdmonitor.service ++Also=mdcheck_continue.timer +diff -Naurp mdadm.orig/systemd/mdmonitor-oneshot.timer mdadm/systemd/mdmonitor-oneshot.timer +--- mdadm.orig/systemd/mdmonitor-oneshot.timer ++++ mdadm/systemd/mdmonitor-oneshot.timer +@@ -14,4 +14,4 @@ RandomizedDelaySec=24h + Persistent=true + + [Install] +-WantedBy= mdmonitor.service ++WantedBy=mdmonitor.service diff --git a/debian/patches/series b/debian/patches/series index 93bdb4d..b6e5be4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ debian/0007-no-Werror.patch debian/0008-test-installed.patch debian/0009-randomize-timers.patch debian/0010-systemd-honor-debconf-daily-scan.patch +debian/0011-mdcheck-fix-empty-spaces-in-timer-unit-files.patch -- cgit v1.2.3