squid/squid.yaml

39 lines
768 B
YAML
Raw Normal View History

2023-02-23 11:48:01 +00:00
---
document: modulemd
version: 2
data:
name: squid
stream: 4
summary: Squid - Optimising Web Delivery
description: >-
an initial version of the squid caching proxy module
license:
module:
- MIT
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
documentation: http://www.squid-cache.org/Doc/
tracker: https://bugs.squid-cache.org/index.cgi
profiles:
common:
rpms:
- squid
api:
rpms:
- squid
components:
rpms:
libecap:
rationale: library needed by Squid
2023-09-04 08:47:30 +00:00
ref: stream-squid-4-rhel-8.10.0
2023-02-23 11:48:01 +00:00
buildorder: 1
squid:
rationale: squid caching proxy
2023-09-04 08:47:30 +00:00
ref: stream-squid-4-rhel-8.10.0
2023-02-23 11:48:01 +00:00
buildorder: 2
...