update modulemd etc

This commit is contained in:
Adam Samalik 2023-02-23 11:48:01 +00:00
commit 509d0be11d
2 changed files with 47 additions and 0 deletions

9
gating.yaml Normal file
View File

@ -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}

38
squid.yaml Normal file
View File

@ -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
...