Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
http-testing
>
nginx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 42
[-]
[+]
Changed
nginx.spec
@@ -47,6 +47,7 @@ Source10: %{rtmp}.tar.gz Source11: nginx_upstream_check_module-master.tar.gz Source12: nginx_tcp_proxy_module.tar.gz +Source13: nginx-upstream-carp-read-only.tar.gz Source100: index.html Source101: poweredby.png Source102: nginx-logo.png @@ -92,9 +93,7 @@ %{__tar} zxvf %{SOURCE9} %{__tar} zxvf %{SOURCE10} %{__tar} zxvf %{SOURCE11} - -#unzip %{SOURCE13} -#%patch3 -p1 +%{__tar} zxvf %{SOURCE13} %build @@ -137,6 +136,7 @@ %endif --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ --add-module=%{_builddir}/nginx-%{version}/nginx_tcp_proxy_module \ + --add-mdoule=%{_builddir}/nginx-%{version}/nginx-upstream-carp-read-only \ --with-file-aio make %{?_smp_mflags}