commit 4894367d28418184d0c6be32c4e6a645f52baec3 Author: MSVSphere Packaging Team Date: Wed Apr 3 15:42:25 2024 +0300 import httpd-2.4-8100020240216084734.e155f54d diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.httpd.metadata b/.httpd.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..4478d2d --- /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: changed/i8c-beta-stream-2.4/httpd-2.4.37-64.module+el8.10.0+21332+dfb1b40e + buildorder: 10 + mod_http2: + rationale: HTTP/2 support for Apache httpd + ref: changed/i8c-beta-stream-2.4/mod_http2-1.15.7-9.module+el8.10.0+21279+20ea256d.3 + buildorder: 20 + mod_md: + rationale: Certificate provisioning using ACME for Apache httpd + ref: changed/i8c-beta-stream-2.4/mod_md-2.0.8-8.module+el8.9.0+19080+567b90f8 + buildorder: 20 \ No newline at end of file