Fix FTBFS.
- Add BRs maven-plugin-bundle, maven-source-plugin, maven-plugin-plugin - Resolves: RHBZ#1402998
This commit is contained in:
parent
1ad9b32583
commit
5fc4f52d3d
10
byteman.spec
10
byteman.spec
@ -6,7 +6,7 @@
|
||||
|
||||
Name: byteman
|
||||
Version: 3.0.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Java agent-based bytecode injection tool
|
||||
License: LGPLv2+
|
||||
URL: http://www.jboss.org/byteman
|
||||
@ -17,6 +17,9 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-shade-plugin
|
||||
BuildRequires: maven-source-plugin
|
||||
BuildRequires: maven-plugin-plugin
|
||||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-failsafe-plugin
|
||||
BuildRequires: maven-jar-plugin
|
||||
BuildRequires: maven-surefire-plugin
|
||||
@ -134,6 +137,11 @@ ln -s %{_javadir}/byteman/byteman.jar $RPM_BUILD_ROOT%{homedir}/lib/byteman.jar
|
||||
%license docs/copyright.txt
|
||||
|
||||
%changelog
|
||||
* Fri Dec 09 2016 Severin Gehwolf <sgehwolf@redhat.com> - 3.0.6-2
|
||||
- Add BRs, maven-plugin-bundle, maven-source-plugin and
|
||||
maven-plugin-plugin, fixing FTBFS.
|
||||
- Resolves: RHBZ#1402998
|
||||
|
||||
* Mon Jun 13 2016 Severin Gehwolf <sgehwolf@redhat.com> - 3.0.6-1
|
||||
- Update to latest upstream release.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user