diff options
Diffstat (limited to 'njs.spec')
-rw-r--r-- | njs.spec | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,10 @@ URL: https://github.com/%{gh_owner}/%{project} Source0: https://github.com/%{gh_owner}/%{project}/archive/%{gh_commit}/%{project}-%{version}-%{gh_short}.tar.gz +# Fix the test-suite with zlib-ng +# See https://github.com/nginx/njs/issues/704 +Patch0: github704.patch + BuildRequires: make BuildRequires: gcc BuildRequires: openssl-devel @@ -59,6 +63,7 @@ Library and include files required for libnjs. %prep %setup -qn %{project}-%{gh_commit} +%patch -P0 -p1 %build @@ -108,6 +113,8 @@ make test %{?_smp_mflags} %changelog * Tue Apr 16 2024 Remi Collet <remi@remirepo.net> - 0.8.4-1 - update to 0.8.4 +- report test failure with zlib-ng + https://github.com/nginx/njs/issues/704 * Thu Feb 8 2024 Remi Collet <remi@remirepo.net> - 0.8.3-1 - update to 0.8.3 |