Add missing build-requires
This commit is contained in:
parent
49bfa05776
commit
3b718cb885
@ -7,7 +7,7 @@
|
||||
|
||||
Name: xbean
|
||||
Version: 4.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Java plugin based web server
|
||||
License: ASL 2.0
|
||||
URL: http://geronimo.apache.org/xbean/
|
||||
@ -39,6 +39,7 @@ BuildRequires: maven-resources-plugin
|
||||
BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-site-plugin
|
||||
BuildRequires: maven-shade-plugin
|
||||
BuildRequires: maven-source-plugin
|
||||
%if %{with equinox}
|
||||
BuildRequires: eclipse-equinox-osgi
|
||||
%else
|
||||
@ -194,6 +195,9 @@ sed -i "s|</Private-Package>|</Private-Package-->|" xbean-blueprint/pom.xml
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jun 16 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.5-3
|
||||
- Add missing build-requires
|
||||
|
||||
* Thu May 12 2016 Michael Simacek <msimacek@redhat.com> - 4.5-2
|
||||
- Enable xbean-asm-util
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user