From f4268aa04876ef7b445fb1a48f52a0c17af610a4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 13 2020 20:24:45 +0000 Subject: import httpd-2.4-8030020200615113529.30b713e6 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore diff --git a/.httpd.metadata b/.httpd.metadata new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.httpd.metadata diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..93fcc58 --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,54 @@ +document: modulemd +version: 2 +data: + 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.3.0 + buildorder: 10 + mod_http2: + rationale: HTTP/2 support for Apache httpd + ref: stream-2.4-rhel-8.3.0 + buildorder: 20 + mod_md: + rationale: Certificate provisioning using ACME for Apache httpd + ref: stream-2.4-rhel-8.3.0 + buildorder: 20 \ No newline at end of file