diff --git a/varnish.yaml b/varnish.yaml deleted file mode 100644 index f2abb48..0000000 --- a/varnish.yaml +++ /dev/null @@ -1,44 +0,0 @@ ---- -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 -...