From fa6405a658bca972fec9291c8c5ff1bc32a561e8 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 07:40:33 +0100 Subject: [PATCH] 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#677d89fc59fc05b81e38319545767365213e08f7 --- jsch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jsch.spec b/jsch.spec index 0621a63..c493b40 100644 --- a/jsch.spec +++ b/jsch.spec @@ -1,6 +1,6 @@ Name: jsch Version: 0.1.55 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pure Java implementation of SSH2 License: BSD URL: http://www.jcraft.com/jsch/ @@ -68,6 +68,9 @@ zip target/%{name}-%{version}.jar plugin.properties %license LICENSE.txt %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.1.55-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jan 12 2021 Alexander Kurtakov 0.1.55-1 - Update to latest upstream version.