!1 Add gcc BuildRequire

Merge pull request !1 from chengquan/developer
This commit is contained in:
openeuler-ci-bot 2020-02-15 15:21:54 +08:00 committed by Gitee
commit 40c5372ab7

View File

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