[keytool-maven-plugin] Missing runtime deps (plexus-utils, apache-commons-lang) added

Jaromír Cápík jcapik at fedoraproject.org
Wed May 25 13:42:27 UTC 2011


commit bbb6a995b20e0410232f44eea3687ff4bb1fbc03
Author: Jaromír Cápík <jcapik at redhat.com>
Date:   Wed May 25 15:42:06 2011 +0200

    Missing runtime deps (plexus-utils, apache-commons-lang) added

 keytool-maven-plugin.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/keytool-maven-plugin.spec b/keytool-maven-plugin.spec
index 2629ad3..3cb67e0 100644
--- a/keytool-maven-plugin.spec
+++ b/keytool-maven-plugin.spec
@@ -3,7 +3,7 @@
 
 Name:             keytool-maven-plugin
 Version:          1.0
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          A plugin that wraps the keytool program and allows to manipulate keystores
 License:          MIT and ASL 2.0
 Group:            Development/Libraries
@@ -21,6 +21,9 @@ BuildRequires:    maven
 
 Requires:         java
 Requires:         jpackage-utils
+Requires:         plexus-utils
+Requires:         apache-commons-lang
+
 Requires(post):   jpackage-utils
 Requires(postun): jpackage-utils
 
@@ -74,6 +77,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed May 25 2011 Jaromir Capik <jcapik at redhat.com> - 1.0-3
+- Missing runtime deps (plexus-utils, apache-commons-lang) added
+
 * Fri May 20 2011 Jaromir Capik <jcapik at redhat.com> - 1.0-2
 - Missing MIT license added in the license field
 


More information about the scm-commits mailing list