From 81d1bd45ae399150c4537243b708d500050435ab Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sun, 9 Oct 2016 04:45:43 +0200 Subject: [PATCH] Add missing build-requirement on maven-plugin-bundle --- osgi-annotation.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/osgi-annotation.spec b/osgi-annotation.spec index 734a71e..9805f79 100644 --- a/osgi-annotation.spec +++ b/osgi-annotation.spec @@ -1,6 +1,6 @@ Name: osgi-annotation Version: 6.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Annotations for use in compiling OSGi bundles License: ASL 2.0 @@ -13,6 +13,7 @@ Source1: http://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi. BuildArch: noarch BuildRequires: maven-local +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) %description Annotations for use in compiling OSGi bundles. This package is not normally @@ -68,6 +69,9 @@ cp -p %{SOURCE1} pom.xml %doc LICENSE %changelog +* Sun Oct 9 2016 Mikolaj Izdebski - 6.0.0-4 +- Add missing build-requirement on maven-plugin-bundle + * Thu Feb 04 2016 Fedora Release Engineering - 6.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild