Rebuilt for Drop i686 JDKs

https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
This commit is contained in:
Jiri 2022-07-08 16:20:59 +02:00
parent 2e6d6900a3
commit 0fa5d6c41a

View File

@ -3,7 +3,7 @@
Name: ongres-%upstream_name
Version: %(echo %upstream_version | sed 's/-/~/g')
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation
License: BSD
URL: https://github.com/ongres/%upstream_name
@ -12,6 +12,7 @@ BuildRequires: maven-local
BuildRequires: ongres-stringprep
BuildRequires: junit
BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
%description
This is a Java implementation of SCRAM (Salted Challenge Response
@ -68,6 +69,9 @@ sed -i 's/.*SuppressFBWarnings.*//' common/src/main/java/com/ongres/scram/common
%license LICENSE
%changelog
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 2.1-6
- Rebuilt for Drop i686 JDKs
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.1-5
- Rebuilt for java-17-openjdk as system jdk