|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: A file compression and packaging utility compatible with PKZIP
|
|
|
|
Summary: A file compression and packaging utility compatible with PKZIP
|
|
|
|
Name: zip
|
|
|
|
Name: zip
|
|
|
|
Version: 3.0
|
|
|
|
Version: 3.0
|
|
|
|
Release: 42%{?dist}
|
|
|
|
Release: 43%{?dist}
|
|
|
|
License: Info-ZIP
|
|
|
|
License: Info-ZIP
|
|
|
|
Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz
|
|
|
|
Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz
|
|
|
|
URL: http://www.info-zip.org/Zip.html
|
|
|
|
URL: http://www.info-zip.org/Zip.html
|
|
|
@ -73,6 +73,10 @@ mkdir -p $RPM_BULD_ROOT%{_mandir}/man1
|
|
|
|
%{_mandir}/man1/zipsplit.1*
|
|
|
|
%{_mandir}/man1/zipsplit.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0-43
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 03 2024 Jakub Martisko <jamartis@redhat.com> - 3.0-42
|
|
|
|
* Wed Jul 03 2024 Jakub Martisko <jamartis@redhat.com> - 3.0-42
|
|
|
|
- Use C implementation of some functions instead of asm
|
|
|
|
- Use C implementation of some functions instead of asm
|
|
|
|
- Fix the missing compiler/linker flags
|
|
|
|
- Fix the missing compiler/linker flags
|
|
|
|