Build with release flag
This commit is contained in:
parent
de8badb1a9
commit
a18fa62488
@ -1,6 +1,6 @@
|
|||||||
Name: opentest4j
|
Name: opentest4j
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Open Test Alliance for the JVM
|
Summary: Open Test Alliance for the JVM
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ cp -p %{SOURCE100} pom.xml
|
|||||||
</build>"
|
</build>"
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build -- -Dmaven.compiler.release=8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -79,6 +79,9 @@ cp -p %{SOURCE100} pom.xml
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 6 2020 Mat Booth <mat.booth@redhat.com> - 1.2.0-4
|
||||||
|
- Build with release flag
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user