diff --git a/varnish.yaml b/varnish.yaml new file mode 100644 index 0000000..775adbc --- /dev/null +++ b/varnish.yaml @@ -0,0 +1,46 @@ +--- +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.4.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: 77b66a72aa3dc02392889590a0664469c0a60f9d + varnish-modules: + rationale: Extension modules. + ref: 18ff7bd559104cbe0e96d4ea8ecd23309bc8ef66 + buildorder: 1 +... +