diff --git a/pki-core.yaml b/pki-core.yaml new file mode 100644 index 0000000..47c0388 --- /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: b6a992b876c4343ca295f0ff75ca4750735e9cde + ldapjdk: + rationale: LDAP JDK packages + ref: 1b103369e53db9ed993af4593396362086e5d9e7 + buildorder: 1 + pki-core: + rationale: PKI Core packages + ref: 0b768206b78cc3412b66aa9c58252f700c577488 + buildorder: 2 + tomcatjss: + rationale: TomcatJSS packages + ref: c82a9eb071a1abd6ca3007363035e96046bbfbbd + buildorder: 1 +...