From c85716525794ec6f622d0be0963a7be34292834e Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Tue, 4 Mar 2014 09:05:19 +0100 Subject: [PATCH] Use Requires: java-headless rebuild (#1067528) --- apache-commons-collections4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-collections4.spec b/apache-commons-collections4.spec index c13f068..9b3ff26 100644 --- a/apache-commons-collections4.spec +++ b/apache-commons-collections4.spec @@ -1,7 +1,7 @@ Summary: Extension of the Java Collections Framework Name: apache-commons-collections4 Version: 4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: http://commons.apache.org/proper/commons-collections/ BuildArch: noarch @@ -42,5 +42,8 @@ This package provides %{summary}. %doc LICENSE.txt NOTICE.txt %changelog +* Tue Mar 04 2014 Stanislav Ochotnicky - 4.0-2 +- Use Requires: java-headless rebuild (#1067528) + * Mon Jan 27 2014 Mikolaj Izdebski - 4.0-1 - Initial packaging