import jmc-8.0.0-8.module+el8.4.0+10229+75da8244
This commit is contained in:
parent
772e874a48
commit
bc65a46fdd
@ -4,7 +4,7 @@
|
|||||||
%global patchlevel 0
|
%global patchlevel 0
|
||||||
|
|
||||||
# Revision
|
# Revision
|
||||||
%global revnum 7
|
%global revnum 8
|
||||||
# set to 1 for snapshots, 0 for release
|
# set to 1 for snapshots, 0 for release
|
||||||
%global usesnapshot 0
|
%global usesnapshot 0
|
||||||
|
|
||||||
@ -186,7 +186,7 @@ TYCHO_ENV="<environment><os>linux</os><ws>gtk</ws><arch>%{eclipse_arch}</arch></
|
|||||||
|
|
||||||
# some tests require large heap and fail with OOM
|
# some tests require large heap and fail with OOM
|
||||||
# depending on the builder resources
|
# depending on the builder resources
|
||||||
%mvn_build -j -- -Dmaven.test.failure.ignore=true
|
%mvn_build -j -- -Dmaven.test.failure.ignore=true -DbuildId=rhel -DbuildNumber=%{revhash} -Dbuild.date=%{revdate}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
@ -244,6 +244,9 @@ sed -i "/.SH FILES/a .I %{_sysconfdir}/%{name}.ini" %{buildroot}%{_mandir}/man1/
|
|||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 24 2021 Alex Macdonald <almacdon@redhat.com> - 8.0.0-8
|
||||||
|
- Set the buildId, buildNumber, and build.date during maven build
|
||||||
|
|
||||||
* Fri Feb 19 2021 Alex Macdonald <almacdon@redhat.com> - 8.0.0-7
|
* Fri Feb 19 2021 Alex Macdonald <almacdon@redhat.com> - 8.0.0-7
|
||||||
- Fix incorrect macro for name
|
- Fix incorrect macro for name
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user