From f9d43abf4766046d561b556b716a3925855a7846 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Mon, 7 Aug 2023 10:44:18 +0800 Subject: [PATCH] add support for sw_64 --- zlib.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zlib.spec b/zlib.spec index e320f5a..7e8f037 100644 --- a/zlib.spec +++ b/zlib.spec @@ -1,6 +1,6 @@ Name: zlib Version: 1.2.11 -Release: 23 +Release: 24 Summary: A lossless data-compression library License: zlib and Boost URL: http://www.zlib.net @@ -24,6 +24,9 @@ Patch6003: backport-0001-CVE-2022-37434.patch Patch6004: backport-0002-CVE-2022-37434.patch BuildRequires: automake, autoconf, libtool +%ifarch sw_64 +Provides: %{name}-devel(sw-64) +%endif %description Zlib is a free, general-purpose, not covered by any patents, lossless data-compression @@ -135,6 +138,8 @@ make test %{_libdir}/pkgconfig/minizip.pc %changelog + + * Mon Dec 26 2022 zhoupengcheng - 1.2.11-23 - DESC:remove unapplied patch -- Gitee