diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-26 08:09:29 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-26 08:09:29 +0100 |
commit | 4cd44b85ecb86b3f3ac0909c9316ac5400a47044 (patch) | |
tree | 1517183b8140e0ab684d0d6994d5e1d0cc552237 /unit.spec | |
parent | c814dee7d503a665a9c88ac630d4f8dddd93cf71 (diff) |
update to 1.23.0
Diffstat (limited to 'unit.spec')
-rw-r--r-- | unit.spec | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 <remi@remirepo.net> - 1.23.0-1 +- update to 1.23.0 + * Fri Feb 5 2021 Remi Collet <remi@remirepo.net> - 1.22.0-1 - update to 1.22.0 |