update modulemd etc

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

8
gating.yaml Normal file
View File

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

44
varnish.yaml Normal file
View File

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