summaryrefslogtreecommitdiffstats
path: root/unit.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-03 18:05:58 +0200
committerRemi Collet <remi@remirepo.net>2021-09-03 18:05:58 +0200
commit1dca2e185976b2814ad351214618dc679a32c236 (patch)
treef989af3d3130dadade8731be69f6ced1e5f0332b /unit.spec
parent00121c48d72e9e10a9faa49dbedc7f6c8366d2cd (diff)
fix build with recent glibc using patch from
https://github.com/nginx/unit/pull/576
Diffstat (limited to 'unit.spec')
-rw-r--r--unit.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/unit.spec b/unit.spec
index 0f70879..e2019c9 100644
--- a/unit.spec
+++ b/unit.spec
@@ -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