Add missing build-requirement on maven-plugin-bundle
This commit is contained in:
parent
48e8da0b7e
commit
81d1bd45ae
@ -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 <mizdebsk@redhat.com> - 6.0.0-4
|
||||
- Add missing build-requirement on maven-plugin-bundle
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user