From 208fb56369fa72722e7cf753797d006e43f4e5e1 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Mon, 17 Feb 2020 17:36:00 +0800 Subject: [PATCH] enable test --- systemd.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index a2bbf03..651f6cb 100644 --- a/systemd.spec +++ b/systemd.spec @@ -16,7 +16,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 243 -Release: 13 +Release: 14 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -264,7 +264,7 @@ CONFIGURE_OPTS=( -Dhwdb=true -Dsysusers=true -Ddefault-kill-user-processes=false - -Dtests=false + -Dtests=true -Dinstall-tests=false -Dtty-gid=5 -Dusers-gid=100 @@ -1453,6 +1453,12 @@ fi %exclude /usr/share/man/man3/* %changelog +* Mon Feb 17 2020 openEuler Buildteam - 243-14 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:enable tests + * Mon Feb 3 2020 openEuler Buildteam - 243-13 - Type:enhancement - ID:NA -- Gitee