From 423d1419d75691d92a9ecc939d913fa036aa128e Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Wed, 24 Aug 2022 09:38:27 -0500 Subject: [PATCH] use original modulemd.src.txt as the yaml file --- httpd.yaml | 139 ++++++++++++++++++++--------------------------------- 1 file changed, 51 insertions(+), 88 deletions(-) diff --git a/httpd.yaml b/httpd.yaml index c06c1e4..5624b30 100644 --- a/httpd.yaml +++ b/httpd.yaml @@ -1,91 +1,54 @@ ---- document: modulemd version: 2 data: - name: httpd - stream: 2.4 - version: 8060020220406143150 - context: d63f516d - summary: Apache HTTP Server - description: >- - Apache httpd is a powerful, efficient, and extensible HTTP server. - 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: 50c5c6cc9e36ec4298fb61a7a1fc3342f19b4fc1 - mse: TRUE - rpms: - httpd: - ref: 692b48d0dcb7d82ec523751d970b07dfeede90a9 - mod_http2: - ref: 8b11eeb3c4e58475c99828fdf3a7875cb95e3188 - mod_md: - ref: 1ae57639c05e03c3dac9eb707544ef31cc31f0fe - scmurl: git+https://git.centos.org/modules/httpd.git?#50c5c6cc9e36ec4298fb61a7a1fc3342f19b4fc1 - dependencies: - - buildrequires: - platform: [el8.6.0] - requires: - platform: [el8] - references: - documentation: https://httpd.apache.org/docs/2.4/ - tracker: https://bz.apache.org/bugzilla/ - profiles: - common: - rpms: - - httpd - - httpd-filesystem - - httpd-tools - - mod_http2 - - mod_ssl - devel: - rpms: - - httpd - - httpd-devel - - httpd-filesystem - - httpd-tools - minimal: - rpms: - - httpd - api: - rpms: - - httpd - - httpd-devel - - httpd-filesystem - - mod_ssl - components: - rpms: - httpd: - rationale: Apache httpd - repository: git+https://git.centos.org/rpms/httpd - cache: https://git.centos.org/repo/pkgs/httpd - ref: 692b48d0dcb7d82ec523751d970b07dfeede90a9 - buildorder: 10 - arches: [aarch64, i686, ppc64le, x86_64] - mod_http2: - rationale: HTTP/2 support for Apache httpd - repository: git+https://git.centos.org/rpms/mod_http2 - cache: https://git.centos.org/repo/pkgs/mod_http2 - ref: 8b11eeb3c4e58475c99828fdf3a7875cb95e3188 - buildorder: 20 - arches: [aarch64, i686, ppc64le, x86_64] - mod_md: - rationale: Certificate provisioning using ACME for Apache httpd - repository: git+https://git.centos.org/rpms/mod_md - cache: https://git.centos.org/repo/pkgs/mod_md - ref: 1ae57639c05e03c3dac9eb707544ef31cc31f0fe - buildorder: 20 - arches: [aarch64, i686, ppc64le, x86_64] -... + name: httpd + stream: 2.4 + summary: Apache HTTP Server + description: Apache httpd is a powerful, efficient, and extensible HTTP server. + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [el8] + references: + documentation: https://httpd.apache.org/docs/2.4/ + tracker: https://bz.apache.org/bugzilla/ + profiles: + common: + rpms: + - httpd + - httpd-filesystem + - httpd-tools + - mod_ssl + - mod_http2 + devel: + rpms: + - httpd + - httpd-filesystem + - httpd-devel + - httpd-tools + minimal: + rpms: + - httpd + api: + rpms: + - httpd + - httpd-devel + - httpd-filesystem + - mod_ssl + components: + rpms: + httpd: + rationale: Apache httpd + ref: stream-2.4-rhel-8.6.0 + buildorder: 10 + mod_http2: + rationale: HTTP/2 support for Apache httpd + ref: stream-2.4-rhel-8.6.0 + buildorder: 20 + mod_md: + rationale: Certificate provisioning using ACME for Apache httpd + ref: stream-2.4-rhel-8.6.0 + buildorder: 20 \ No newline at end of file