AlmaLinux changes

This commit is contained in:
eabdullin 2022-03-01 12:14:33 +03:00
parent b253118418
commit 557453cf17

View File

@ -1,6 +1,6 @@
Name: owasp-java-encoder
Version: 1.2.2
Release: 6%{?dist}
Release: 6%{?dist}.alma
Summary: Collection of high-performance low-overhead contextual encoders
License: BSD
@ -18,6 +18,7 @@ BuildArch: noarch
BuildRequires: maven-local
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: junit
%description
The OWASP Encoders package is a collection of high-performance low-overhead
@ -62,6 +63,9 @@ Summary: Javadoc for %{name}
%license LICENSE
%changelog
* Tue Mar 01 2021 Eduard Abdullin <eabdullin@almalinux.org> - 1.2.2-6.alma
- Add junit to BR
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.2-6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937