commit 4a62d5fff5df91c8215039f2d892c0a59fbe3174 Author: Adam Samalik Date: Thu Feb 23 11:47:58 2023 +0000 update modulemd etc diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9f1d298 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate_modules +subject_type: redhat-module +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional} diff --git a/javapackages-runtime.yaml b/javapackages-runtime.yaml new file mode 100644 index 0000000..1489d4d --- /dev/null +++ b/javapackages-runtime.yaml @@ -0,0 +1,42 @@ +--- +document: modulemd +version: 2 +data: + summary: Basic runtime utilities to support Java applications + description: >- + This module contains basic filesystem layout and runtime utilities + used to support system applications written in JVM languages. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [] + profiles: + common: + rpms: + - javapackages-filesystem + - javapackages-tools + api: + rpms: + - javapackages-filesystem + - javapackages-tools + filter: + rpms: + - ivy-local + - javapackages-local + - maven-local + - python3-javapackages + buildopts: + rpms: + macros: | + %_without_asciidoc 1 + %_without_gradle 1 + components: + rpms: + javapackages-tools: + ref: stream-javapackages-runtime-201801 + rationale: > + Module API.