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"