import varnish-6-8030020200530080205.30b713e6

This commit is contained in:
CentOS Sources 2020-07-28 10:35:17 -04:00 committed by Stepan Oksanichenko
parent aa72dfa351
commit 0a847c2479

View File

@ -1,10 +1,15 @@
---
document: modulemd
version: 2
data:
name: varnish
stream: 6
summary: Varnish HTTP cache
description: Varnish Cache web application accelerator
description: >-
Varnish Cache web application accelerator
license:
module: [ MIT ]
module:
- MIT
dependencies:
- buildrequires:
platform: [el8]
@ -18,21 +23,22 @@ data:
rpms:
- varnish
- varnish-modules
api:
rpms:
- varnish
- varnish-modules
buildopts:
rpms:
macros: |
%_without_python2 1
%_with_python3 1
api:
rpms:
- varnish
- varnish-modules
components:
rpms:
varnish:
rationale: Module API.
ref: stream-6
ref: stream-6-rhel-8.3.0
varnish-modules:
rationale: Extension modules.
ref: stream-6
ref: stream-6-rhel-8.3.0
buildorder: 1
...