[packages/nginx] Package scgi.params nad uwsgi.params
jajcus
jajcus at pld-linux.org
Mon Oct 14 16:25:33 CEST 2013
commit 0bc4377642dee0217a0622e0b23c4f1056a32b08
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Mon Oct 14 16:09:25 2013 +0200
Package scgi.params nad uwsgi.params
As we have fastcgi.params (why was it renamed from the default?)
we should package the other _params files too.
nginx.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/nginx.spec b/nginx.spec
index 998c343..9a1c2bd 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -383,6 +383,8 @@ install -d $RPM_BUILD_ROOT/etc/rc.d/init.d \
$RPM_BUILD_ROOT{%{systemdunitdir},/etc/systemd/system}
install conf/fastcgi_params $RPM_BUILD_ROOT%{_sysconfdir}/fastcgi.params
+install conf/scgi_params $RPM_BUILD_ROOT%{_sysconfdir}/scgi.params
+install conf/uwsgi_params $RPM_BUILD_ROOT%{_sysconfdir}/uwsgi.params
install conf/koi-utf $RPM_BUILD_ROOT%{_sysconfdir}/koi-utf
install conf/koi-win $RPM_BUILD_ROOT%{_sysconfdir}/koi-win
install conf/win-utf $RPM_BUILD_ROOT%{_sysconfdir}/win-utf
@@ -570,6 +572,8 @@ fi
#%attr(640,root,root) %{_sysconfdir}/*[_-]*
%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
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/scgi.params
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/uwsgi.params
%attr(640,root,root) %{_sysconfdir}/mime.types
%attr(640,root,root) %{_sysconfdir}/koi-utf
%attr(640,root,root) %{_sysconfdir}/koi-win
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nginx.git/commitdiff/36b3be348a3f1d1e5a7d97de9128a536e0a8d78b
More information about the pld-cvs-commit
mailing list