From 21bfa03947491469c757714dc9e5de79638f1c93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 22 Nov 2021 09:35:25 +0100 Subject: [PATCH] - parallel build is broken, rel 3 --- zephyr.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zephyr.spec b/zephyr.spec index 54dce9d..5ad7cc3 100644 --- a/zephyr.spec +++ b/zephyr.spec @@ -10,7 +10,7 @@ Summary: Project Athena's notification service Summary(pl.UTF-8): Usługa powiadomień z Projektu Athena Name: zephyr Version: 3.1.2 -Release: 2 +Release: 3 License: MIT Group: Libraries #Source0Download: https://github.com/zephyr-im/zephyr/releases @@ -122,7 +122,7 @@ Statyczna biblioteka Zephyr. %{!?with_static_libs:--disable-static} \ %{?with_hesiod:--with-hesiod} \ %{?with_kerberos5:--with-krb5} -%{__make} +%{__make} -j 1 %install rm -rf $RPM_BUILD_ROOT -- 2.44.0