diff --git a/pki-core.yaml b/pki-core.yaml new file mode 100644 index 0000000..01b5e4e --- /dev/null +++ b/pki-core.yaml @@ -0,0 +1,42 @@ +--- +document: modulemd +version: 2 +data: + name: pki-core + stream: "10.6" + summary: PKI Core module for PKI 10.6 or later + description: >- + A module for PKI Core packages for PKI version 10.6 or later. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8.4.0] + golang-ecosystem: [1.0] + pki-deps: [10.6] + requires: + platform: [el8] + pki-deps: [10.6] + references: + community: https://www.dogtagpki.org + documentation: https://www.dogtagpki.org + tracker: https://github.com/dogtagpki/pki/issues + components: + rpms: + jss: + rationale: JSS packages + ref: dca01dcb645fc7af25842d3bd32b669de8863173 + ldapjdk: + rationale: LDAP JDK packages + ref: 1b103369e53db9ed993af4593396362086e5d9e7 + buildorder: 1 + pki-core: + rationale: PKI Core packages + ref: 16d16926c3d24b50096dca0a7aad57916e3da0e5 + buildorder: 2 + tomcatjss: + rationale: TomcatJSS packages + ref: c82a9eb071a1abd6ca3007363035e96046bbfbbd + buildorder: 1 +...