From 7b36d03dc488b4f2bcf900671b45e095999234c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Fri, 22 Nov 2024 20:27:59 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62179 --- jsch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jsch.spec b/jsch.spec index 8b7c5b3..e3ed1ae 100644 --- a/jsch.spec +++ b/jsch.spec @@ -1,10 +1,11 @@ Name: jsch Version: 0.1.55 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pure Java implementation of SSH2 License: BSD URL: http://www.jcraft.com/jsch/ BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip # stripped manifest based on @@ -64,6 +65,9 @@ zip target/%{name}-%{version}.jar plugin.properties %license LICENSE.txt %changelog +* Fri Nov 22 2024 Marián Konček - 0.1.55-7 +- Disable building on i686 + * Wed Nov 20 2024 Marián Konček - 0.1.55-6 - Rebuild with regenerated Requires on Java