Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Petr Stodulka
ecf7ee8bfe Added requirement for unzip (#1235956) 2015-06-26 10:18:07 +02:00

View file

@ -1,7 +1,7 @@
Summary: A file compression and packaging utility compatible with PKZIP
Name: zip
Version: 3.0
Release: 13%{?dist}
Release: 14%{?dist}
License: BSD
Group: Applications/Archiving
Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz
@ -18,6 +18,7 @@ Patch4: man.patch
Patch5: zip-3.0-format-security.patch
Patch6: zipnote.patch
BuildRequires: bzip2-devel
Requires: unzip
%description
The zip program is a compression and file packaging utility. Zip is
@ -60,6 +61,9 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \
%{_mandir}/man1/zipsplit.1*
%changelog
* Fri Jun 26 2015 Petr Stodulka <pstodulk@redhat.com> - 3.0-14
- Added requirement for unzip (#1235956)
* Wed Jan 28 2015 Petr Stodulka <pstodulk@redhat.com> - 3.0-13
- fix crashing zipnote when editing .zip files (#1179420)