Automatic commit of package [nginx] minor release [1.15.9-0.beta1].

Created by command:

/usr/bin/tito tag --use-version 1.15.9 --use-release 0.beta1%{?dist}
This commit is contained in:
Daniel Berteaud 2019-02-28 13:00:59 +01:00
parent 8b267e80bf
commit a5f17a843a
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
1.15.8-1 ./
1.15.9-0.beta1 ./

View File

@ -20,7 +20,7 @@
Name: nginx
Epoch: 1
Version: 1.15.9
Release: 1%{?dist}
Release: 0.beta1%{?dist}
Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons
@ -540,6 +540,9 @@ fi
%config(noreplace) %{_sysconfdir}/nginx/naxsi_core.rules
%changelog
* Thu Feb 28 2019 Daniel Berteaud <daniel@firewall-services.com> 1.15.9-0.beta1
- Update nginx to 1.15.9 and lua mod to 0.10.14 (daniel@firewall-services.com)
* Mon Dec 03 2018 Daniel Berteaud <daniel@firewall-services.com> 1.15.7-1
- Switch to lfs to track archives and update to 1.15.7 (daniel@firewall-
services.com)