diff --git a/unzip.spec b/unzip.spec index f86d3115a080812d27fa13685aae3595adac50e4..49c34f8a67e9b3a86fdc9faa2c9be6e1359161d2 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,6 +1,6 @@ Name: unzip Version: 6.0 -Release: 50 +Release: 51 Summary: A utility for unpacking zip files License: Info-ZIP,Public Domain URL: http://www.info-zip.org/UnZip.html @@ -47,11 +47,7 @@ UnZip will list, test, or extract files from a .zip archive, commonly found on M The default behavior (with no options) is to extract all files into the current directory (and subdirectorie below it) from the specified zipfile. -%package help -Summary: Man pages for unzip - -%description help -Package help includes man pages for unzip. +%package_help %prep %autosetup -n %{name}60 -p1 @@ -75,6 +71,9 @@ make check -f unix/Makefile %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 6.0-51 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Sep 6 2022 dongyuzhen - 6.0-50 - fix CVE-2021-4217