From ffd3190dcac5ac6bc40dce867700466eaca3829c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 21 Jul 2020 11:05:10 -0400 Subject: [PATCH] import jaf-1.2.1-4.module+el8.2.1+6691+6e8ab5bc --- SPECS/jaf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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