From 5ff73e36e9cd0ac2bdc10867af7b702138a7089a Mon Sep 17 00:00:00 2001 From: Carl George Date: May 27 2021 14:41:00 +0000 Subject: transmodrify/c8s-stream-2.1/mailman-2.1-8050020210427120019.fd901a62 --- diff --git a/mailman.yaml b/mailman.yaml new file mode 100644 index 0000000..941bf09 --- /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.5.0] + 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: be748fff6a6b044ba3f9e9264defbe13572d3747 + buildorder: 1 +...