From 5e0a173c2a3d91aced9d20ebd84848d9b774aef5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 21 Feb 2015 18:49:45 +0100 Subject: [PATCH] - linking borkage doesn't work well with parallel make - rel 3 --- ceph.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index d1505cb..549bd0d 100644 --- a/ceph.spec +++ b/ceph.spec @@ -16,7 +16,7 @@ Summary: User space components of the Ceph file system Summary(pl.UTF-8): Działające w przestrzeni użytkownika elementy systemu plików Ceph Name: ceph Version: 0.92 -Release: 2 +Release: 3 License: LGPL v2.1 (libraries), GPL v2 (some programs) Group: Base Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2 @@ -224,7 +224,7 @@ Agenci OCF do monitorowania procesów Cepha. %{?with_java:--enable-cephfs-java --with-jdk-dir=%{_jvmdir}/java} \ --disable-silent-rules -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT -- 2.44.0