Compare commits
No commits in common. "c8-stream-201902" and "c8-beta-stream-201801" have entirely different histories.
c8-stream-
...
c8-beta-st
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/jsch-0.1.55.zip
|
SOURCES/jsch-0.1.54.zip
|
||||||
|
@ -1 +1 @@
|
|||||||
5e7b17414533005c4f163bec8be41d023b1f0810 SOURCES/jsch-0.1.55.zip
|
c4252657c7caad9c8482836ddb1fa2abcf080357 SOURCES/jsch-0.1.54.zip
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
Name: jsch
|
Name: jsch
|
||||||
Version: 0.1.55
|
Version: 0.1.54
|
||||||
Release: 3%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Pure Java implementation of SSH2
|
Summary: Pure Java implementation of SSH2
|
||||||
|
Group: Development/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.jcraft.com/jsch/
|
URL: http://www.jcraft.com/jsch/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -26,6 +27,7 @@ BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
|
|
||||||
Requires: jzlib >= 0:1.0.5
|
Requires: jzlib >= 0:1.0.5
|
||||||
|
Obsoletes: %{name}-demo < %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JSch allows you to connect to an sshd server and use port forwarding,
|
JSch allows you to connect to an sshd server and use port forwarding,
|
||||||
@ -43,7 +45,6 @@ Summary: Javadoc for %{name}
|
|||||||
%mvn_file : jsch
|
%mvn_file : jsch
|
||||||
|
|
||||||
%pom_remove_plugin :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
%pom_remove_plugin :maven-compiler-plugin
|
|
||||||
|
|
||||||
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
||||||
%pom_xpath_set pom:project/pom:version %{version}
|
%pom_xpath_set pom:project/pom:version %{version}
|
||||||
@ -70,18 +71,6 @@ zip target/%{name}-%{version}.jar plugin.properties
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-3
|
|
||||||
- Mass rebuild for javapackages-tools 201902
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-2
|
|
||||||
- Mass rebuild for javapackages-tools 201901
|
|
||||||
|
|
||||||
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-1
|
|
||||||
- Update to upstream version 0.1.55
|
|
||||||
|
|
||||||
* Wed Sep 5 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.54-7
|
|
||||||
- Remove unneeded maven-compiler-plugin configuration
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-6
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user