diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-04 07:58:59 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-04 07:58:59 +0100 |
commit | 2198c9be2c90df8dd0f8cfe8de927063936ae5bf (patch) | |
tree | 228b9a62b3925cf8621556fd42efed745f1232ee | |
parent | 22a5372cf24b0d2e26aa74948b2e797ac880dfc3 (diff) |
-rw-r--r-- | unit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -23,13 +23,13 @@ %global gh_owner nginx %global project unit -%global gh_commit ed6f67d14dc5d03c2b5d10d5bb6eb237f9c9b896 +%global gh_commit 8ab74a8cc929272eb8683d3f6ab4cb406465fd34 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: unit Summary: NGINX Unit application server -Version: 1.34.1 -Release: 3%{?dist} +Version: 1.34.2 +Release: 1%{?dist} # unit is Apache-2.0 # rust libraries are Apache-2.0 or MIT License: Apache-2.0 AND MIT @@ -291,6 +291,9 @@ BANNER %changelog +* Tue Mar 4 2025 Remi Collet <remi@remirepo.net> - 1.34.2-1 +- update to 1.34.2 + * Sat Feb 15 2025 Remi Collet <remi@remirepo.net> - 1.34.1-3 - add a sysusers.d file (Fedora and EL >= 9) |