From fa41044ae1cc22285095731f99392529bf759e8c Mon Sep 17 00:00:00 2001 From: weiwei_tiantian Date: Tue, 10 May 2022 16:00:30 +0800 Subject: [PATCH] Fix patches info for pre --- zlib.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zlib.spec b/zlib.spec index c7e7463..01dbf87 100644 --- a/zlib.spec +++ b/zlib.spec @@ -1,6 +1,6 @@ Name: zlib Version: 1.2.11 -Release: 19 +Release: 20 Summary: A lossless data-compression library License: zlib and Boost URL: http://www.zlib.net @@ -68,6 +68,8 @@ This package contains the development-related content related to minizip. %patch4 -p1 %endif %patch6000 -p1 +%patch6001 -p1 +%patch6002 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -125,6 +127,9 @@ make test %{_libdir}/pkgconfig/minizip.pc %changelog +* Tue May 10 2022 tinawei - 1.2.11-20 +- Fix patches info for pre + * Wed Apr 27 2022 tinawei - 1.2.11-19 - Fix CVE-2018-25032 -- Gitee