diff --git a/apache-sshd.spec b/apache-sshd.spec index 4eb5610..06f4157 100644 --- a/apache-sshd.spec +++ b/apache-sshd.spec @@ -1,7 +1,7 @@ Epoch: 1 Name: apache-sshd Version: 2.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Apache SSHD # One file has ISC licensing: @@ -33,6 +33,7 @@ BuildRequires: mvn(org.slf4j:jcl-over-slf4j) BuildRequires: mvn(org.slf4j:slf4j-api) BuildArch: noarch +ExclusiveArch: %{java_arches} noarch %description Apache SSHD is a 100% pure java library to support the SSH protocols on both @@ -95,6 +96,9 @@ rm -rf sshd-core/src/main/java/org/apache/sshd/agent/unix %license LICENSE.txt NOTICE.txt assembly/src/main/legal/licenses/jbcrypt.txt %changelog +* Fri Jul 08 2022 Jiri Vanek - 1:2.8.0-2 +- Rebuilt for Drop i686 JDKs + * Fri Apr 01 2022 Mat Booth - 1:2.8.0-1 - Update to latest upstream release