[eclipse-rse] Fix the commons-net link for rawhide.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Jul 6 10:57:01 UTC 2012


commit f767b5a31d13595ab6127f52591af5ced064231a
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Jul 6 13:56:43 2012 +0300

    Fix the commons-net link for rawhide.

 eclipse-rse.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-rse.spec b/eclipse-rse.spec
index 2a23a9f..72d0194 100644
--- a/eclipse-rse.spec
+++ b/eclipse-rse.spec
@@ -10,7 +10,7 @@
 Name: eclipse-rse
 Summary: Eclipse Remote System Explorer
 Version: 3.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: EPL
 URL: http://www.eclipse.org/dsdp/tm/
 
@@ -112,8 +112,8 @@ unzip -q -o -d %{buildroot}%{install_loc}/rse \
  build/rpmBuild/org.eclipse.rse.useractions.zip
 
 pushd %{buildroot}%{install_loc}/rse/eclipse/plugins
-rm org.apache.commons.net_2.2.0*.jar
-ln -s %{_javadir}/commons-net.jar org.apache.commons.net_2.2.0.jar
+rm org.apache.commons.net_3.1.0*.jar
+ln -s %{_javadir}/commons-net.jar org.apache.commons.net_3.1.0.jar
 popd
 
 pushd %{buildroot}%{install_loc}/rse/eclipse/plugins
@@ -157,6 +157,9 @@ popd
 %doc epl-v10.html
 
 %changelog
+* Fri Jul 6 2012 Alexander Kurtakov <akurtako at redhat.com> 3.4-2
+- Fix the commons-net link for rawhide.
+
 * Thu Jul 05 2012 Jeff Johnston <jjohnstn at redhat.com> - 3.4-1
 - Update to RSE 3.4
 


More information about the scm-commits mailing list