diff options
Diffstat (limited to 'unit.spec')
-rw-r--r-- | unit.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -17,7 +17,7 @@ Name: unit Summary: NGINX Unit application server Version: 1.25.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -30,6 +30,7 @@ Source4: unit.logrotate # Use system crypto policy # https://github.com/nginx/unit/pull/215 Patch0: %{project}-syspol.patch +Patch1: %{project}-build.patch BuildRequires: make BuildRequires: gcc @@ -64,6 +65,7 @@ Library and include files required for NGINX Unit modules development. %prep %setup -qn %{project}-%{gh_commit} %patch0 -p1 -b .syspol +%patch1 -p1 -b .build cp pkg/rpm/rpmbuild/SOURCES/unit.example.config example.config @@ -187,6 +189,10 @@ BANNER %changelog +* Fri Sep 3 2021 Remi Collet <remi@remirepo.net> - 1.25.0-2 +- fix build with recent glibc using patch from + https://github.com/nginx/unit/pull/576 + * Tue Aug 24 2021 Remi Collet <remi@remirepo.net> - 1.25.0-1 - update to 1.25.0 |