Accepting request 293433 from home:vpereirabr:branches:server:http

added necessary build requirement on opensuse 13.2

OBS-URL: https://build.opensuse.org/request/show/293433
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=48
This commit is contained in:
Marguerite Su 2015-03-28 02:46:47 +00:00 committed by Git OBS Bridge
parent 1e31781ab9
commit ad7a98a650
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 25 13:09:27 UTC 2015 - vpereirabr@opensuse.org
- On OpenSUSE 13.2, it requires libGeoIP-devel
-------------------------------------------------------------------
Wed Sep 17 06:39:25 UTC 2014 - i@marguerite.su

View File

@ -91,7 +91,11 @@ Patch7: nginx-1.4.2-passenger_fix.patch
Patch7: nginx-1.4.4-passenger-3.0.12_fix.patch
%endif
%endif
%if 0%{?suse_version} <= 1310
BuildRequires: GeoIP-devel
%else
BuildRequires: libGeoIP-devel
%endif
BuildRequires: gcc-c++
BuildRequires: gd-devel
%if 0%{?with_google_perftools}