Compare commits
No commits in common. "c8-stream-rhel8" and "c8-stream-201902" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/jsch-0.1.54.zip
|
||||
SOURCES/jsch-0.1.55.zip
|
||||
|
@ -1 +1 @@
|
||||
c4252657c7caad9c8482836ddb1fa2abcf080357 SOURCES/jsch-0.1.54.zip
|
||||
5e7b17414533005c4f163bec8be41d023b1f0810 SOURCES/jsch-0.1.55.zip
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: jsch
|
||||
Version: 0.1.54
|
||||
Release: 12%{?dist}
|
||||
Version: 0.1.55
|
||||
Release: 3%{?dist}
|
||||
Summary: Pure Java implementation of SSH2
|
||||
License: BSD
|
||||
URL: http://www.jcraft.com/jsch/
|
||||
@ -26,7 +26,6 @@ BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
BuildRequires: zip
|
||||
|
||||
Requires: jzlib >= 0:1.0.5
|
||||
Obsoletes: %{name}-demo < %{version}
|
||||
|
||||
%description
|
||||
JSch allows you to connect to an sshd server and use port forwarding,
|
||||
@ -44,13 +43,11 @@ Summary: Javadoc for %{name}
|
||||
%mvn_file : jsch
|
||||
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
%pom_remove_plugin :maven-compiler-plugin
|
||||
|
||||
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
||||
%pom_xpath_set pom:project/pom:version %{version}
|
||||
|
||||
# Java 5 is too old
|
||||
%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]//pom:target'
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
@ -73,23 +70,17 @@ zip target/%{name}-%{version}.jar plugin.properties
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0.1.54-12
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-3
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-2
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-1
|
||||
- Update to upstream version 0.1.55
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Aug 07 2018 Michael Simacek <msimacek@redhat.com> - 0.1.54-8
|
||||
- Fix FTBFS
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
* 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
@ -123,4 +114,4 @@ zip target/%{name}-%{version}.jar plugin.properties
|
||||
|
||||
* Fri Jun 5 2015 Alexander Kurtakov <akurtako@redhat.com> 0.1.53-1
|
||||
- Update to 0.1.53
|
||||
- Build with xmvn.
|
||||
- Build with xmvn.
|
||||
|
Loading…
Reference in New Issue
Block a user