[apache-commons-compress] Fix build-requires on apache-commons-parent

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Jul 30 14:38:52 UTC 2014


commit f90dc3816b95f8e0dffb9f0b9f8cfb478c285909
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Jul 30 16:38:43 2014 +0200

    Fix build-requires on apache-commons-parent

 apache-commons-compress.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/apache-commons-compress.spec b/apache-commons-compress.spec
index 31524e7..ba026f4 100644
--- a/apache-commons-compress.spec
+++ b/apache-commons-compress.spec
@@ -3,7 +3,7 @@
 
 Name:           apache-%{short_name}
 Version:        1.8.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Java API for working with compressed files and archivers
 Group:          Development/Libraries
 License:        ASL 2.0
@@ -13,7 +13,7 @@ BuildArch:      noarch
 
 BuildRequires:  maven-local
 BuildRequires:  mvn(junit:junit)
-BuildRequires:  mvn(org.apache.commons:commons-parent)
+BuildRequires:  mvn(org.apache.commons:commons-parent:pom:)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-assembly-plugin)
 BuildRequires:  mvn(org.tukaani:xz)
@@ -54,6 +54,9 @@ This package provides %{summary}.
 
 
 %changelog
+* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.8.1-3
+- Fix build-requires on apache-commons-parent
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list