4 Commits

Author SHA256 Message Date
fd86153a29 Provide a module autoloading config fragment 2025-05-16 13:12:38 +02:00
4935f4e9d7 Delete BuildRequire on pcre 2025-03-27 02:10:49 +01:00
015537285e nginx-module-vts 0.2.4 2025-03-18 15:42:21 +01:00
fb6819a74b nginx-module-vts 0.2.3 2025-01-01 08:43:15 +01:00
4 changed files with 35 additions and 8 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu May 15 07:15:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Provide a module autoloading config fragment
-------------------------------------------------------------------
Thu Mar 27 01:10:28 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Delete unused build dependency on PCRE [boo#1239998]
-------------------------------------------------------------------
Tue Mar 18 14:41:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.2.4
* Support query string encoding for control API
* Introduce ``vhost_traffic_status_stats_by_upstream``
-------------------------------------------------------------------
Wed Jan 1 07:42:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.2.3
* fix encodeURI into template
-------------------------------------------------------------------
Wed Jul 26 09:41:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package nginx-module-vts
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define project_name nginx-module-vts
Name: nginx-module-vts
Version: 0.2.2
Version: 0.2.4
Release: 0
Summary: Nginx virtual host traffic status module
License: BSD-2-Clause
@@ -26,7 +26,6 @@ Group: Productivity/Networking/Web/Proxy
URL: https://github.com/vozlt/nginx-module-vts
Source: https://github.com/vozlt/nginx-module-vts/archive/refs/tags/v%version.tar.gz
BuildRequires: nginx-source
BuildRequires: pcre-devel
%ngx_conditionals
%ngx_requires
@@ -46,11 +45,16 @@ cd nginx
%make_build modules
%install
mkdir -p %buildroot/%ngx_module_dir
install -D -m 0644 nginx/objs/ngx_http_vhost_traffic_status_module.so %buildroot/%ngx_module_dir
b="%buildroot"
mkdir -p "$b/%ngx_module_dir" "$b/%_datadir/nginx/modules"
install -D -m 0644 nginx/objs/ngx_http_vhost_traffic_status_module.so "$b/%ngx_module_dir/"
cat >"$b/%_datadir/nginx/modules/mod-vts.conf" <<-EOF
load_module %ngx_module_dir/ngx_http_vhost_traffic_status_module.so;
EOF
%files
%license LICENSE
%ngx_module_dir/*.so
%_datadir/nginx/
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9353035331cfc5eec6c129eb8b348dab77f525329d4d60680a76e0c13c085f41
size 180500

BIN
v0.2.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.