51 lines
1 KiB
YAML
51 lines
1 KiB
YAML
document: modulemd-packager
|
|
version: 3
|
|
data:
|
|
summary: Varnish HTTP cache
|
|
description: Varnish Cache web application accelerator
|
|
license:
|
|
- MIT
|
|
configurations:
|
|
|
|
- context: 75741a8b
|
|
platform: f38
|
|
buildopts:
|
|
rpms:
|
|
macros: |
|
|
%_without_python2 1
|
|
%_with_python3 1
|
|
|
|
- context: f39
|
|
platform: f39
|
|
buildopts:
|
|
rpms:
|
|
macros: |
|
|
%_without_python2 1
|
|
%_with_python3 1
|
|
|
|
references:
|
|
documentation: http://varnish-cache.org/docs/
|
|
tracker: https://github.com/varnishcache/varnish-cache/issues
|
|
|
|
profiles:
|
|
default:
|
|
description: A standard installation
|
|
rpms:
|
|
- varnish
|
|
- varnish-modules
|
|
|
|
api:
|
|
rpms:
|
|
- varnish
|
|
- varnish-modules
|
|
|
|
components:
|
|
rpms:
|
|
varnish:
|
|
rationale: Module API.
|
|
ref: stream-6.0
|
|
buildorder: 0
|
|
varnish-modules:
|
|
rationale: Extension modules.
|
|
ref: stream-6.0
|
|
buildorder: 10
|