[javapackages-tools] Require maven-resources-plugin by maven-local

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Jul 25 07:19:22 UTC 2013


commit 684a38797aaf512fb384c84da710fe25ea52dab3
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Jul 25 09:19:02 2013 +0200

    Require maven-resources-plugin by maven-local

 javapackages-tools.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/javapackages-tools.spec b/javapackages-tools.spec
index acee869..eb74f33 100644
--- a/javapackages-tools.spec
+++ b/javapackages-tools.spec
@@ -1,6 +1,6 @@
 Name:           javapackages-tools
 Version:        2.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Macros and scripts for Java packaging support
 
 License:        BSD
@@ -50,6 +50,7 @@ Requires:       maven-compiler-plugin
 Requires:       maven-enforcer-plugin
 Requires:       maven-jar-plugin
 Requires:       maven-javadoc-plugin
+Requires:       maven-resources-plugin
 Requires:       maven-surefire-plugin
 # Tests based on JUnit are very common and JUnit itself is small.
 # Include JUnit provider for Surefire just for convenience.
@@ -80,6 +81,9 @@ sed -e 's/.[17]$/&.gz/' -e 's/.py$/&*/' -i files-*
 
 
 %changelog
+* Thu Jul 25 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.0.0-2
+- Require maven-resources-plugin by maven-local
+
 * Thu Jul 11 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.0.0-1
 - Update to upstream version 2.0.0
 - Merge functionality of jpackage-utils


More information about the scm-commits mailing list