Disable building on i686

Related: RHEL-62179
This commit is contained in:
Marián Konček 2024-11-22 20:27:59 +01:00
parent d353fd14b9
commit 7b36d03dc4

View File

@ -1,10 +1,11 @@
Name: jsch Name: jsch
Version: 0.1.55 Version: 0.1.55
Release: 6%{?dist} Release: 7%{?dist}
Summary: Pure Java implementation of SSH2 Summary: Pure Java implementation of SSH2
License: BSD License: BSD
URL: http://www.jcraft.com/jsch/ URL: http://www.jcraft.com/jsch/
BuildArch: noarch BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64
Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
# stripped manifest based on # stripped manifest based on
@ -64,6 +65,9 @@ zip target/%{name}-%{version}.jar plugin.properties
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 0.1.55-7
- Disable building on i686
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 0.1.55-6 * Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 0.1.55-6
- Rebuild with regenerated Requires on Java - Rebuild with regenerated Requires on Java