From c5459c92a82c33611ab69637f75c47d4b0045a6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Apr 2024 11:52:58 +0200 Subject: add upstream patch for zlib-ng --- njs.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'njs.spec') diff --git a/njs.spec b/njs.spec index ba23806..1625e9e 100644 --- a/njs.spec +++ b/njs.spec @@ -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 - 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 - 0.8.3-1 - update to 0.8.3 -- cgit