diff --git a/pigz.spec b/pigz.spec index 81b324ecf60f430763e6b9fdbea68f9f57b0c324..7fbef2bed91a87d6cbd3aa0ed132ba28a4a497c1 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