Commit af23124f authored by Geoff Simmons's avatar Geoff Simmons

RPM builds run make -j.

parent cfec3ae3
...@@ -9,7 +9,7 @@ Group: System Environment/Daemons ...@@ -9,7 +9,7 @@ Group: System Environment/Daemons
URL: https://code.uplex.de/uplex-varnish/libvmod-re2 URL: https://code.uplex.de/uplex-varnish/libvmod-re2
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
# varnish from varnish6 at packagecloud # varnish from varnish60 at packagecloud
Requires: varnish >= 6.0.0 Requires: varnish >= 6.0.0
Requires: re2 >= 20150501 Requires: re2 >= 20150501
...@@ -44,11 +44,11 @@ engine. ...@@ -44,11 +44,11 @@ engine.
%configure %configure
make make -j
%check %check
make check make -j check
%install %install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment