From 41ac354140169430f7bc8bc8885b5f953ee51bfd Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Mon, 28 Jun 2021 14:51:22 +0900 Subject: [PATCH] Enable virtualization feature From now on, tizen supports docker. Change-Id: I2ec4d5a9266fb5190279e57906a056d090b8eb9a --- packaging/systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/systemd.spec b/packaging/systemd.spec index 03feb75..5ab007a 100644 --- a/packaging/systemd.spec +++ b/packaging/systemd.spec @@ -12,7 +12,7 @@ %define WITH_MACHINED 0 %define WITH_DOC 0 %define WITH_HOSTNAMED 0 -%define WITH_VIRT 0 +%define WITH_VIRT 1 %define build_dir _build %define dbuspolicydir %{_datadir}/dbus-1 -- 2.7.4