From d477f3b27518e78d0006c86ba60654ee37511a66 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 23 Feb 2023 11:47:58 +0000 Subject: [PATCH] update modulemd etc --- gating.yaml | 8 ++++++++ mailman.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 gating.yaml create mode 100644 mailman.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..fe2638e --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !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/mailman.yaml b/mailman.yaml new file mode 100644 index 0000000..4fd059f --- /dev/null +++ b/mailman.yaml @@ -0,0 +1,39 @@ +--- +document: modulemd +version: 2 +data: + name: mailman + stream: 2.1 + summary: Electronic mail discussion and e-newsletter lists managing software + description: >- + An initial version of the mailman mailing list management software + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + python27: [2.7] + requires: + platform: [el8] + python27: [2.7] + references: + documentation: https://launchpad.net/mailman + tracker: https://bugs.launchpad.net/mailman + profiles: + common: + rpms: + - mailman + api: + rpms: + - mailman + filter: + rpms: + - python3-dns + components: + rpms: + mailman: + rationale: Module API. + ref: stream-2.1-rhel-8.8.0 + buildorder: 1 +...