From 836abe5c1f769f313a0878cb8fc48f1e4f5c773beef4e8223d6f49305cb218a3 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 7 Jul 2017 09:41:41 +0000 Subject: [PATCH] - fix build macro with rpm < 4.12 (non-Factory currently) OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/bubblewrap?expand=0&rev=5 --- bubblewrap.changes | 5 +++++ bubblewrap.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bubblewrap.changes b/bubblewrap.changes index 645bffb..77e9190 100644 --- a/bubblewrap.changes +++ b/bubblewrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 7 09:40:27 UTC 2017 - sebix+novell.com@sebix.at + +- fix build macro with rpm < 4.12 (non-Factory currently) + ------------------------------------------------------------------- Thu May 25 21:15:49 UTC 2017 - sebix+novell.com@sebix.at diff --git a/bubblewrap.spec b/bubblewrap.spec index 5c842e8..1dce4c2 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -49,7 +49,7 @@ sed -i '1d' completions/bash/bwrap %build env NOCONFIGURE=1 ./autogen.sh %configure --disable-silent-rules --with-priv-mode=none -%make_build +make %{?_smp_mflags} %install %make_install DESTDIR=%{buildroot} INSTALL="install -p -c"