diff --git a/java-scrypt.spec b/java-scrypt.spec index 557d031..a8318ad 100644 --- a/java-scrypt.spec +++ b/java-scrypt.spec @@ -1,6 +1,6 @@ Name: java-scrypt Version: 1.4.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Java implementation of scrypt License: ASL 2.0 @@ -8,6 +8,7 @@ URL: https://github.com/wg/scrypt Source0: https://github.com/wg/scrypt/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: no-jni.patch BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: maven-local @@ -45,6 +46,9 @@ find -name '*.jar' -print -delete %license LICENSE %changelog +* Fri Jul 08 2022 Jiri Vanek - 1.4.0-18 +- Rebuilt for Drop i686 JDKs + * Mon Feb 07 2022 Jonny Heggheim - 1.4.0-17 - Fix build with JDK 17