From e35ec8ff6e3de568bea58b790a2f6ea4ad61d327 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 6 Nov 2018 18:23:39 +0100 Subject: [PATCH] Automatic commit of package [nginx] minor release [1.12.2-20.beta2]. Created by command: /usr/bin/tito tag --use-release 20.beta2%{?dist} --- .tito/packages/nginx | 2 +- nginx.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.tito/packages/nginx b/.tito/packages/nginx index f593230..9c61fef 100644 --- a/.tito/packages/nginx +++ b/.tito/packages/nginx @@ -1 +1 @@ -1.12.2-20.beta1 ./ +1.12.2-20.beta2 ./ diff --git a/nginx.spec b/nginx.spec index 67d5546..e9dbbad 100644 --- a/nginx.spec +++ b/nginx.spec @@ -18,7 +18,7 @@ Name: nginx Epoch: 1 Version: 1.12.2 -Release: 20.beta1%{?dist} +Release: 20.beta2%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -177,7 +177,7 @@ Requires: nginx %package mod-http-lua Summary: nginx lua dynamic modules Version: %{version}.%{lua_version} -Release: %{release} +Release: 20.beta2%{?dist} URL: https://github.com/openresty/lua-nginx-module Group: System Environment/Daemons License: BSD license @@ -192,7 +192,7 @@ nginx lua dynamic modules. %package mod-ndk Summary: nginx ndk dynamic modules Version: %{version}.%{ndk_version} -Release: %{release} +Release: 20.beta2%{?dist} URL: https://github.com/simpl/ngx_devel_kit Group: System Environment/Daemons License: The BSD 3-Clause License @@ -488,6 +488,9 @@ fi %{_libdir}/nginx/modules/ndk_http_module.so %changelog +* Tue Nov 06 2018 Daniel Berteaud 1.12.2-20.beta2 +- Add ndk and lua 3rd party modules (daniel@firewall-services.com) + * Tue Nov 06 2018 Daniel Berteaud 1.12.2-20.beta1 - new package built with tito