From 933c039e049bb89d59c5028875dd5a2fea9c38dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 28 Feb 2020 12:25:15 +0100 Subject: [PATCH] Add --without tests option for quicker builds --- systemd.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemd.spec b/systemd.spec index 096895a..ce1d124 100644 --- a/systemd.spec +++ b/systemd.spec @@ -12,6 +12,8 @@ %global system_unit_dir %{pkgdir}/system %global user_unit_dir %{pkgdir}/user +%bcond_without tests + Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 245~rc1 @@ -516,7 +518,9 @@ python3 %{SOURCE2} %buildroot <