From bf35b4fe9fe0edd0525155fe0e3ba238ba197c07 Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Tue, 18 Dec 2018 13:55:23 -0500 Subject: [PATCH 01/62] add the initial modulemd --- jmc-module.yaml | 119 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 jmc-module.yaml diff --git a/jmc-module.yaml b/jmc-module.yaml new file mode 100644 index 0000000..21ca3dd --- /dev/null +++ b/jmc-module.yaml @@ -0,0 +1,119 @@ +document: modulemd +version: 2 +data: + name: jmc + stream: master + version: 20181205213651 + summary: Java Mission Control is a profiling and diagnostics tool for the Hotspot JVM + description: >- + Java Mission Control is a powerful profiler for HotSpot JVMs and has an + advanced set of tools that enables efficient and detailed analysis of the + extensive data collected by Java Flight Recorder. The tool chain enables + developers and administrators to collect and analyze data from Java + applications running locally or deployed in production environments. + license: + - GPL + profiles: + JMC Standalone: + rpms: + - jmc + JMC Core API: + rpms: + - jmc-core + api: + rpms: + - jmc-core + filter: + rpms: + - dd-plist + - dd-plist-javadoc + - directory-maven-plugin + - directory-maven-plugin-javadoc + - ee4j-parent + - fix-info-plist-maven-plugin + - fix-info-plist-maven-plugin-javadoc + - jaf + - jaf-javadoc + - javamail + - jmc + - jmc-core + - jmc-core-javadoc + - owasp-java-encoder + - owasp-java-encoder-javadoc + components: + rpms: + dd-plist: + rationale: Dependency of fix-info-plist-maven-plugin + buildorder: 1 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/dd-plist.git + ref: c349651e50814cde036e7709719cbd22d25196c1 + dd-plist-javadoc: + rationale: Javadoc for dd-plist + buildorder: 1 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/dd-plist.git + ref: c349651e50814cde036e7709719cbd22d25196c1 + directory-maven-plugin: + rationale: Dependency of jmc and jaf + buildorder: 2 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/directory-maven-plugin.git + ref: f5143839d775335e329c8ba75a2db3d3467c4c14 + directory-maven-plugin-javadoc: + rationale: Javadoc for directory-maven-plugin + buildorder: 2 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/directory-maven-plugin.git + ref: f5143839d775335e329c8ba75a2db3d3467c4c14 + ee4j-parent: + rationale: Dependency of jaf and javamail + buildorder: 3 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/ee4j-parent.git + ref: 20966254900653665f6c9e3217c309e08b997502 + fix-info-plist-maven-plugin: + rationale: Dependency of jmc + buildorder: 5 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/fix-info-plist-maven-plugin.git + ref: f30346d174625b220d1e780e7c30cc93d982b354 + fix-info-plist-maven-plugin-javadoc: + rationale: Javadoc for fix-info-plist-maven-plugin + buildorder: 5 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/fix-info-plist-maven-plugin.git + ref: f30346d174625b220d1e780e7c30cc93d982b354 + jaf: + rationale: Dependency of jmc + buildorder: 7 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jaf.git + ref: 5e6ac0d51697c608cedb1a30a1ad0ba79244ab8e + jaf-javadoc: + rationale: Javadoc for jaf + buildorder: 7 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jaf.git + ref: 5e6ac0d51697c608cedb1a30a1ad0ba79244ab8e + javamail: + rationale: Dependency of jmc + buildorder: 6 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/javamail.git + ref: 114cabebe1ddc8415c673ad5c6ccb57457705947 + jmc: + rationale: Standalone application + buildorder: 9 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jmc.git + ref: fedd68e3cf791a82accbb955890367c024484c27 + jmc-core: + rationale: Core API + buildorder: 8 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jmc-core.git + ref: 18fab29ca72baca900801563be0b39702a10e0a1 + jmc-core-javadoc: + rationale: Javadoc for jmc-core + buildorder: 8 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jmc-core.git + ref: 18fab29ca72baca900801563be0b39702a10e0a1 + owasp-java-encoder: + rationale: Dependency of jmc-core + buildorder: 4 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/owasp-java-encoder.git + ref: a2026c93ac201d2ce5cce099dddb69ab1e05b057 + owasp-java-encoder-javadoc: + rationale: Javadoc for owasp-java-encoder + buildorder: 4 + repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/owasp-java-encoder.git + ref: a2026c93ac201d2ce5cce099dddb69ab1e05b057 From 79771159659b7d06d14860b18bbe41c7fe47a14a Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Tue, 18 Dec 2018 14:06:18 -0500 Subject: [PATCH 02/62] update URLs for RPM components --- jmc-module.yaml | 45 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/jmc-module.yaml b/jmc-module.yaml index 21ca3dd..0f4ff9c 100644 --- a/jmc-module.yaml +++ b/jmc-module.yaml @@ -45,75 +45,60 @@ data: dd-plist: rationale: Dependency of fix-info-plist-maven-plugin buildorder: 1 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/dd-plist.git - ref: c349651e50814cde036e7709719cbd22d25196c1 + repository: https://src.fedoraproject.org/rpms/dd-plist.git dd-plist-javadoc: rationale: Javadoc for dd-plist buildorder: 1 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/dd-plist.git - ref: c349651e50814cde036e7709719cbd22d25196c1 + repository: https://src.fedoraproject.org/rpms/dd-plist.git directory-maven-plugin: rationale: Dependency of jmc and jaf buildorder: 2 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/directory-maven-plugin.git - ref: f5143839d775335e329c8ba75a2db3d3467c4c14 + repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git directory-maven-plugin-javadoc: rationale: Javadoc for directory-maven-plugin buildorder: 2 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/directory-maven-plugin.git - ref: f5143839d775335e329c8ba75a2db3d3467c4c14 + repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git ee4j-parent: rationale: Dependency of jaf and javamail buildorder: 3 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/ee4j-parent.git - ref: 20966254900653665f6c9e3217c309e08b997502 + repository: https://src.fedoraproject.org/rpms/ee4j-parent.git fix-info-plist-maven-plugin: rationale: Dependency of jmc buildorder: 5 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/fix-info-plist-maven-plugin.git - ref: f30346d174625b220d1e780e7c30cc93d982b354 + repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git fix-info-plist-maven-plugin-javadoc: rationale: Javadoc for fix-info-plist-maven-plugin buildorder: 5 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/fix-info-plist-maven-plugin.git - ref: f30346d174625b220d1e780e7c30cc93d982b354 + repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git jaf: rationale: Dependency of jmc buildorder: 7 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jaf.git - ref: 5e6ac0d51697c608cedb1a30a1ad0ba79244ab8e + repository: https://src.fedoraproject.org/rpms/jaf.git jaf-javadoc: rationale: Javadoc for jaf buildorder: 7 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jaf.git - ref: 5e6ac0d51697c608cedb1a30a1ad0ba79244ab8e + repository: https://src.fedoraproject.org/rpms/jaf.git javamail: rationale: Dependency of jmc buildorder: 6 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/javamail.git - ref: 114cabebe1ddc8415c673ad5c6ccb57457705947 + repository: https://src.fedoraproject.org/forks/sasiddiq/rpms/javamail.git jmc: rationale: Standalone application buildorder: 9 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jmc.git - ref: fedd68e3cf791a82accbb955890367c024484c27 + repository: https://src.fedoraproject.org/rpms/jmc.git jmc-core: rationale: Core API buildorder: 8 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jmc-core.git - ref: 18fab29ca72baca900801563be0b39702a10e0a1 + repository: https://src.fedoraproject.org/rpms/jmc-core.git jmc-core-javadoc: rationale: Javadoc for jmc-core buildorder: 8 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/jmc-core.git - ref: 18fab29ca72baca900801563be0b39702a10e0a1 + repository: https://src.fedoraproject.org/rpms/jmc-core.git owasp-java-encoder: rationale: Dependency of jmc-core buildorder: 4 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/owasp-java-encoder.git - ref: a2026c93ac201d2ce5cce099dddb69ab1e05b057 + repository: https://src.fedoraproject.org/rpms/owasp-java-encoder.git owasp-java-encoder-javadoc: rationale: Javadoc for owasp-java-encoder buildorder: 4 - repository: https://copr-dist-git.fedorainfracloud.org/git/sasiddiq/missioncontrol/owasp-java-encoder.git - ref: a2026c93ac201d2ce5cce099dddb69ab1e05b057 + repository: https://src.fedoraproject.org/rpms/owasp-java-encoder.git From 4620c500dafe265a86bcdd29cb455bf79243995c Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Tue, 18 Dec 2018 14:18:09 -0500 Subject: [PATCH 03/62] fix errors from fedmod lint --- jmc-module.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/jmc-module.yaml b/jmc-module.yaml index 0f4ff9c..143375f 100644 --- a/jmc-module.yaml +++ b/jmc-module.yaml @@ -1,9 +1,6 @@ document: modulemd version: 2 data: - name: jmc - stream: master - version: 20181205213651 summary: Java Mission Control is a profiling and diagnostics tool for the Hotspot JVM description: >- Java Mission Control is a powerful profiler for HotSpot JVMs and has an @@ -12,14 +9,20 @@ data: developers and administrators to collect and analyze data from Java applications running locally or deployed in production environments. license: + module: - GPL profiles: - JMC Standalone: + default: rpms: - jmc - JMC Core API: + core: rpms: - jmc-core + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] api: rpms: - jmc-core From e990069f695598d32a1ffd1558183602cd1ac63d Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Wed, 19 Dec 2018 10:37:29 -0500 Subject: [PATCH 04/62] rename modulemd --- jmc-module.yaml => jmc.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename jmc-module.yaml => jmc.yaml (100%) diff --git a/jmc-module.yaml b/jmc.yaml similarity index 100% rename from jmc-module.yaml rename to jmc.yaml From 4ff376e076379b084e830446a4ea113ac8c2ed12 Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Wed, 19 Dec 2018 10:53:48 -0500 Subject: [PATCH 05/62] remove directory-maven-plugin-javadoc rpm --- jmc.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 143375f..1a446bb 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -31,7 +31,6 @@ data: - dd-plist - dd-plist-javadoc - directory-maven-plugin - - directory-maven-plugin-javadoc - ee4j-parent - fix-info-plist-maven-plugin - fix-info-plist-maven-plugin-javadoc @@ -57,10 +56,6 @@ data: rationale: Dependency of jmc and jaf buildorder: 2 repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git - directory-maven-plugin-javadoc: - rationale: Javadoc for directory-maven-plugin - buildorder: 2 - repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git ee4j-parent: rationale: Dependency of jaf and javamail buildorder: 3 From d58258102f20a95d0cf87c09ea152e3752b18785 Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Wed, 19 Dec 2018 12:05:18 -0500 Subject: [PATCH 06/62] remove filters --- jmc.yaml | 84 ++++++++++++++++++++++++-------------------------------- 1 file changed, 36 insertions(+), 48 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 1a446bb..d9647f2 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -26,22 +26,6 @@ data: api: rpms: - jmc-core - filter: - rpms: - - dd-plist - - dd-plist-javadoc - - directory-maven-plugin - - ee4j-parent - - fix-info-plist-maven-plugin - - fix-info-plist-maven-plugin-javadoc - - jaf - - jaf-javadoc - - javamail - - jmc - - jmc-core - - jmc-core-javadoc - - owasp-java-encoder - - owasp-java-encoder-javadoc components: rpms: dd-plist: @@ -56,42 +40,14 @@ data: rationale: Dependency of jmc and jaf buildorder: 2 repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git + directory-maven-plugin-javadoc: + rationale: Javadoc for directory-maven-plugin + buildorder: 2 + repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git ee4j-parent: rationale: Dependency of jaf and javamail buildorder: 3 repository: https://src.fedoraproject.org/rpms/ee4j-parent.git - fix-info-plist-maven-plugin: - rationale: Dependency of jmc - buildorder: 5 - repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git - fix-info-plist-maven-plugin-javadoc: - rationale: Javadoc for fix-info-plist-maven-plugin - buildorder: 5 - repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git - jaf: - rationale: Dependency of jmc - buildorder: 7 - repository: https://src.fedoraproject.org/rpms/jaf.git - jaf-javadoc: - rationale: Javadoc for jaf - buildorder: 7 - repository: https://src.fedoraproject.org/rpms/jaf.git - javamail: - rationale: Dependency of jmc - buildorder: 6 - repository: https://src.fedoraproject.org/forks/sasiddiq/rpms/javamail.git - jmc: - rationale: Standalone application - buildorder: 9 - repository: https://src.fedoraproject.org/rpms/jmc.git - jmc-core: - rationale: Core API - buildorder: 8 - repository: https://src.fedoraproject.org/rpms/jmc-core.git - jmc-core-javadoc: - rationale: Javadoc for jmc-core - buildorder: 8 - repository: https://src.fedoraproject.org/rpms/jmc-core.git owasp-java-encoder: rationale: Dependency of jmc-core buildorder: 4 @@ -100,3 +56,35 @@ data: rationale: Javadoc for owasp-java-encoder buildorder: 4 repository: https://src.fedoraproject.org/rpms/owasp-java-encoder.git + fix-info-plist-maven-plugin: + rationale: Dependency of jmc + buildorder: 5 + repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git + fix-info-plist-maven-plugin-javadoc: + rationale: Javadoc for fix-info-plist-maven-plugin + buildorder: 5 + repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git + javamail: + rationale: Dependency of jmc + buildorder: 6 + repository: https://src.fedoraproject.org/forks/sasiddiq/rpms/javamail.git + jaf: + rationale: Dependency of jmc + buildorder: 7 + repository: https://src.fedoraproject.org/rpms/jaf.git + jaf-javadoc: + rationale: Javadoc for jaf + buildorder: 7 + repository: https://src.fedoraproject.org/rpms/jaf.git + jmc-core: + rationale: Core API + buildorder: 8 + repository: https://src.fedoraproject.org/rpms/jmc-core.git + jmc-core-javadoc: + rationale: Javadoc for jmc-core + buildorder: 8 + repository: https://src.fedoraproject.org/rpms/jmc-core.git + jmc: + rationale: Standalone application + buildorder: 9 + repository: https://src.fedoraproject.org/rpms/jmc.git From ee985886b951021fd5c420fd963fa3e901c44882 Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Wed, 19 Dec 2018 13:26:36 -0500 Subject: [PATCH 07/62] remove javadoc packages --- jmc.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index d9647f2..d33ffc7 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -32,18 +32,10 @@ data: rationale: Dependency of fix-info-plist-maven-plugin buildorder: 1 repository: https://src.fedoraproject.org/rpms/dd-plist.git - dd-plist-javadoc: - rationale: Javadoc for dd-plist - buildorder: 1 - repository: https://src.fedoraproject.org/rpms/dd-plist.git directory-maven-plugin: rationale: Dependency of jmc and jaf buildorder: 2 repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git - directory-maven-plugin-javadoc: - rationale: Javadoc for directory-maven-plugin - buildorder: 2 - repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git ee4j-parent: rationale: Dependency of jaf and javamail buildorder: 3 @@ -52,18 +44,10 @@ data: rationale: Dependency of jmc-core buildorder: 4 repository: https://src.fedoraproject.org/rpms/owasp-java-encoder.git - owasp-java-encoder-javadoc: - rationale: Javadoc for owasp-java-encoder - buildorder: 4 - repository: https://src.fedoraproject.org/rpms/owasp-java-encoder.git fix-info-plist-maven-plugin: rationale: Dependency of jmc buildorder: 5 repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git - fix-info-plist-maven-plugin-javadoc: - rationale: Javadoc for fix-info-plist-maven-plugin - buildorder: 5 - repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git javamail: rationale: Dependency of jmc buildorder: 6 @@ -72,18 +56,10 @@ data: rationale: Dependency of jmc buildorder: 7 repository: https://src.fedoraproject.org/rpms/jaf.git - jaf-javadoc: - rationale: Javadoc for jaf - buildorder: 7 - repository: https://src.fedoraproject.org/rpms/jaf.git jmc-core: rationale: Core API buildorder: 8 repository: https://src.fedoraproject.org/rpms/jmc-core.git - jmc-core-javadoc: - rationale: Javadoc for jmc-core - buildorder: 8 - repository: https://src.fedoraproject.org/rpms/jmc-core.git jmc: rationale: Standalone application buildorder: 9 From 3e7fe104c46e616a56610342fc16c92f1e99f498 Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Wed, 19 Dec 2018 13:59:47 -0500 Subject: [PATCH 08/62] remove repository URLs from components --- jmc.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index d33ffc7..1d10f34 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -31,36 +31,27 @@ data: dd-plist: rationale: Dependency of fix-info-plist-maven-plugin buildorder: 1 - repository: https://src.fedoraproject.org/rpms/dd-plist.git directory-maven-plugin: rationale: Dependency of jmc and jaf buildorder: 2 - repository: https://src.fedoraproject.org/rpms/directory-maven-plugin.git ee4j-parent: rationale: Dependency of jaf and javamail buildorder: 3 - repository: https://src.fedoraproject.org/rpms/ee4j-parent.git owasp-java-encoder: rationale: Dependency of jmc-core buildorder: 4 - repository: https://src.fedoraproject.org/rpms/owasp-java-encoder.git fix-info-plist-maven-plugin: rationale: Dependency of jmc buildorder: 5 - repository: https://src.fedoraproject.org/rpms/fix-info-plist-maven-plugin.git javamail: rationale: Dependency of jmc buildorder: 6 - repository: https://src.fedoraproject.org/forks/sasiddiq/rpms/javamail.git jaf: rationale: Dependency of jmc buildorder: 7 - repository: https://src.fedoraproject.org/rpms/jaf.git jmc-core: rationale: Core API buildorder: 8 - repository: https://src.fedoraproject.org/rpms/jmc-core.git jmc: rationale: Standalone application buildorder: 9 - repository: https://src.fedoraproject.org/rpms/jmc.git From 4d4b6493c9d8519bcdb56354d92d1bb08d77734c Mon Sep 17 00:00:00 2001 From: Salman Siddiqui Date: Wed, 19 Dec 2018 14:37:11 -0500 Subject: [PATCH 09/62] add ref: jmc to component RPMs --- jmc.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jmc.yaml b/jmc.yaml index 1d10f34..e4522c6 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -31,27 +31,36 @@ data: dd-plist: rationale: Dependency of fix-info-plist-maven-plugin buildorder: 1 + ref: jmc directory-maven-plugin: rationale: Dependency of jmc and jaf buildorder: 2 + ref: jmc ee4j-parent: rationale: Dependency of jaf and javamail buildorder: 3 + ref: jmc owasp-java-encoder: rationale: Dependency of jmc-core buildorder: 4 + ref: jmc fix-info-plist-maven-plugin: rationale: Dependency of jmc buildorder: 5 + ref: jmc javamail: rationale: Dependency of jmc buildorder: 6 + ref: jmc jaf: rationale: Dependency of jmc buildorder: 7 + ref: jmc jmc-core: rationale: Core API buildorder: 8 + ref: jmc jmc: rationale: Standalone application buildorder: 9 + ref: jmc From 28327114f911ef3e064b246a9680aff3ad495a76 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Fri, 21 Dec 2018 13:47:24 -0500 Subject: [PATCH 10/62] Update build orders --- jmc.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index e4522c6..fb52a64 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -30,37 +30,37 @@ data: rpms: dd-plist: rationale: Dependency of fix-info-plist-maven-plugin - buildorder: 1 + buildorder: 0 ref: jmc directory-maven-plugin: rationale: Dependency of jmc and jaf - buildorder: 2 + buildorder: 0 ref: jmc ee4j-parent: rationale: Dependency of jaf and javamail - buildorder: 3 + buildorder: 0 ref: jmc owasp-java-encoder: rationale: Dependency of jmc-core - buildorder: 4 + buildorder: 0 ref: jmc fix-info-plist-maven-plugin: rationale: Dependency of jmc - buildorder: 5 + buildorder: 1 ref: jmc javamail: rationale: Dependency of jmc - buildorder: 6 + buildorder: 1 ref: jmc jaf: rationale: Dependency of jmc - buildorder: 7 + buildorder: 1 ref: jmc jmc-core: rationale: Core API - buildorder: 8 + buildorder: 1 ref: jmc jmc: rationale: Standalone application - buildorder: 9 + buildorder: 2 ref: jmc From cef09eede7e87d930c5beee47c9a686ae2cb13ff Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Fri, 21 Dec 2018 15:31:10 -0500 Subject: [PATCH 11/62] Disable build for f28 --- jmc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index fb52a64..4e9a3ef 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,9 +20,9 @@ data: - jmc-core dependencies: - buildrequires: - platform: [] + platform: [-f28] requires: - platform: [] + platform: [-f28] api: rpms: - jmc-core From 73e08ce82c027a73a92f238925943f0e8d58e7db Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Tue, 15 Jan 2019 16:40:25 -0500 Subject: [PATCH 12/62] Update module rpms From b1c7df6fff59442d7ba59e5dce67dd9cbec5b639 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Wed, 16 Jan 2019 08:43:55 -0500 Subject: [PATCH 13/62] Fix package build order --- jmc.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 4e9a3ef..c82a9be 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -48,19 +48,19 @@ data: rationale: Dependency of jmc buildorder: 1 ref: jmc + jaf: + rationale: Dependency of javamail and jmc + buildorder: 1 + ref: jmc javamail: rationale: Dependency of jmc - buildorder: 1 - ref: jmc - jaf: - rationale: Dependency of jmc - buildorder: 1 + buildorder: 2 ref: jmc jmc-core: - rationale: Core API - buildorder: 1 + rationale: Core API. Dependency of jmc + buildorder: 2 ref: jmc jmc: rationale: Standalone application - buildorder: 2 + buildorder: 3 ref: jmc From d353d8ba4586a1d7e136ac988093ab69d3beff53 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Wed, 23 Jan 2019 09:02:52 -0500 Subject: [PATCH 14/62] Update packages. Remove unused packages --- jmc.yaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index c82a9be..1e81034 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -28,10 +28,6 @@ data: - jmc-core components: rpms: - dd-plist: - rationale: Dependency of fix-info-plist-maven-plugin - buildorder: 0 - ref: jmc directory-maven-plugin: rationale: Dependency of jmc and jaf buildorder: 0 @@ -44,22 +40,18 @@ data: rationale: Dependency of jmc-core buildorder: 0 ref: jmc - fix-info-plist-maven-plugin: - rationale: Dependency of jmc - buildorder: 1 - ref: jmc jaf: rationale: Dependency of javamail and jmc buildorder: 1 ref: jmc + jmc-core: + rationale: Core API. Dependency of jmc + buildorder: 1 + ref: jmc javamail: rationale: Dependency of jmc buildorder: 2 ref: jmc - jmc-core: - rationale: Core API. Dependency of jmc - buildorder: 2 - ref: jmc jmc: rationale: Standalone application buildorder: 3 From 70499fcaa2807207d70d26da1e593c79053ab4fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 22:51:30 +0000 Subject: [PATCH 15/62] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 8bd289fb62e821a34bf40f4ee039d4a4d1d09f5a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:14:04 +0000 Subject: [PATCH 16/62] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From e62fc44f6b52b052ee5e8082c95ba771de3ba442 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:07:01 +0000 Subject: [PATCH 17/62] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From 691f787a71ae41cd45ad97ba07c78315bb6fc7c3 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Thu, 14 Mar 2019 14:58:42 -0400 Subject: [PATCH 18/62] Build with updated rpms From f91fc591ed0041e2598fbe6bbe0bbe492140dcf2 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Tue, 26 Mar 2019 12:27:20 -0400 Subject: [PATCH 19/62] Build with updated jmc rpm From 0dfa0ba9b637e8503c20a8d6c0364bc693ba147c Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Mon, 3 Jun 2019 14:20:22 -0400 Subject: [PATCH 20/62] Build with updated packages for f30 only --- jmc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 1e81034..012668f 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,9 +20,9 @@ data: - jmc-core dependencies: - buildrequires: - platform: [-f28] + platform: [f30] requires: - platform: [-f28] + platform: [f30] api: rpms: - jmc-core From bd19facdc99016f5ed655d801f10295a52a0106d Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Tue, 4 Jun 2019 09:21:43 -0400 Subject: [PATCH 21/62] Build with updated sources for jmc/jmc-core From 5da8b089dac89871d321c0956097de8ca651174c Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Wed, 5 Jun 2019 10:17:40 -0400 Subject: [PATCH 22/62] Build with updated package: jmc From dc9134ae63e09755f1fbb58c720358e6d56ed9dc Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Wed, 7 Aug 2019 16:07:35 -0400 Subject: [PATCH 23/62] Add dependency on tycho and eclipse modules --- jmc.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jmc.yaml b/jmc.yaml index 012668f..b3a91f9 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -21,8 +21,12 @@ data: dependencies: - buildrequires: platform: [f30] + tycho: [1.4] + eclipse: [2019-06] requires: platform: [f30] + tycho: [1.4] + eclipse: [2019-06] api: rpms: - jmc-core From 4ed7317e228d84d6e24a108e3b8ca1f88a9684d7 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Fri, 9 Aug 2019 16:47:36 -0400 Subject: [PATCH 24/62] Update platform version --- jmc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index b3a91f9..7d39344 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,11 +20,11 @@ data: - jmc-core dependencies: - buildrequires: - platform: [f30] + platform: [f31] tycho: [1.4] eclipse: [2019-06] requires: - platform: [f30] + platform: [f31] tycho: [1.4] eclipse: [2019-06] api: From 5d643cd4bd80c8857954dfb5b7ecb795d67db138 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Fri, 9 Aug 2019 16:51:45 -0400 Subject: [PATCH 25/62] Update module dependencies --- jmc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 7d39344..30dc050 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,12 +20,12 @@ data: - jmc-core dependencies: - buildrequires: - platform: [f31] + platform: [-f29] tycho: [1.4] eclipse: [2019-06] + javapackages-tools: [201801] requires: - platform: [f31] - tycho: [1.4] + platform: [-f29] eclipse: [2019-06] api: rpms: From 7436f70ab892e6ea7032f8f80eecf7616416dd13 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Mon, 12 Aug 2019 10:10:28 -0400 Subject: [PATCH 26/62] Update module dependencies again --- jmc.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 30dc050..9eb6513 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,12 +20,11 @@ data: - jmc-core dependencies: - buildrequires: - platform: [-f29] + platform: [f30] tycho: [1.4] eclipse: [2019-06] - javapackages-tools: [201801] requires: - platform: [-f29] + platform: [f30] eclipse: [2019-06] api: rpms: From cda8b04e2f8dccc589819ef7744119e9bb5dde64 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Mon, 12 Aug 2019 10:12:06 -0400 Subject: [PATCH 27/62] Add explicit ant dependency --- jmc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jmc.yaml b/jmc.yaml index 9eb6513..b190c6f 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -23,6 +23,7 @@ data: platform: [f30] tycho: [1.4] eclipse: [2019-06] + ant: [1.10] requires: platform: [f30] eclipse: [2019-06] From dcbad86d63f4ee1c8defd3350894ac41f74869f8 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Mon, 12 Aug 2019 10:13:18 -0400 Subject: [PATCH 28/62] Remove ant dependency. Don't restrict platform version --- jmc.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index b190c6f..f68d0d4 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,12 +20,11 @@ data: - jmc-core dependencies: - buildrequires: - platform: [f30] + platform: [] tycho: [1.4] eclipse: [2019-06] - ant: [1.10] requires: - platform: [f30] + platform: [] eclipse: [2019-06] api: rpms: From 130b437751512f62bc70e4ef312319c6a400e848 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Mon, 12 Aug 2019 10:46:48 -0400 Subject: [PATCH 29/62] Remove eclipse module build dependency --- jmc.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/jmc.yaml b/jmc.yaml index f68d0d4..141265d 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -22,7 +22,6 @@ data: - buildrequires: platform: [] tycho: [1.4] - eclipse: [2019-06] requires: platform: [] eclipse: [2019-06] From 38cc74f75485c626aae1afd153f0f87f32b96968 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 14:59:11 +0000 Subject: [PATCH 30/62] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 19a5e906f42e6554af4af7926f36ab6ad9153b3e Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Tue, 13 Aug 2019 08:45:55 -0400 Subject: [PATCH 31/62] Rebuild From 35979c68462ba684e891c9fbb06b059cba441e6e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 19:54:53 +0000 Subject: [PATCH 32/62] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From 3fd2fbaca344de96513b96c9cf89139ad54659f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 4 Sep 2019 19:16:18 +0000 Subject: [PATCH 33/62] Branching f31 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From 0ef33a1bf7e8c6639b2a28b3b736057776d51ce2 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Thu, 3 Oct 2019 15:06:47 -0400 Subject: [PATCH 34/62] Update eclipse to 2019-09 --- jmc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmc.yaml b/jmc.yaml index 141265d..5f40906 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -24,7 +24,7 @@ data: tycho: [1.4] requires: platform: [] - eclipse: [2019-06] + eclipse: [2019-09] api: rpms: - jmc-core From a2e8a81a0c94316048a0e37190ad81cb8b02e73a Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Thu, 3 Oct 2019 16:24:53 -0400 Subject: [PATCH 35/62] Rebuild From 2ecbf0d0edbf3d1b113454c0ef60f19877e76f91 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Fri, 4 Oct 2019 14:16:42 -0400 Subject: [PATCH 36/62] Build with updated packages: jmc jmc-core From fefef6920079709d3cad6cfdcb908ee819643848 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Fri, 4 Oct 2019 16:27:35 -0400 Subject: [PATCH 37/62] Build with updated packages: jmc jmc-core From b63c523cb5709ba46c974572f5b2f65532e5720e Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Tue, 19 Nov 2019 14:07:30 -0500 Subject: [PATCH 38/62] Rebuild with updated package: jmc From 5f06ba81fe88ddb60445f092d3c64977e11ccfcb Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Wed, 20 Nov 2019 11:11:37 -0500 Subject: [PATCH 39/62] Rebuild again with updated package: jmc From b5eb3d011b9d1c6310fcd83b766f3d1251a05588 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Wed, 20 Nov 2019 13:09:32 -0500 Subject: [PATCH 40/62] Rebuild with updated package: jmc From 059b46c9e1abf13e619f735424cd53ab2654c53c Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Wed, 20 Nov 2019 14:05:39 -0500 Subject: [PATCH 41/62] Build for f30 and f31 --- jmc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 5f40906..ad2434b 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,10 +20,10 @@ data: - jmc-core dependencies: - buildrequires: - platform: [] + platform: [f30, f31] tycho: [1.4] requires: - platform: [] + platform: [f30, f31] eclipse: [2019-09] api: rpms: From 3fd065a0d610ed07c03f843433ab61769eac9769 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Tue, 26 Nov 2019 16:29:33 -0500 Subject: [PATCH 42/62] Rebuild for all with updated package: jmc --- jmc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index ad2434b..5f40906 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,10 +20,10 @@ data: - jmc-core dependencies: - buildrequires: - platform: [f30, f31] + platform: [] tycho: [1.4] requires: - platform: [f30, f31] + platform: [] eclipse: [2019-09] api: rpms: From 51b7424eee30149efdbe021404a63a10d4e8cec6 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Tue, 26 Nov 2019 17:32:43 -0500 Subject: [PATCH 43/62] Rebuild with updated packages: jmc and jmc-core From 250c3b35f986173bdd2cb15876f85500011320d9 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Thu, 9 Jan 2020 10:24:19 -0500 Subject: [PATCH 44/62] Rebuild with updated packages: jmc and jmc-core From 6037db84b4b7ec51c8b6f7f74e93d049e119622c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 6 Feb 2020 18:22:19 +0000 Subject: [PATCH 45/62] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering From ec277d47caf3a2874ac1d31de01c3be6f1f523ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 13 Feb 2020 03:39:17 +0000 Subject: [PATCH 46/62] Branching f32 from rawhide Signed-off-by: Fedora Release Engineering From 688fbd810bb604792469219e9ce4ee91d63abe60 Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Wed, 11 Mar 2020 10:43:07 -0400 Subject: [PATCH 47/62] rebuild with updated packages: jmc and jmc-core From 62204aaf21ec5ca168b78c1a29bb49606600faa8 Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Thu, 16 Jul 2020 13:44:55 -0400 Subject: [PATCH 48/62] rebuild with replacement of jaf with jakarta-activation --- jmc.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 5f40906..0a2d8e3 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -31,20 +31,20 @@ data: components: rpms: directory-maven-plugin: - rationale: Dependency of jmc and jaf + rationale: Dependency of jmc buildorder: 0 ref: jmc ee4j-parent: - rationale: Dependency of jaf and javamail + rationale: Dependency of javamail buildorder: 0 ref: jmc owasp-java-encoder: rationale: Dependency of jmc-core buildorder: 0 ref: jmc - jaf: + jakarta-activation: rationale: Dependency of javamail and jmc - buildorder: 1 + buildorder: 0 ref: jmc jmc-core: rationale: Core API. Dependency of jmc From 1fec564187f486a80bd84e7db0f8f5df3b8428a5 Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Thu, 16 Jul 2020 14:17:04 -0400 Subject: [PATCH 49/62] rebuild using correct branch for jakarta-activation --- jmc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmc.yaml b/jmc.yaml index 0a2d8e3..3e1a591 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -45,7 +45,7 @@ data: jakarta-activation: rationale: Dependency of javamail and jmc buildorder: 0 - ref: jmc + ref: f32 jmc-core: rationale: Core API. Dependency of jmc buildorder: 1 From 71e32023e3e934388d05bc6320e3f12b6d3fa24b Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Mon, 20 Jul 2020 11:04:55 -0400 Subject: [PATCH 50/62] rebuild with updated package: jmc From 1e882e392355935d22cee40e07c4f8813bd08504 Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Thu, 23 Jul 2020 17:27:56 -0400 Subject: [PATCH 51/62] rebuild with updated package: jmc From 60db839d9dc2b4d8890d315d2facb7df9eacb487 Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Thu, 23 Jul 2020 17:28:52 -0400 Subject: [PATCH 52/62] remove jakarta-activation from yaml --- jmc.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 3e1a591..d127e8f 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -42,10 +42,6 @@ data: rationale: Dependency of jmc-core buildorder: 0 ref: jmc - jakarta-activation: - rationale: Dependency of javamail and jmc - buildorder: 0 - ref: f32 jmc-core: rationale: Core API. Dependency of jmc buildorder: 1 From 791b55ccf2641e116ccd73d884c65b4867d59691 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 7 Aug 2020 15:30:35 +0000 Subject: [PATCH 53/62] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 18bb4c1ebb251297a5faf532ec1aae07cb314aaf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 11 Aug 2020 15:42:20 +0000 Subject: [PATCH 54/62] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 093899213009b710382cf56acfd89b19e61b9407 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Aug 2020 10:19:24 +0000 Subject: [PATCH 55/62] Branching f33 from rawhide Signed-off-by: Fedora Release Engineering From 52d1742c40b886a40b6a2618cdc2a5328c82d63b Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Thu, 20 Aug 2020 12:08:02 -0400 Subject: [PATCH 56/62] update yaml to handle different dependencies based on fedora version --- jmc.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index d127e8f..5f5cb80 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,11 +20,17 @@ data: - jmc-core dependencies: - buildrequires: - platform: [] + platform: [f31, f32] tycho: [1.4] requires: - platform: [] + platform: [f31, f32] eclipse: [2019-09] + - buildrequires: + platform: [] + tycho: [1.6] + requires: + platform: [] + eclipse: [latest] api: rpms: - jmc-core @@ -48,9 +54,9 @@ data: ref: jmc javamail: rationale: Dependency of jmc - buildorder: 2 + buildorder: 1 ref: jmc jmc: rationale: Standalone application - buildorder: 3 + buildorder: 2 ref: jmc From 8500c9ea2954bbcfb8dda825f1e1ea2f950ce4ee Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Thu, 27 Aug 2020 18:09:07 -0400 Subject: [PATCH 57/62] remove eclipse and tycho module dependencies --- jmc.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 5f5cb80..92adbb7 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -26,11 +26,9 @@ data: platform: [f31, f32] eclipse: [2019-09] - buildrequires: - platform: [] - tycho: [1.6] + platform: [-f31, -f32] requires: - platform: [] - eclipse: [latest] + platform: [-f31, -f32] api: rpms: - jmc-core From dcd6dba6dc05bc8c4295c65e79fd18291006be6d Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Wed, 2 Sep 2020 15:41:58 -0400 Subject: [PATCH 58/62] Build for f33 and f34. Drop module dependencies in favor of ursine --- jmc.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index 92adbb7..e3d01fd 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,15 +20,9 @@ data: - jmc-core dependencies: - buildrequires: - platform: [f31, f32] - tycho: [1.4] + platform: [-f31, -f32, -el8] requires: - platform: [f31, f32] - eclipse: [2019-09] - - buildrequires: - platform: [-f31, -f32] - requires: - platform: [-f31, -f32] + platform: [-f31, -f32, -el8] api: rpms: - jmc-core From fe66cd8f5fffa4aa4ca89d077b2c781e99c8e1b9 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Wed, 4 Nov 2020 16:48:53 -0500 Subject: [PATCH 59/62] Rebuild for f33+ with no dependency on eclipse module From 5616b7a3d36f48419a2b678c3d5159e89a93633d Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Fri, 15 Jan 2021 10:44:41 -0500 Subject: [PATCH 60/62] Rebuild for f32 with updated package: jmc --- jmc.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jmc.yaml b/jmc.yaml index e3d01fd..460246c 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -20,9 +20,11 @@ data: - jmc-core dependencies: - buildrequires: - platform: [-f31, -f32, -el8] + platform: [f32] + tycho: [1.4] requires: - platform: [-f31, -f32, -el8] + platform: [f32] + eclipse: [2019-09] api: rpms: - jmc-core From 324cda60bb09c5c03e77fd6c95f03398a39a6b1f Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Tue, 19 Jan 2021 15:01:09 -0500 Subject: [PATCH 61/62] filter the jaf package out of the resulting f32 module --- jmc.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jmc.yaml b/jmc.yaml index 460246c..a5d208e 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -28,6 +28,9 @@ data: api: rpms: - jmc-core + filter: + rpms: + - jaf components: rpms: directory-maven-plugin: From 4399ab11cc9df9bc5d467bae3482c95aad841032 Mon Sep 17 00:00:00 2001 From: Alex Macdonald Date: Thu, 21 Jan 2021 17:15:57 -0500 Subject: [PATCH 62/62] add jakarta-activation to the components rpms list --- jmc.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jmc.yaml b/jmc.yaml index a5d208e..2e14ab9 100644 --- a/jmc.yaml +++ b/jmc.yaml @@ -41,6 +41,10 @@ data: rationale: Dependency of javamail buildorder: 0 ref: jmc + jakarta-activation: + rationale: Dependency of javamail + buildorder: 0 + ref: f32 owasp-java-encoder: rationale: Dependency of jmc-core buildorder: 0