]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- rel 2; fix module name auto/th/nginx-1.15.10-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Apr 2019 08:03:57 +0000 (10:03 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Apr 2019 08:03:57 +0000 (10:03 +0200)
nginx.spec

index 0a88cad5ae2d33b77481ff6dd9a62e7d46dc04d2..ee4cfd739417686038e8a7b01450f947cb0949e3 100644 (file)
@@ -44,7 +44,7 @@ Summary(pl.UTF-8):    Serwer HTTP i odwrotne proxy o wysokiej wydajności
 # - mainline: production quality but API can change
 Name:          nginx
 Version:       1.15.10
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -407,7 +407,7 @@ load_module http_xslt_filter
 %if %{with mail}
 load_module mail
 %endif
-%{?with_vts:load_module vts}
+%{?with_vts:load_module http_vhost_traffic_status}
 %if %{with stream}
 load_module stream
 %endif
@@ -543,7 +543,7 @@ fi
 %if %{with vts}
 %files mod_vts
 %defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modules.d/mod_vts.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modules.d/mod_http_vhost_traffic_status.conf
 %attr(755,root,root) %{_libdir}/%{name}/modules/ngx_http_vhost_traffic_status_module.so
 %endif
 
This page took 0.189457 seconds and 4 git commands to generate.