import pigz-2.5-4.el9

This commit is contained in:
CentOS Sources 2021-12-07 12:14:50 -05:00 committed by Stepan Oksanichenko
parent ae5b1f5253
commit c5ac608e09

View File

@ -1,6 +1,6 @@
Name: pigz
Version: 2.5
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Parallel implementation of gzip
License: zlib
URL: https://www.zlib.net/pigz/
@ -26,7 +26,7 @@ compressing data.
%autosetup -p1
%build
%make_build CFLAGS="$RPM_OPT_FLAGS"
%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%install
install -p -D pigz $RPM_BUILD_ROOT%{_bindir}/pigz
@ -43,6 +43,9 @@ make tests CFLAGS="$RPM_OPT_FLAGS"
%{_datadir}/man/man1/pigz.*
%changelog
* Wed Oct 06 2021 Prarit Bhargava <prarit@redhat.com> - 2.5-4
- Fix annocheck erros [1956998]
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.5-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688