Add missing BR on apache-resource-bundles
This commit is contained in:
parent
96ca57f15f
commit
bf669197d6
@ -31,7 +31,7 @@
|
||||
Summary: A library for instantiating Java objects
|
||||
Name: objenesis
|
||||
Version: 2.1
|
||||
Release: 5%{dist}
|
||||
Release: 6%{dist}
|
||||
License: ASL 2.0
|
||||
URL: http://objenesis.org/
|
||||
Source0: https://github.com/easymock/%{name}/archive/%{version}.tar.gz
|
||||
@ -43,6 +43,8 @@ BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||
# xmvn-builddep misses this:
|
||||
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -105,6 +107,9 @@ This package contains the API documentation for %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1-6
|
||||
- Add missing BR on apache-resource-bundles
|
||||
|
||||
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 2.1-5
|
||||
- Remove wagon extension
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user