Rebuilt for Drop i686 JDKs
https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
This commit is contained in:
parent
2e6d6900a3
commit
0fa5d6c41a
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ongres-%upstream_name
|
Name: ongres-%upstream_name
|
||||||
Version: %(echo %upstream_version | sed 's/-/~/g')
|
Version: %(echo %upstream_version | sed 's/-/~/g')
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation
|
Summary: Salted Challenge Response Authentication Mechanism (SCRAM) - Java Implementation
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/ongres/%upstream_name
|
URL: https://github.com/ongres/%upstream_name
|
||||||
@ -12,6 +12,7 @@ BuildRequires: maven-local
|
|||||||
BuildRequires: ongres-stringprep
|
BuildRequires: ongres-stringprep
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{java_arches} noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a Java implementation of SCRAM (Salted Challenge Response
|
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
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.1-5
|
||||||
- Rebuilt for java-17-openjdk as system jdk
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user