diff --git a/unzip.spec b/unzip.spec index f03a5cb..79dbef3 100644 --- a/unzip.spec +++ b/unzip.spec @@ -6,7 +6,7 @@ Summary: A utility for unpacking zip files Name: unzip Version: 6.0 -Release: 65%{?dist} +Release: 66%{?dist} License: Info-ZIP Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz @@ -149,6 +149,10 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT%{_ %{_mandir}/*/* %changelog +* Tue Oct 29 2024 Troy Dawson - 6.0-66 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Jul 03 2024 Jakub Martisko - 6.0-65 - Fix: Unzip Fails on Large Zip Files - Use the patch from Debian dealing with this