From 4065845f0b8334dc0eb0ace471631f9cd79b09d9 Mon Sep 17 00:00:00 2001 From: Carl George Date: Nov 09 2021 22:54:49 +0000 Subject: transmodrify/c8-stream-6/varnish-6-8050020210726171112.b4937e53 --- diff --git a/varnish.yaml b/varnish.yaml new file mode 100644 index 0000000..f2abb48 --- /dev/null +++ b/varnish.yaml @@ -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.5.0] + 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: fa35ce6118b0d9786b6830afe1ec1fc15eacaec3 + varnish-modules: + rationale: Extension modules. + ref: c63cb00e38af6eccab04ab91a3f3364413fbcb43 + buildorder: 1 +...