[keytool-maven-plugin] Add missing BR: maven-surefire-provider-junit4

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Jan 9 15:55:27 UTC 2013


commit 5a91700c7573e9aabc9cfc8598d7ce4de865a9ad
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Jan 9 16:50:42 2013 +0100

    Add missing BR: maven-surefire-provider-junit4

 keytool-maven-plugin.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/keytool-maven-plugin.spec b/keytool-maven-plugin.spec
index c0564ac..82818a1 100644
--- a/keytool-maven-plugin.spec
+++ b/keytool-maven-plugin.spec
@@ -3,7 +3,7 @@
 
 Name:             keytool-maven-plugin
 Version:          1.0
-Release:          7%{?dist}
+Release:          8%{?dist}
 Summary:          A plugin that wraps the keytool program and allows to manipulate keystores
 License:          MIT and ASL 2.0
 Group:            Development/Libraries
@@ -19,6 +19,7 @@ BuildArch:        noarch
 BuildRequires:    java-devel
 BuildRequires:    jpackage-utils
 BuildRequires:    maven
+BuildRequires:    maven-surefire-provider-junit4
 
 Requires:         java
 Requires:         jpackage-utils
@@ -26,9 +27,6 @@ Requires:         maven
 Requires:         plexus-utils
 Requires:         apache-commons-lang
 
-Requires(post):   jpackage-utils
-Requires(postun): jpackage-utils
-
 %description
 A plugin that wraps the keytool program bundled with Sun's Java SDK.
 It provides the capability to manipulate keys and keystores
@@ -77,6 +75,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed Jan  9 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.0-8
+- Add missing BR: maven-surefire-provider-junit4
+
 * Thu Nov 22 2012 Jaromir Capik <jcapik at redhat.com> - 1.0-7
 - Missing ASL 2.0 license file included
 - Minor spec file changes according to the latest guidelines


More information about the scm-commits mailing list