Compare commits

...

No commits in common. "c8-stream-4" and "stream-squid-4-rhel-8.6.0" have entirely different histories.

4 changed files with 66 additions and 38 deletions

0
.gitignore vendored
View File

View File

View File

@ -1,38 +0,0 @@
---
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
ref: stream-1.0-rhel-8.8.0
buildorder: 1
squid:
rationale: squid caching proxy
ref: stream-4-rhel-8.8.0
buildorder: 2
...

66
squid.yaml Normal file
View File

@ -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]
...