Add missing dependency
This commit is contained in:
parent
a75053f3d9
commit
47ecfaa90b
@ -1,6 +1,6 @@
|
||||
Name: maven-plugin-tools
|
||||
Version: 3.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Maven Plugin Tools
|
||||
License: ASL 2.0
|
||||
@ -28,6 +28,7 @@ BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-model:2.2.1)
|
||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-registry)
|
||||
BuildRequires: mvn(org.apache.maven:maven-repository-metadata)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
@ -218,6 +219,7 @@ API documentation for %{name}.
|
||||
%pom_remove_dep :maven-project
|
||||
%pom_remove_dep :maven-plugin-descriptor
|
||||
%pom_add_dep org.apache.maven:maven-compat
|
||||
%pom_add_dep org.apache.maven:maven-plugin-registry
|
||||
|
||||
%build
|
||||
%mvn_build -s -f
|
||||
@ -261,6 +263,9 @@ API documentation for %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 15 2017 Michael Simacek <msimacek@redhat.com> - 0:3.5-4
|
||||
- Add missing dependency
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user