import jmc-8.0.1-2.module+el8.5.0+12270+8ceab496
This commit is contained in:
parent
bc65a46fdd
commit
85a8f5fce1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/8ab40bfb565c1002e84bb238a620ab81bb64eceb.tar.gz
|
||||
SOURCES/699a121bd449fe8a9350221282bd3f809691a766.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
84a94e40c47c9b5ab5975bb4c97ad6f69ae0c68f SOURCES/8ab40bfb565c1002e84bb238a620ab81bb64eceb.tar.gz
|
||||
d9f36ea4af8af8ecb0328e1188455c64d7f8da5d SOURCES/699a121bd449fe8a9350221282bd3f809691a766.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 587d175..1c7c1f1 100644
|
||||
index 3c27d3b..22ce8b7 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -109,95 +109,6 @@
|
||||
@ -20,7 +20,7 @@ index 587d175..1c7c1f1 100644
|
||||
- <artifact>
|
||||
- <groupId>org.openjdk.jmc</groupId>
|
||||
- <artifactId>platform-definition-2020-12</artifactId>
|
||||
- <version>8.0.0-SNAPSHOT</version>
|
||||
- <version>8.0.1-SNAPSHOT</version>
|
||||
- </artifact>
|
||||
- </target>
|
||||
- </configuration>
|
||||
@ -44,7 +44,7 @@ index 587d175..1c7c1f1 100644
|
||||
- <artifact>
|
||||
- <groupId>org.openjdk.jmc</groupId>
|
||||
- <artifactId>platform-definition-2020-09</artifactId>
|
||||
- <version>8.0.0-SNAPSHOT</version>
|
||||
- <version>8.0.1-SNAPSHOT</version>
|
||||
- </artifact>
|
||||
- </target>
|
||||
- </configuration>
|
||||
@ -65,7 +65,7 @@ index 587d175..1c7c1f1 100644
|
||||
- <artifact>
|
||||
- <groupId>org.openjdk.jmc</groupId>
|
||||
- <artifactId>platform-definition-2020-06</artifactId>
|
||||
- <version>8.0.0-SNAPSHOT</version>
|
||||
- <version>8.0.1-SNAPSHOT</version>
|
||||
- </artifact>
|
||||
- </target>
|
||||
- </configuration>
|
||||
@ -86,7 +86,7 @@ index 587d175..1c7c1f1 100644
|
||||
- <artifact>
|
||||
- <groupId>org.openjdk.jmc</groupId>
|
||||
- <artifactId>platform-definition-2020-03</artifactId>
|
||||
- <version>8.0.0-SNAPSHOT</version>
|
||||
- <version>8.0.1-SNAPSHOT</version>
|
||||
- </artifact>
|
||||
- </target>
|
||||
- </configuration>
|
||||
|
@ -1,10 +1,10 @@
|
||||
diff --git a/application/pom.xml b/application/pom.xml
|
||||
index 3f179d4..5a4add3 100644
|
||||
index 6b92b98..34b9077 100644
|
||||
--- a/application/pom.xml
|
||||
+++ b/application/pom.xml
|
||||
@@ -175,11 +175,6 @@
|
||||
@@ -173,11 +173,6 @@
|
||||
<artifactId>flightrecorder.test</artifactId>
|
||||
<version>8.0.0-SNAPSHOT</version>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
- <dependency>
|
||||
- <groupId>org.jacoco</groupId>
|
||||
|
@ -1,16 +1,16 @@
|
||||
# Version
|
||||
%global major 8
|
||||
%global minor 0
|
||||
%global patchlevel 0
|
||||
%global patchlevel 1
|
||||
|
||||
# Revision
|
||||
%global revnum 8
|
||||
%global revnum 2
|
||||
# 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,15 @@ sed -i "/.SH FILES/a .I %{_sysconfdir}/%{name}.ini" %{buildroot}%{_mandir}/man1/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user