Blame varnish.yaml

406584
---
406584
document: modulemd
406584
version: 2
406584
data:
406584
  name: varnish
406584
  stream: "6"
406584
  summary: Varnish HTTP cache
406584
  description: >-
406584
    Varnish Cache web application accelerator
406584
  license:
406584
    module:
406584
    - MIT
406584
  dependencies:
406584
  - buildrequires:
406584
      platform: [el8.5.0]
406584
    requires:
406584
      platform: [el8]
406584
  references:
406584
    documentation: http://varnish-cache.org/docs/
406584
    tracker: https://github.com/varnishcache/varnish-cache/issues
406584
  profiles:
406584
    common:
406584
      rpms:
406584
      - varnish
406584
      - varnish-modules
406584
  api:
406584
    rpms:
406584
    - varnish
406584
    - varnish-modules
406584
  buildopts:
406584
    rpms:
406584
      macros: |
406584
        %_without_python2 1
406584
        %_with_python3 1
406584
  components:
406584
    rpms:
406584
      varnish:
406584
        rationale: Module API.
406584
        ref: fa35ce6118b0d9786b6830afe1ec1fc15eacaec3
406584
      varnish-modules:
406584
        rationale: Extension modules.
406584
        ref: c63cb00e38af6eccab04ab91a3f3364413fbcb43
406584
        buildorder: 1
406584
...