From d3af55698513c6307255f85f219d01d6cd86a497 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 23 Nov 2018 17:10:59 +0100 Subject: [PATCH] Explicitly set the init system in the configure step. --- lxcfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lxcfs.spec b/lxcfs.spec index c12b0d9..51f362a 100644 --- a/lxcfs.spec +++ b/lxcfs.spec @@ -1,6 +1,6 @@ Name: lxcfs Version: 3.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FUSE based filesystem for LXC License: ASL 2.0 URL: https://linuxcontainers.org/lxcfs @@ -46,7 +46,7 @@ proc masking feature. %build -%configure +%configure --with-init-script=systemd make %{?_smp_mflags} @@ -86,6 +86,9 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name} %changelog +* Fri Nov 23 2018 Thomas Moschny - 3.0.3-2 +- Explicitly set the init system in the configure step. + * Fri Nov 23 2018 Thomas Moschny - 3.0.3-1 - Update to 3.0.3.