From 509d0be11d60e21dca8264f2dbd72d809fe7fe81 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 23 Feb 2023 11:48:01 +0000 Subject: [PATCH] update modulemd etc --- gating.yaml | 9 +++++++++ squid.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 gating.yaml create mode 100644 squid.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9bd1b86 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,9 @@ +--- !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} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier2.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.acceptance-tier.functional} diff --git a/squid.yaml b/squid.yaml new file mode 100644 index 0000000..4c19706 --- /dev/null +++ b/squid.yaml @@ -0,0 +1,38 @@ +--- +document: modulemd +version: 2 +data: + name: squid + stream: 4 + summary: Squid - Optimising Web Delivery + description: >- + an initial version of the squid caching proxy module + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [el8] + references: + documentation: http://www.squid-cache.org/Doc/ + tracker: https://bugs.squid-cache.org/index.cgi + profiles: + common: + rpms: + - squid + api: + rpms: + - squid + components: + rpms: + libecap: + rationale: library needed by Squid + ref: stream-1.0-rhel-8.8.0 + buildorder: 1 + squid: + rationale: squid caching proxy + ref: stream-4-rhel-8.8.0 + buildorder: 2 +...