add build requires for resolving building errors
This commit is contained in:
parent
477596686a
commit
35bd8bf068
@ -1,6 +1,6 @@
|
|||||||
Name: gmavenplus-plugin
|
Name: gmavenplus-plugin
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: Integrates Groovy into Maven projects
|
Summary: Integrates Groovy into Maven projects
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://groovy.github.io/GMavenPlus/
|
URL: http://groovy.github.io/GMavenPlus/
|
||||||
@ -22,7 +22,7 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
|||||||
BuildRequires: mvn(org.fusesource.jansi:jansi) mvn(org.mockito:mockito-all)
|
BuildRequires: mvn(org.fusesource.jansi:jansi) mvn(org.mockito:mockito-all)
|
||||||
BuildRequires: mvn(ch.qos.logback:logback-classic)
|
BuildRequires: mvn(ch.qos.logback:logback-classic)
|
||||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) git
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -73,6 +73,10 @@ rm README.markdown.orig
|
|||||||
%files help -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 3 2021 baizhonggui <baizhonggui@huawei.com> - 1.5-8
|
||||||
|
- Fix building error: /usr/bin/git: No such file or directory
|
||||||
|
- Add git in BuildRequires
|
||||||
|
|
||||||
* Fri 11 Sep 2020 zhanghua <zhanghua40@huawei.com> - 1.5-7
|
* Fri 11 Sep 2020 zhanghua <zhanghua40@huawei.com> - 1.5-7
|
||||||
- Disable tests due to incompatibility with new mockito
|
- Disable tests due to incompatibility with new mockito
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user