Skip to content

Commit 439d754

Browse files
authored
Merge pull request #158 from essentialkaos/develop
Version 1.28.0+1
2 parents c7d7421 + 769a5c0 commit 439d754

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

webkaos.spec

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Summary: Superb high performance web server
4343
Name: webkaos
4444
Version: %{nginx_version}
45-
Release: 0%{?dist}
45+
Release: 1%{?dist}
4646
License: 2-clause BSD-like license
4747
Group: System Environment/Daemons
4848
URL: https://kaos.sh/webkaos
@@ -87,15 +87,15 @@ Patch3: boringssl.patch
8787

8888
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
8989

90-
BuildRequires: make perl golang cmake
90+
BuildRequires: make perl golang cmake GeoIP-devel
9191
%if 0%{?rhel} <= 8
9292
BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-binutils
9393
%else
9494
BuildRequires: gcc-c++
9595
%endif
9696

9797
Requires: initscripts >= 8.36 kaosv >= 2.17
98-
Requires: gd libXpm libxslt
98+
Requires: gd libXpm libxslt GeoIP
9999

100100
Requires: systemd
101101
Requires(pre): shadow-utils
@@ -238,6 +238,7 @@ cp boringssl/build/crypto/libcrypto.a boringssl/build/ssl/libssl.a boringssl/.op
238238
--with-http_secure_link_module \
239239
--with-http_stub_status_module \
240240
--with-http_auth_request_module \
241+
--with-http_geoip_module \
241242
--with-stream \
242243
--with-stream_ssl_module \
243244
--with-stream_ssl_preread_module \
@@ -297,6 +298,7 @@ mv %{_builddir}/nginx-%{nginx_version}/objs/nginx \
297298
--with-http_secure_link_module \
298299
--with-http_stub_status_module \
299300
--with-http_auth_request_module \
301+
--with-http_geoip_module \
300302
--with-stream \
301303
--with-stream_ssl_module \
302304
--with-stream_ssl_preread_module \
@@ -557,6 +559,9 @@ rm -rf %{buildroot}
557559
################################################################################
558560

559561
%changelog
562+
* Thu Jun 26 2025 Anton Novojilov <[email protected]> - 1.28.0-1
563+
- Added ngx_http_geoip_module module build
564+
560565
* Fri May 16 2025 Anton Novojilov <[email protected]> - 1.28.0-0
561566
- Nginx updated to 1.28.0
562567
- BoringSSL updated to the latest stable version for Chromium

0 commit comments

Comments
 (0)