diff options
| -rw-r--r-- | unit.spec | 14 | 
1 files changed, 6 insertions, 8 deletions
@@ -13,12 +13,12 @@  %global gh_owner    nginx  %global project     unit -%global gh_commit   48d79170596d9923f2612d25e5a62ca0999b4313 +%global gh_commit   24ed91f40634372d99f67f0e4e3c2ac0abde81bd  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  Name:              unit  Summary:           NGINX Unit application server -Version:           1.32.1 +Version:           1.33.0  Release:           1%{?dist}  License:           Apache-2.0  URL:               https://unit.nginx.org/ @@ -35,18 +35,14 @@ BuildRequires:     openssl-devel  BuildRequires:     pcre2-devel  # command tool only to pull library dependencies  BuildRequires:     njs -BuildRequires:     libnjs-devel = 0.8.2 +BuildRequires:     libnjs-devel >= 0.8.3  BuildRequires:     systemd  %if %{with wasm}  BuildRequires:     clang  BuildRequires:     llvm  %endif -%if 0%{?rhel} == 7 -%{?systemd_requires} -%else  %{?systemd_ordering} -%endif  Requires(pre):     /usr/sbin/useradd  Requires:          logrotate @@ -183,7 +179,6 @@ More info: https://unit.nginx.org/installation/#official-packages  BANNER  %files -%{!?_licensedir:%global license %%doc}  %license LICENSE  %doc NOTICE CHANGES *.md  %attr(0755,root,root) %{_bindir}/unitc @@ -217,6 +212,9 @@ BANNER  %changelog +* Wed Sep 18 2024 Remi Collet <remi@remirepo.net> - 1.33.0-1 +- update to 1.33.0 using njs 0.8.5 +  * Tue Mar 26 2024 Remi Collet <remi@remirepo.net> - 1.32.1-1  - update to 1.32.1  | 
