diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index c12da67..b15ab4b 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -1,34 +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] - 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: - squid: - rationale: squid caching proxy - ref: stream-4-rhel-8.1.0 - buildorder: 2 - libecap: - rationale: library needed by Squid - ref: stream-1.0-rhel-8.1.0 - buildorder: 1 + 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.2.0 + buildorder: 1 + squid: + rationale: squid caching proxy + ref: stream-4-rhel-8.2.0 + buildorder: 2 +... diff --git a/squid.yaml b/squid.yaml deleted file mode 100644 index be89c84..0000000 --- a/squid.yaml +++ /dev/null @@ -1,39 +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.1.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: 24a36d13c99d7b8b3d797be96bde286c94fd71aa - buildorder: 2 -... -