diff --git a/pki-core.yaml b/pki-core.yaml new file mode 100644 index 0000000..5150284 --- /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.5.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: 1be440da23b8b76ee5abe407ab5edcb4b0f8907a + ldapjdk: + rationale: LDAP JDK packages + ref: 34f8a7db22b393820fe85a67c971a498caaf0584 + buildorder: 1 + pki-core: + rationale: PKI Core packages + ref: f58fb3076df49526baf2f4b5dc8f37ff2488c488 + buildorder: 2 + tomcatjss: + rationale: TomcatJSS packages + ref: e48e1ac7cc7a862d016e5a7f5c1840d0a2437562 + buildorder: 1 +...