varnish/varnish.yaml

45 lines
880 B
YAML
Raw Normal View History

2023-02-23 11:48:01 +00:00
---
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.
2023-09-04 08:49:41 +00:00
ref: stream-varnish-6-rhel-8.10.0
2023-02-23 11:48:01 +00:00
varnish-modules:
rationale: Extension modules.
2023-09-04 08:49:41 +00:00
ref: stream-varnish-6-rhel-8.10.0
2023-02-23 11:48:01 +00:00
buildorder: 1
...