diff --git a/iproute2.changes b/iproute2.changes index 31f200d..75cc75c 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 07:02:32 UTC 2019 - Martin Liška + +- Use %make_build. + ------------------------------------------------------------------- Thu Jul 18 07:39:53 UTC 2019 - Michal Kubeček diff --git a/iproute2.spec b/iproute2.spec index 03d0eff..29b5b6f 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -101,7 +101,7 @@ find . -name *.orig -delete # https://bugzilla.novell.com/show_bug.cgi?id=388021 xt_libdir="$(pkg-config xtables --variable=xtlibdir)" xt_cflags="$(pkg-config xtables --cflags)" -make %{?_smp_mflags} CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags" +%make_build CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -Wno-error -fPIC -DXT_LIB_DIR=\\\"$xt_libdir\\\" $xt_cflags" %install b="%buildroot"