﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1354	add another conditional to nginx.spec.in to support fedora builds	3van@…		"use_systemd already gets defined for builds on Fedora, so the only other change is to add it to the if block for RHEL 7:


{{{
--- ./a/rpm/SPECS/nginx.spec.in
+++ ./b/rpm/SPECS/nginx.spec.in
@@ -25,7 +25,7 @@
 BuildRequires: openssl-devel >= 1.0.1
 %endif
 
-%if 0%{?rhel} == 7
+%if 0%{?rhel} == 7 || 0{?fedora} >= 18
 %define _group System Environment/Daemons
 %define epoch 1
 Epoch: %{epoch}
}}}

Without this, builds fail in a sandboxed environment due to the missing OpenSSL dependency.
"	enhancement	closed	minor		nginx-package	1.13.x	wontfix				nginx version: nginx/1.13.3
