File project.diff of Package nginx
--- nginx.changes.orig
+++ nginx.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Mar 26 01:49:17 UTC 2026 - Marcus Rueckert <mrueckert@suse.de>
+
+- Enable support to build with aws-lc instead of openssl to ship
+ the http3/quic support
+
+-------------------------------------------------------------------
Tue Mar 24 20:59:49 UTC 2026 - Илья Индиго <ilya@ilya.top>
- Updated to 1.29.7
--- nginx.spec.orig
+++ nginx.spec
@@ -21,6 +21,7 @@
# keep in sync with #ngx_conditionals
%bcond_with ngx_cpp_test
%bcond_with ngx_google_perftools
+%bcond_with awslc
#
Name: nginx
Version: 1.29.7
@@ -60,7 +61,11 @@ BuildRequires: vim
BuildRequires: pkgconfig(gdlib)
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(libxslt)
+%if %{with awslc}
+BuildRequires: aws-lc-devel
+%else
BuildRequires: pkgconfig(openssl)
+%endif
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(zlib)
%requires_eq perl
@@ -90,7 +95,11 @@ Requires: vim
Requires: pkgconfig(gdlib)
Requires: pkgconfig(libpcre2-8)
Requires: pkgconfig(libxslt)
+%if %{with awslc}
+Requires: aws-lc-devel
+%else
Requires: pkgconfig(openssl)
+%endif
Requires: pkgconfig(zlib)
%requires_ge %{name}-macros
BuildArch: noarch