diff --git a/SPECS/jmc-core.spec b/SPECS/jmc-core.spec index 19a0d3e..e84641f 100644 --- a/SPECS/jmc-core.spec +++ b/SPECS/jmc-core.spec @@ -22,7 +22,7 @@ Name: jmc-core Version: %{major}.%{minor}.%{patchlevel} -Release: %{releasestr}%{?dist}.2 +Release: %{releasestr}%{?dist}.2.alma Summary: Core API for JDK Mission Control # jmc source README.md states: The Mission Control source code is made # available under the Universal Permissive License (UPL), Version 1.0 or a @@ -37,6 +37,7 @@ BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(org.owasp.encoder:encoder) +BuildRequires: junit # maven requires generator will add Require for runtime dependency # on mvn(org.owasp.encoder:encoder) @@ -90,6 +91,9 @@ cp ../README.md ./ %doc README.md %changelog +* Tue Mar 01 2021 Eduard Abdullin - 7.1.1-5.2.alma +- Add junit to BR + * Fri Apr 16 2021 Mohan Boddu - 7.1.1-5.2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937