Automatic commit of package [nginx] minor release [1.15.10-1].

Created by command:

/usr/bin/tito tag --use-version 1.15.10 --use-release 1%{?dist}
This commit is contained in:
Daniel Berteaud 2019-03-27 16:19:28 +01:00
parent a400210ba1
commit 86cedb8650
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
1.15.9-1 ./
1.15.10-1 ./

View File

@ -19,7 +19,7 @@
Name: nginx
Epoch: 1
Version: 1.15.9
Version: 1.15.10
Release: 1%{?dist}
Summary: A high performance web server and reverse proxy server
@ -540,6 +540,10 @@ fi
%config(noreplace) %{_sysconfdir}/nginx/naxsi_core.rules
%changelog
* Wed Mar 27 2019 Daniel Berteaud <daniel@firewall-services.com> 1.15.10-1
- Remove 1.15.9 tarball (daniel@firewall-services.com)
- Update to 1.15.10 (daniel@firewall-services.com)
* Thu Feb 28 2019 Daniel Berteaud <daniel@firewall-services.com> 1.15.9-1
- Add missing pgp sig (daniel@firewall-services.com)