Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/jsch.git#0c34c508d90c9de30d75c4445b73c6df4fdc7b77
This commit is contained in:
parent
5a0fcf4201
commit
729397062c
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ jsch-0.1.48.zip
|
||||
/jsch-0.1.52.zip
|
||||
/jsch-0.1.53.zip
|
||||
/jsch-0.1.54.zip
|
||||
/jsch-0.1.55.zip
|
||||
|
30
MANIFEST.MF
30
MANIFEST.MF
@ -1,15 +1,19 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Automatic-Module-Name: com.jcraft.jsch
|
||||
Bundle-SymbolicName: com.jcraft.jsch
|
||||
Bundle-Version: 0.1.54
|
||||
Bundle-Vendor: %venderName
|
||||
Bundle-Localization: plugin
|
||||
Export-Package: com.jcraft.jsch;version="0.1.54",
|
||||
com.jcraft.jsch.jce;version="0.1.54";x-internal:=true,
|
||||
com.jcraft.jsch.jcraft;version="0.1.54";x-internal:=true,
|
||||
com.jcraft.jsch.jgss;version="0.1.54";x-internal:=true
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Created-By: 1.4.0 (Sun Microsystems Inc.)
|
||||
|
||||
|
||||
Archiver-Version: Plexus Archiver
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Vendor: %bundleVendor
|
||||
Import-Package: com.jcraft.jzlib;resolution:=optional;version="1.0.7",
|
||||
com.jcraft.jsch;resolution:=optional;version="[0.1,1)",javax.crypto;r
|
||||
esolution:=optional,javax.crypto.interfaces;resolution:=optional,java
|
||||
x.crypto.spec;resolution:=optional,org.ietf.jgss;resolution:=optional
|
||||
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.5))"
|
||||
Originally-Created-By: Apache Maven
|
||||
Export-Package: com.jcraft.jsch;version="0.1.55",com.jcraft.jsch.jce;v
|
||||
ersion="0.1.55";uses:="com.jcraft.jsch",com.jcraft.jsch.jcraft;versio
|
||||
n="0.1.55";uses:="com.jcraft.jsch",com.jcraft.jsch.jgss;version="0.1.
|
||||
55";uses:="com.jcraft.jsch"
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-Version: 0.1.55.v20190404-1902
|
||||
Build-Jdk: 1.8.0_192
|
18
jsch.spec
18
jsch.spec
@ -1,21 +1,14 @@
|
||||
Name: jsch
|
||||
Version: 0.1.54
|
||||
Release: 14%{?dist}
|
||||
Version: 0.1.55
|
||||
Release: 1%{?dist}
|
||||
Summary: Pure Java implementation of SSH2
|
||||
License: BSD
|
||||
URL: http://www.jcraft.com/jsch/
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
|
||||
# wget \
|
||||
# http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/com.jcraft.jsch_0.1.41.v200903070017.jar
|
||||
# unzip com.jcraft.jsch_*.jar META-INF/MANIFEST.MF
|
||||
# mv META-INF/MANIFEST.MF .
|
||||
# sed -i "/^Name/d" MANIFEST.MF
|
||||
# sed -i "/^SHA1/d" MANIFEST.MF
|
||||
# dos2unix MANIFEST.MF
|
||||
# sed -i "/^$/d" MANIFEST.MF
|
||||
# unix2dos MANIFEST.MF
|
||||
# stripped manifest based on
|
||||
# https://download.eclipse.org/tools/orbit/downloads/drops2/R20201130205003/repository/plugins/com.jcraft.jsch_0.1.55.v20190404-1902.jar
|
||||
Source1: MANIFEST.MF
|
||||
Source2: plugin.properties
|
||||
|
||||
@ -75,6 +68,9 @@ zip target/%{name}-%{version}.jar plugin.properties
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Jan 12 2021 Alexander Kurtakov <akurtako@redhat.com> 0.1.55-1
|
||||
- Update to latest upstream version.
|
||||
|
||||
* Sun Aug 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.54-14
|
||||
- Remove unnecessary dependency on parent POM.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user