Blame squid.yaml

2b7210
---
2b7210
document: modulemd
2b7210
version: 2
2b7210
data:
2b7210
  name: squid
2b7210
  stream: 4
2b7210
  summary: Squid - Optimising Web Delivery
2b7210
  description: >-
2b7210
    an initial version of the squid caching proxy module
2b7210
  license:
2b7210
    module:
2b7210
    - MIT
2b7210
  dependencies:
2b7210
  - buildrequires:
2b7210
      platform: [el8.3.0]
2b7210
    requires:
2b7210
      platform: [el8]
2b7210
  references:
2b7210
    documentation: http://www.squid-cache.org/Doc/
2b7210
    tracker: https://bugs.squid-cache.org/index.cgi
2b7210
  profiles:
2b7210
    common:
2b7210
      rpms:
2b7210
      - squid
2b7210
  api:
2b7210
    rpms:
2b7210
    - squid
2b7210
  components:
2b7210
    rpms:
2b7210
      libecap:
2b7210
        rationale: library needed by Squid
2b7210
        ref: 19a04bbef9ba2d9501d4660a63ff8c219270f5b7
2b7210
        buildorder: 1
2b7210
      squid:
2b7210
        rationale: squid caching proxy
2b7210
        ref: 08f08e3059323d0e4c34dae5cc564d18857fa01e
2b7210
        buildorder: 2
2b7210
...