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
6 changed files with 28 additions and 14 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1735717395
commit: fb6819a74b7289c6950e6e4fb0c614eebe4d6df319e0ebffa718983b20138abb
url: https://src.opensuse.org/jengelh/nginx-module-vts
revision: master

View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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>

View File

@@ -18,7 +18,7 @@
%define project_name nginx-module-vts
Name: nginx-module-vts
Version: 0.2.3
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

BIN
v0.2.3.tar.gz (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.