From ed73fb80e2b18e26a53b5f81a7fd11ad9ee835c0 Mon Sep 17 00:00:00 2001 From: Carl George Date: Jul 12 2021 15:02:52 +0000 Subject: transmodrify/c8s-stream-4/squid-4-8050020210618131503.b4937e53 --- diff --git a/squid.yaml b/squid.yaml new file mode 100644 index 0000000..6fbaf4e --- /dev/null +++ b/squid.yaml @@ -0,0 +1,38 @@ +--- +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.5.0] + 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 + ref: 19a04bbef9ba2d9501d4660a63ff8c219270f5b7 + buildorder: 1 + squid: + rationale: squid caching proxy + ref: ceb1368ecbd874fb180a1fcc25b1c2cc6acba437 + buildorder: 2 +...