diff --git a/SPECS/jaf.spec b/SPECS/jaf.spec index 1ea8bd9..feb55be 100644 --- a/SPECS/jaf.spec +++ b/SPECS/jaf.spec @@ -1,6 +1,6 @@ Name: jaf Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: JavaBeans Activation Framework License: BSD @@ -10,6 +10,7 @@ Source0: https://github.com/eclipse-ee4j/jaf/archive/%{version}.tar.gz BuildArch: noarch +BuildRequires: junit BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin) @@ -69,6 +70,9 @@ cp -r %{_builddir}/%{name}-%{version}/activation/src/main/java/javax/ %{_builddi %doc README.md %changelog +* Tue May 19 2020 Alex Macdonald - 1.2.1-4 +- Add BuildRequires on junit + * Tue May 28 2019 Jie Kang - 1.2.1-3 - Remove osgiversion-maven-plugin build requirement - Remove javadoc plugin not needed in Fedora builds