From: Lalufu Date: Thu, 14 Dec 2017 01:09:22 +0000 (+0100) Subject: Add zfs-import.target services in spec file X-Git-Tag: zfs-0.7.5~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30a64ebaeda31051ab46eb1b86d042096b4ec782;p=zfs Add zfs-import.target services in spec file Add missing zfs-import.target to list of systemd services in zfs RPM spec file. Reviewed-by: Niklas Wagner Reviewed-by: Giuseppe Di Natale Reviewed-by: Brian Behlendorf Signed-off-by: Ralf Ertzinger Issue #6953 Closes #6955 --- diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index be883d5b0..666e51b4b 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -220,7 +220,7 @@ image which is ZFS aware. %endif %if 0%{?_systemd} %define systemd --enable-systemd --with-systemdunitdir=%{_unitdir} --with-systemdpresetdir=%{_presetdir} --disable-sysvinit - %define systemd_svcs zfs-import-cache.service zfs-import-scan.service zfs-mount.service zfs-share.service zfs-zed.service zfs.target + %define systemd_svcs zfs-import-cache.service zfs-import-scan.service zfs-mount.service zfs-share.service zfs-zed.service zfs.target zfs-import.target %else %define systemd --enable-sysvinit --disable-systemd %endif