[wss4j] fix BR list

gil gil at fedoraproject.org
Wed Apr 2 11:30:07 UTC 2014


commit dc377195fb7aa039c2d50354703e76650f5670fd
Author: gil <puntogil at libero.it>
Date:   Wed Apr 2 13:29:50 2014 +0200

    fix BR list

 wss4j.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/wss4j.spec b/wss4j.spec
index 3d07804..0d1931d 100644
--- a/wss4j.spec
+++ b/wss4j.spec
@@ -21,9 +21,11 @@ BuildRequires:  xalan-j2
 BuildRequires:  xerces-j2
 BuildRequires:  junit
 BuildRequires:  slf4j
+BuildRequires:  mvn(org.slf4j:slf4j-log4j12)
 BuildRequires:  apache-commons-logging
 BuildRequires:  opensaml-java-parent
 BuildRequires:  maven-surefire-provider-junit4
+BuildRequires:  mvn(org.bouncycastle:bcprov-jdk15on)
 
 %if 0%{?fedora} > 17
 BuildRequires:  plexus-pom
@@ -45,7 +47,7 @@ This package contains the API documentation for %{name}.
 %prep
 %setup -q
 
-sed -i "s|bcprov-jdk15on|bcprov-jdk16|" pom.xml
+#sed -i "s|bcprov-jdk15on|bcprov-jdk16|" pom.xml
 
 # This plugin does not impact the build, and it currently raises this error:
 # Reporting mojo's can only be called from ReportDocumentRender


More information about the scm-commits mailing list