From 0361517d29cbb7494c835abfdc8833bd1eb66ca2 Mon Sep 17 00:00:00 2001 From: mbooth Date: Sun, 12 Dec 2010 16:23:14 +0000 Subject: [PATCH] Fix FTBFS due to zip BR - RHBZ #661011 --- hamcrest.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hamcrest.spec b/hamcrest.spec index 9578b6c..596b2a8 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -50,7 +50,7 @@ Name: hamcrest Version: 1.1 -Release: 9.3%{?dist} +Release: 9.4%{?dist} Epoch: 0 Summary: Library of matchers for building test expressions License: BSD @@ -78,6 +78,7 @@ BuildRequires: jpackage-utils >= 0:1.7.4 BuildRequires: java-1.6.0-devel BuildRequires: ant >= 0:1.6.5 BuildRequires: ant-junit +BuildRequires: zip %if %with integration BuildRequires: easymock2 %endif @@ -277,6 +278,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name} %changelog +* Sun Dec 12 2010 Mat Booth 0:1.1-9.4 +- Fix FTBFS due to zip BR - RHBZ #661011. + * Thu Oct 7 2010 Alexander Kurtakov 0:1.1-9.3 - Drop gcj support.