From 0d28b81525c3b9f1ec34e673e548591fe83eb5c7 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 13 Feb 2020 00:30:50 +0000 Subject: [PATCH] Use make_build macro instead of just make https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make --- mod_auth_openidc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mod_auth_openidc.spec b/mod_auth_openidc.spec index 857dfce..840f27b 100644 --- a/mod_auth_openidc.spec +++ b/mod_auth_openidc.spec @@ -15,7 +15,7 @@ Name: mod_auth_openidc Version: 2.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server License: ASL 2.0 @@ -52,12 +52,12 @@ autoreconf %{?_with_hiredis} \ %{?_without_hiredis} -make %{?_smp_mflags} +%{make_build} %check export MODULES_DIR=%{_httpd_moddir} export APXS2_OPTS='-S LIBEXECDIR=${MODULES_DIR}' -make test +%{make_build} test %install mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir} @@ -93,6 +93,10 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Thu Feb 13 2020 Tom Stellard - 2.4.1-2 +- Use make_build macro instead of just make +- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make + * Mon Feb 3 2020 Jakub Hrozek - 2.4.1-1 - New upstream version 2.4.1