From 4cd44b85ecb86b3f3ac0909c9316ac5400a47044 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Mar 2021 08:09:29 +0100 Subject: update to 1.23.0 --- unit.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'unit.spec') diff --git a/unit.spec b/unit.spec index 05252f2..a5b802e 100644 --- a/unit.spec +++ b/unit.spec @@ -11,12 +11,12 @@ %global gh_owner nginx %global project unit -%global gh_commit 98228f8ac878799e8265658d990bbff94675856b +%global gh_commit 71d3700951f04a8f69664b5671864c824874b18e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.22.0 +Version: 1.23.0 Release: 1%{?dist} License: ASL 2.0 URL: https://unit.nginx.org/ @@ -28,7 +28,8 @@ Source3: unit.sysconf Source4: unit.logrotate # Use system crypto policy -Patch0: https://github.com/nginx/unit/pull/215.patch +# https://github.com/nginx/unit/pull/215 +Patch0: %{project}-syspol.patch BuildRequires: make BuildRequires: gcc @@ -101,7 +102,7 @@ make %{?_smp_mflags} %install -DESTDIR=%{buildroot} make unitd-install libunit-install +DESTDIR=%{buildroot} make unitd-install libunit-install manpage-install install -m755 build-debug/unitd %{buildroot}%{_sbindir}/unitd-debug install -m644 build-debug/libunit.a %{buildroot}%{_libdir}/libunit-debug.a @@ -171,6 +172,7 @@ BANNER %dir %{_sharedstatedir}/unit %dir %attr(0700,root,root) %{_localstatedir}/log/unit %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} +%{_mandir}/man8/unitd.8* %dir %{_sysconfdir}/systemd/system/%{name}.service.d %{_unitdir}/unit.service @@ -185,6 +187,9 @@ BANNER %changelog +* Fri Mar 26 2021 Remi Collet - 1.23.0-1 +- update to 1.23.0 + * Fri Feb 5 2021 Remi Collet - 1.22.0-1 - update to 1.22.0 -- cgit