Add gcc BuildRequire

This commit is contained in:
chengquan 2020-02-14 14:23:17 +08:00 committed by Gitee
parent cd1b82f4dd
commit 8819b307cc

View File

@ -1,6 +1,6 @@
Name: zip
Version: 3.0
Release: 24
Release: 25
Summary: A compression and file packaging/archive utility
License: Info-ZIP
URL: http://www.info-zip.org/Zip.html
@ -16,7 +16,7 @@ Patch6: zipnote.patch
Patch6000: CVE-2018-13410.patch
BuildRequires: bzip2-devel
BuildRequires: bzip2-devel gcc
Requires: unzip
%description
@ -54,5 +54,8 @@ mkdir -p %{buildroot}%{_mandir}/man1
%{_mandir}/man1/zip*
%changelog
* Fri Feb 14 2020 chengquan <chengquan3@huawei.com> - 3.0-25
- Add gcc BuildRequire
* Tue Sep 3 2019 dongjian <dongjian13@huawei.com> - 3.0-24
- Rebuild and modify the description