import jmc-core-7.1.1-3.module+el8.2.1+6408+a7ca4662
This commit is contained in:
parent
a2e2e1ab17
commit
8e7f115f1e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/9871e02a9e40.tar.gz
|
||||
SOURCES/e67446b5fc9d.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
f204e02359b91f8158edb5dc2934e6506567bce1 SOURCES/9871e02a9e40.tar.gz
|
||||
676ac85e3a33296288129c09e1b898a9d460d36f SOURCES/e67446b5fc9d.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Version
|
||||
%global major 7
|
||||
%global minor 0
|
||||
%global patchlevel 0
|
||||
%global minor 1
|
||||
%global patchlevel 1
|
||||
|
||||
# Revision
|
||||
%global revnum 3
|
||||
@ -9,8 +9,8 @@
|
||||
%global usesnapshot 0
|
||||
|
||||
# SNAPSHOT version
|
||||
%global hgrevhash 9871e02a9e40
|
||||
%global hgrevdate 20190528
|
||||
%global hgrevhash e67446b5fc9d
|
||||
%global hgrevdate 20200422
|
||||
|
||||
%global tarball_name jmc7-%{hgrevhash}
|
||||
|
||||
@ -32,7 +32,7 @@ Summary: Core API for JDK Mission Control
|
||||
License: UPL
|
||||
URL: http://openjdk.java.net/projects/jmc/
|
||||
|
||||
Source0: https://hg.openjdk.java.net/jmc/jmc7/archive/9871e02a9e40.tar.gz
|
||||
Source0: https://hg.openjdk.java.net/jmc/jmc7/archive/%{hgrevhash}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -40,12 +40,12 @@ BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.owasp.encoder:encoder)
|
||||
|
||||
# maven requires generator will add Require for runtime dependency
|
||||
# on mvn(org.owasp.encoder:encoder)
|
||||
# on mvn(org.owasp.encoder:encoder)
|
||||
|
||||
%description
|
||||
JDK Mission Control is an advanced set of tools that enables efficient and
|
||||
detailed analysis of the extensive data collected by JDK Flight Recorder.
|
||||
The tool chain enables developers and administrators to collect and analyze data
|
||||
JDK Mission Control is an advanced set of tools that enables efficient and
|
||||
detailed analysis of the extensive data collected by Flight Recorder. The
|
||||
tool chain enables developers and administrators to collect and analyze data
|
||||
from Java applications running locally or deployed in production environments.
|
||||
|
||||
%package javadoc
|
||||
@ -60,7 +60,11 @@ cp ../license/* ./
|
||||
cp ../README.md ./
|
||||
|
||||
%pom_remove_plugin :nexus-staging-maven-plugin
|
||||
%pom_remove_plugin org.apache.maven.plugins:maven-javadoc-plugin
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
|
||||
%pom_remove_plugin :jacoco-maven-plugin tests
|
||||
%pom_disable_module coverage
|
||||
|
||||
# don't install test packages
|
||||
%mvn_package org.openjdk.jmc:missioncontrol.core.tests __noinstall
|
||||
@ -87,6 +91,12 @@ cp ../README.md ./
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2020 Alex Macdonald <almacdon@redhat.com> - 7.1.1-3
|
||||
- Update to latest commit e67446b5fc9d
|
||||
* Fri Apr 17 2020 Alex Macdonald <almacdon@redhat.com> - 7.1.1-2
|
||||
- remove plugins from pom (maven-source-plugin, jacoco)
|
||||
* Thu Apr 16 2020 Alex Macdonald <almacdon@redhat.com> - 7.1.1-1
|
||||
- Updated to version 7.1.1
|
||||
* Thu Nov 14 2019 Jie Kang <jkang@redhat.com> - 7.0.0-3
|
||||
- Don't require junit
|
||||
* Wed Nov 13 2019 Jie Kang <jkang@redhat.com> - 7.0.0-2
|
||||
|
Loading…
Reference in New Issue
Block a user