import varnish-6-8030020200530080205.30b713e6

This commit is contained in:
CentOS Sources 2020-06-10 00:59:38 +00:00 committed by Stepan Oksanichenko
commit 59c0744710
3 changed files with 44 additions and 0 deletions

0
.gitignore vendored Normal file
View File

0
.varnish.metadata Normal file
View File

44
SOURCES/modulemd.src.txt 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.3.0
varnish-modules:
rationale: Extension modules.
ref: stream-6-rhel-8.3.0
buildorder: 1
...