commit 15f9a74e50dd8f30dd114838ee96127f1092e076 Author: James Antill Date: Mon Aug 8 14:07:53 2022 -0400 Update yaml diff --git a/squid.yaml b/squid.yaml new file mode 100644 index 0000000..f3662b7 --- /dev/null +++ b/squid.yaml @@ -0,0 +1,66 @@ +--- +document: modulemd +version: 2 +data: + name: squid + stream: 4 + version: 8060020220214141518 + context: d63f516d + summary: Squid - Optimising Web Delivery + description: >- + an initial version of the squid caching proxy module + license: + module: + - MIT + xmd: + mbs: + buildrequires: + platform: + context: 00000000 + filtered_rpms: [] + koji_tag: module-centos-8.6.0-build + ref: virtual + stream: el8.6.0 + stream_collision_modules: + ursine_rpms: + version: 2 + commit: 1e9c4f1c1cd6e8ee795927921ac542a11cc7f20a + mse: TRUE + rpms: + libecap: + ref: 19a04bbef9ba2d9501d4660a63ff8c219270f5b7 + squid: + ref: 602ea65a25fa2db67807d3a6e8f23364256ef875 + scmurl: git+https://git.centos.org/modules/squid.git?#1e9c4f1c1cd6e8ee795927921ac542a11cc7f20a + dependencies: + - buildrequires: + platform: [el8.6.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 + repository: git+https://git.centos.org/rpms/libecap + cache: https://git.centos.org/repo/pkgs/libecap + ref: 19a04bbef9ba2d9501d4660a63ff8c219270f5b7 + buildorder: 1 + arches: [aarch64, i686, ppc64le, x86_64] + squid: + rationale: squid caching proxy + repository: git+https://git.centos.org/rpms/squid + cache: https://git.centos.org/repo/pkgs/squid + ref: 602ea65a25fa2db67807d3a6e8f23364256ef875 + buildorder: 2 + arches: [aarch64, i686, ppc64le, x86_64] +...