From d506d2d3cbf104be83f2437818c6310de9c4dbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Mon, 16 Jul 2018 15:20:11 +0200 Subject: [PATCH] Add gcc to BuildRequires to account for removal from default buildroot --- nginx.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nginx.spec b/nginx.spec index 8ca7aa8..225ff6e 100644 --- a/nginx.spec +++ b/nginx.spec @@ -21,7 +21,7 @@ Name: nginx Epoch: 1 Version: 1.12.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -57,6 +57,7 @@ Patch1: 0001-unix-ngx_user-Apply-fix-for-really-old-bug-in-glibc-.pat # previous 644 Patch2: nginx-1.12.1-logs-perm.patch +BuildRequires: gcc %if 0%{?with_gperftools} BuildRequires: gperftools-devel %endif @@ -450,6 +451,10 @@ fi %changelog +* Mon Jul 16 2018 Tadej Janež - 1:1.12.1-11 +- Add gcc to BuildRequires to account for + https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot + * Fri Jul 13 2018 Fedora Release Engineering - 1:1.12.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild