]> git.pld-linux.org Git - packages/nginx.git/commitdiff
package also fastcgi.conf
authorElan Ruusamäe <glen@delfi.ee>
Wed, 26 Oct 2016 21:19:11 +0000 (00:19 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 26 Oct 2016 21:19:11 +0000 (00:19 +0300)
difference with fastcgi_params is just extra SCRIPT_FILENAME fastcgi_param
both come from upstream, dunno why two files

nginx.spec

index daa05f8afc25ccd2c0d8dc3462f3e3b8fbc21ef0..66974cf7b3f4d262dfd418d0cbd2ad7c04fde936 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.11.5
-Release:       0.6
+Release:       0.10
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -448,6 +448,7 @@ fi
 %attr(640,root,root) %{_sysconfdir}/koi-utf
 %attr(640,root,root) %{_sysconfdir}/koi-win
 %attr(640,root,root) %{_sysconfdir}/win-utf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fastcgi.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/nginx.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/proxy.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fastcgi_params
This page took 0.455964 seconds and 4 git commands to generate.