import owasp-java-encoder-1.2.2-3.module+el8.4.0+10229+75da8244

This commit is contained in:
CentOS Sources 2021-05-18 03:02:45 -04:00 committed by Andrew Lukoshko
parent 282c4ab13b
commit 2cbc6ab29c
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: owasp-java-encoder
Version: 1.2.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Collection of high-performance low-overhead contextual encoders
License: BSD
@ -12,6 +12,7 @@ Source0: https://github.com/OWASP/owasp-java-encoder/archive/v%{version}.tar.gz
Patch0: 0_manifest.patch
BuildArch: noarch
ExclusiveArch: x86_64
BuildRequires: maven-local
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
@ -63,6 +64,9 @@ jar ufm %{_builddir}/%{name}-%{version}/core/target/encoder-%{version}.jar %{_bu
%license LICENSE
%changelog
* Thu Mar 04 2021 Alex Macdonald <almacdon@redhat.com> - 1.2.2-3
- Add ExclusiveArch: x86_64
* Tue May 28 2019 Jie Kang <jkang@redhat.com> -1.2.2-2
- Remove unnecessary javadoc plugin for Fedora builds