]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- rel 2; fix http-uwsgi-temp-path auto/th/nginx-1.12.0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 28 Apr 2017 11:04:11 +0000 (13:04 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 28 Apr 2017 11:04:11 +0000 (13:04 +0200)
nginx.spec

index 79f80a266d53ca344ba13e611651f86f89a1be18..6a265ed13a45a3627a245e2e215c7b37167cd570 100644 (file)
@@ -42,7 +42,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.12.0
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -277,6 +277,7 @@ cp -f configure auto/
        --http-client-body-temp-path=%{_localstatedir}/cache/%{name}/client_body_temp \
        --http-fastcgi-temp-path=%{_localstatedir}/cache/%{name}/fastcgi_temp \
        --http-proxy-temp-path=%{_localstatedir}/cache/%{name}/proxy_temp \
+       --http-uwsgi-temp-path=%{_localstatedir}/cache/%{name}/uwsgi_temp \
        --user=nginx \
        --group=nginx \
        %{?with_select:--with-select_module} \
This page took 0.245249 seconds and 4 git commands to generate.