From be53b92d999be9f883113b1c489f8b350109a29a Mon Sep 17 00:00:00 2001 From: wyxaihjr Date: Sun, 10 Mar 2024 08:29:27 +0800 Subject: [PATCH] fix package (cherry picked from commit 4f92ec4331a71c7bf9be211ddd34444702bf14e1) --- pigz.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pigz.spec b/pigz.spec index 81b324e..7fbef2b 100644 --- a/pigz.spec +++ b/pigz.spec @@ -1,13 +1,14 @@ #spec from source code(%{name}-%{version}.tar.gz) Name: pigz Version: 2.7 -Release: 2 +Release: 3 Summary: pigz is a parallel implementation of gzip which utilizes multiple cores License: zlib Source0: http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz URL: http://www.zlib.net/pigz BuildRequires: zlib-devel gcc +Patch0: 0001-pigz-fix-cc.patch %description pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that @@ -16,7 +17,6 @@ Mark Adler, and uses the zlib and pthread libraries. %package_help -Patch0: 0001-pigz-fix-cc.patch %prep %autosetup -n %{name}-%{version} -p1 @@ -42,6 +42,12 @@ make test %{_mandir}/man1/pigz.1* %changelog +* Sun Mar 10 2024 wyxhjr - 2.7-3 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: fix software package + * Sun Apr 23 2023 Zhang Chao - 2.7-2 - Fix CC compiler support -- Gitee