|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
# Version
|
|
|
|
|
%global major 8
|
|
|
|
|
%global minor 0
|
|
|
|
|
%global patchlevel 0
|
|
|
|
|
%global patchlevel 1
|
|
|
|
|
|
|
|
|
|
# Revision
|
|
|
|
|
%global revnum 8
|
|
|
|
|
%global revnum 4
|
|
|
|
|
# set to 1 for snapshots, 0 for release
|
|
|
|
|
%global usesnapshot 0
|
|
|
|
|
|
|
|
|
|
# SNAPSHOT version
|
|
|
|
|
%global revhash 8ab40bfb565c1002e84bb238a620ab81bb64eceb
|
|
|
|
|
%global revdate 20210212
|
|
|
|
|
%global revhash 699a121bd449fe8a9350221282bd3f809691a766
|
|
|
|
|
%global revdate 20210623
|
|
|
|
|
|
|
|
|
|
%global tarball_name jmc-%{revhash}
|
|
|
|
|
|
|
|
|
@ -83,16 +83,16 @@ Patch9: 9-update-flags.patch
|
|
|
|
|
Patch10: 10-revert-lz4-java-name-override.patch
|
|
|
|
|
# Patch pom.xml Use to tycho version 2.1
|
|
|
|
|
Patch11: 11-tycho.patch
|
|
|
|
|
# Remove Chromium (currently Windows-only) from the plugin list
|
|
|
|
|
Patch12: 12-remove-chromium.patch
|
|
|
|
|
# Revert downloading of graphview assets from the web
|
|
|
|
|
Patch13: 13-revert-graphview.patch
|
|
|
|
|
Patch12: 12-revert-graphview.patch
|
|
|
|
|
# Simplify the path to the jmc product
|
|
|
|
|
Patch14: 14-revert-6852.patch
|
|
|
|
|
Patch13: 13-revert-6852.patch
|
|
|
|
|
# Update javamail dependency names
|
|
|
|
|
Patch15: 15-fix-javamail.patch
|
|
|
|
|
Patch14: 14-fix-javamail.patch
|
|
|
|
|
# Revert usage of ResourceLocator as it isn't available in Eclipse 4.12
|
|
|
|
|
Patch16: 16-revert-resourcelocator.patch
|
|
|
|
|
Patch15: 15-revert-resourcelocator.patch
|
|
|
|
|
# Remove Chromium (currently Windows-only) from the plugin list
|
|
|
|
|
Patch16: 16-remove-chromium.patch
|
|
|
|
|
# Revert usage of List.of in GraphView
|
|
|
|
|
Patch17: 17-revert-list-of.patch
|
|
|
|
|
|
|
|
|
@ -115,6 +115,7 @@ BuildRequires: osgi(org.openjdk.jmc.flightrecorder.test)
|
|
|
|
|
BuildRequires: osgi(javax.annotation-api)
|
|
|
|
|
|
|
|
|
|
Requires: java-openjdk >= 1:1.8
|
|
|
|
|
Requires: lz4-java
|
|
|
|
|
|
|
|
|
|
Requires: osgi(com.sun.activation.jakarta.activation)
|
|
|
|
|
Requires: osgi(org.openjdk.jmc.common)
|
|
|
|
@ -244,6 +245,21 @@ sed -i "/.SH FILES/a .I %{_sysconfdir}/%{name}.ini" %{buildroot}%{_mandir}/man1/
|
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 05 2021 Alex Macdonald <almacdon@redhat.com> - 8.0.1-4
|
|
|
|
|
- Rebuild with updated dependencies
|
|
|
|
|
|
|
|
|
|
* Thu Aug 26 2021 Alex Macdonald <almacdon@redhat.com> - 8.0.1-3
|
|
|
|
|
- Bump version to build with updated tycho
|
|
|
|
|
|
|
|
|
|
* Wed Aug 19 2021 Alex Macdonald <almacdon@redhat.com> - 8.0.1-2
|
|
|
|
|
- Re-set the buildId, buildNumber, and build.date during maven build
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Alex Macdonald <almacdon@redhat.com> - 8.0.0-1
|
|
|
|
|
- Update to jmc 8.0.1-ga
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Alex Macdonald <almacdon@redhat.com> - 8.1.0-1
|
|
|
|
|
- Update to jmc-ga tagged commit d0f89f0
|
|
|
|
|
|
|
|
|
|
* Wed Feb 24 2021 Alex Macdonald <almacdon@redhat.com> - 8.0.0-8
|
|
|
|
|
- Set the buildId, buildNumber, and build.date during maven build
|
|
|
|
|
|
|
|
|
|