[java-sig-commits] [maven-plugin-bundle] Add missing BuildRequires

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Apr 30 17:47:26 UTC 2012


commit bacb0d08f430941d06575ccf1259adecc83e80bb
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Apr 30 17:38:16 2012 +0200

    Add missing BuildRequires

 maven-plugin-bundle.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/maven-plugin-bundle.spec b/maven-plugin-bundle.spec
index 2dea402..7f8f7a8 100644
--- a/maven-plugin-bundle.spec
+++ b/maven-plugin-bundle.spec
@@ -2,7 +2,7 @@
 
 Name:           maven-plugin-bundle
 Version:        2.3.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Maven Bundle Plugin
 
 Group:          Development/Tools
@@ -30,6 +30,9 @@ BuildRequires: maven-surefire-plugin >= 2.3
 BuildRequires: maven-surefire-provider-junit4 >= 2.3
 BuildRequires: maven-doxia-sitetools
 BuildRequires: maven-shared-osgi
+BuildRequires: maven-archiver
+BuildRequires: plexus-archiver
+BuildRequires: plexus-containers-container-default
 BuildRequires: felix-parent
 BuildRequires: felix-bundlerepository
 
@@ -103,6 +106,9 @@ rm -rf target/site/api*
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Apr 30 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.3.7-2
+- Add missing BuildRequires
+
 * Wed Feb 29 2012 Jaromir Capik <jcapik at redhat.com> 2.3.7-1
 - Update to 2.3.7
 


More information about the java-sig-commits mailing list