use original modulemd.src.txt as the yaml file

This commit is contained in:
Johnny Hughes 2022-08-24 09:38:27 -05:00
parent f103da5a71
commit 423d1419d7
1 changed files with 51 additions and 88 deletions

View File

@ -1,91 +1,54 @@
---
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: httpd name: httpd
stream: 2.4 stream: 2.4
version: 8060020220406143150 summary: Apache HTTP Server
context: d63f516d description: Apache httpd is a powerful, efficient, and extensible HTTP server.
summary: Apache HTTP Server license:
description: >- module: [ MIT ]
Apache httpd is a powerful, efficient, and extensible HTTP server. dependencies:
license: - buildrequires:
module: platform: [el8]
- MIT requires:
xmd: platform: [el8]
mbs: references:
buildrequires: documentation: https://httpd.apache.org/docs/2.4/
platform: tracker: https://bz.apache.org/bugzilla/
context: 00000000 profiles:
filtered_rpms: [] common:
koji_tag: module-centos-8.6.0-build rpms:
ref: virtual - httpd
stream: el8.6.0 - httpd-filesystem
stream_collision_modules: - httpd-tools
ursine_rpms: - mod_ssl
version: 2 - mod_http2
commit: 50c5c6cc9e36ec4298fb61a7a1fc3342f19b4fc1 devel:
mse: TRUE rpms:
rpms: - httpd
httpd: - httpd-filesystem
ref: 692b48d0dcb7d82ec523751d970b07dfeede90a9 - httpd-devel
mod_http2: - httpd-tools
ref: 8b11eeb3c4e58475c99828fdf3a7875cb95e3188 minimal:
mod_md: rpms:
ref: 1ae57639c05e03c3dac9eb707544ef31cc31f0fe - httpd
scmurl: git+https://git.centos.org/modules/httpd.git?#50c5c6cc9e36ec4298fb61a7a1fc3342f19b4fc1 api:
dependencies: rpms:
- buildrequires: - httpd
platform: [el8.6.0] - httpd-devel
requires: - httpd-filesystem
platform: [el8] - mod_ssl
references: components:
documentation: https://httpd.apache.org/docs/2.4/ rpms:
tracker: https://bz.apache.org/bugzilla/ httpd:
profiles: rationale: Apache httpd
common: ref: stream-2.4-rhel-8.6.0
rpms: buildorder: 10
- httpd mod_http2:
- httpd-filesystem rationale: HTTP/2 support for Apache httpd
- httpd-tools ref: stream-2.4-rhel-8.6.0
- mod_http2 buildorder: 20
- mod_ssl mod_md:
devel: rationale: Certificate provisioning using ACME for Apache httpd
rpms: ref: stream-2.4-rhel-8.6.0
- httpd buildorder: 20
- 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]
...