From 8e9ca8548ef7f559eca2de911f9c0ce67f87589e Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 19 Apr 2017 09:59:19 +0000 Subject: testing/kimchi: upgrade to 2.4.0, modernize APKBUILD --- testing/kimchi/systemd-substitution-with-openrc.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'testing/kimchi/systemd-substitution-with-openrc.patch') diff --git a/testing/kimchi/systemd-substitution-with-openrc.patch b/testing/kimchi/systemd-substitution-with-openrc.patch index 0ca2ff19a9..b05f545530 100644 --- a/testing/kimchi/systemd-substitution-with-openrc.patch +++ b/testing/kimchi/systemd-substitution-with-openrc.patch @@ -1,8 +1,8 @@ diff --git a/utils.py b/utils.py -index 1e2c951..459c76f 100644 +index 22430ce..2ec4845 100644 --- a/utils.py +++ b/utils.py -@@ -263,6 +263,7 @@ def is_libvirtd_up(): +@@ -265,9 +265,11 @@ def is_libvirtd_up(): """ Checks if libvirtd.service is up. """ @@ -12,3 +12,7 @@ index 1e2c951..459c76f 100644 output, error, rc = run_command(cmd, silent=True) - return True if output == 'active\n' else False + return True if "started" in output else False ++ + + + def is_s390x(): -- cgit v1.2.3