From 423f98550f2c5c567bce20f274f6b33ed4f2f1da Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Nov 2021 15:29:25 +0100 Subject: add patch proposal for https://github.com/nginx/unit/issues/600 --- unit.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'unit.spec') diff --git a/unit.spec b/unit.spec index ec529e2..39c2743 100644 --- a/unit.spec +++ b/unit.spec @@ -17,7 +17,7 @@ Name: unit Summary: NGINX Unit application server Version: 1.26.0 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -33,6 +33,8 @@ Patch0: %{project}-syspol.patch # Workaround for OpenSSL 3.0 # https://github.com/nginx/unit/pull/598 Patch1: %{project}-openssl3.patch +# https://github.com/nginx/unit/issues/600 +Patch2: %{project}-upstream.patch BuildRequires: make BuildRequires: gcc @@ -68,6 +70,7 @@ Library and include files required for NGINX Unit modules development. %setup -qn %{project}-%{gh_commit} %patch0 -p1 -b .syspol %patch1 -p1 -b .openssl3 +%patch2 -p1 -b .stop cp pkg/rpm/rpmbuild/SOURCES/unit.example.config example.config @@ -191,6 +194,9 @@ BANNER %changelog +* Mon Nov 22 2021 Remi Collet - 1.26.0-3 +- add patch proposal for https://github.com/nginx/unit/issues/600 + * Thu Nov 18 2021 Remi Collet - 1.26.0-2 - add better workaround for OpenSSL 3.0 from https://github.com/nginx/unit/pull/598 -- cgit