From 3efac50b0a15f18ff6557ca536f257c9ddb37767 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 | 8 ++++++++ varnish.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 gating.yaml create mode 100644 varnish.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..1a0e222 --- /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} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.acceptance-tier.functional} diff --git a/varnish.yaml b/varnish.yaml new file mode 100644 index 0000000..5e4d95c --- /dev/null +++ b/varnish.yaml @@ -0,0 +1,44 @@ +--- +document: modulemd +version: 2 +data: + name: varnish + stream: 6 + summary: Varnish HTTP cache + description: >- + Varnish Cache web application accelerator + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [el8] + references: + documentation: http://varnish-cache.org/docs/ + tracker: https://github.com/varnishcache/varnish-cache/issues + profiles: + common: + rpms: + - varnish + - varnish-modules + api: + rpms: + - varnish + - varnish-modules + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 + components: + rpms: + varnish: + rationale: Module API. + ref: stream-6-rhel-8.8.0 + varnish-modules: + rationale: Extension modules. + ref: stream-6-rhel-8.8.0 + buildorder: 1 +...