[sshj] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires wi

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Feb 6 19:45:13 UTC 2013


commit cd31b7b94a7d6eb4069248df76b174e827d98296
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Feb 6 20:45:09 2013 +0100

    - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
    - Replace maven BuildRequires with maven-local

 sshj.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/sshj.spec b/sshj.spec
index 0b9ac38..d13c6c5 100644
--- a/sshj.spec
+++ b/sshj.spec
@@ -1,6 +1,6 @@
 Name:          sshj
 Version:       0.8.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       SSHv2 library for Java
 Group:         Development/Libraries
 License:       ASL 2.0
@@ -24,7 +24,7 @@ BuildRequires: junit
 BuildRequires: logback
 BuildRequires: mockito
 
-BuildRequires: maven
+BuildRequires: maven-local
 BuildRequires: maven-assembly-plugin
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-javadoc-plugin
@@ -85,6 +85,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc LICENSE NOTICE
 
 %changelog
+* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 0.8.1-2
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
 * Wed Jul 25 2012 gil cattaneo <puntogil at libero.it> 0.8.1-1
 - Update to 0.8.1
 


More information about the scm-commits mailing list