!5 gmavenplus-plugin delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
26c23fab65
@ -1,6 +1,6 @@
|
||||
Name: gmavenplus-plugin
|
||||
Version: 1.5
|
||||
Release: 8
|
||||
Release: 9
|
||||
Summary: Integrates Groovy into Maven projects
|
||||
License: ASL 2.0
|
||||
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(ch.qos.logback:logback-classic)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) git
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -38,7 +38,7 @@ Obsoletes: gmavenplus-plugin-javadoc < %{version}-%{release}
|
||||
This package contains javadoc for gmavenplus-plugin.
|
||||
|
||||
%prep
|
||||
%autosetup -n GMavenPlus-%{version} -p1 -S git
|
||||
%autosetup -n GMavenPlus-%{version} -p1
|
||||
|
||||
%pom_remove_plugin :maven-clean-plugin
|
||||
%pom_remove_plugin :maven-dependency-plugin
|
||||
@ -73,6 +73,9 @@ rm README.markdown.orig
|
||||
%files help -f .mfiles-javadoc
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5-9
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user