Blame SOURCES/modulemd.src.txt

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