forked from pool/nginx-module-vts
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
e0eb8eb3b0 | |||
|
cab0daa672 | ||
d345b607a7 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1735717395
|
||||
commit: fb6819a74b7289c6950e6e4fb0c614eebe4d6df319e0ebffa718983b20138abb
|
||||
url: https://src.opensuse.org/jengelh/nginx-module-vts
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9e2e3004a18881f2ce3f76c045da3e33edb4423e9d54fc2f62525913171a1c9
|
||||
size 256
|
@ -1,20 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define project_name nginx-module-vts
|
||||
Name: nginx-module-vts
|
||||
Version: 0.2.4
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
Summary: Nginx virtual host traffic status module
|
||||
License: BSD-2-Clause
|
||||
@ -26,6 +26,7 @@ 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
|
||||
|
||||
@ -45,16 +46,11 @@ cd nginx
|
||||
%make_build modules
|
||||
|
||||
%install
|
||||
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
|
||||
mkdir -p %buildroot/%ngx_module_dir
|
||||
install -D -m 0644 nginx/objs/ngx_http_vhost_traffic_status_module.so %buildroot/%ngx_module_dir
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%ngx_module_dir/*.so
|
||||
%_datadir/nginx/
|
||||
|
||||
%changelog
|
||||
|
BIN
v0.2.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
v0.2.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
v0.2.4.tar.gz
(Stored with Git LFS)
BIN
v0.2.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user