import nginx-1.16-8030020201124104955.229f0a1c

This commit is contained in:
CentOS Sources 2021-03-30 16:05:35 -04:00 committed by Stepan Oksanichenko
parent 8bdcd7f7d3
commit 698c4fb519

View File

@ -1,12 +1,15 @@
---
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: nginx name: nginx
stream: 1.16 stream: 1.16
summary: nginx webserver summary: nginx webserver
description: nginx 1.16 webserver module description: >-
nginx 1.16 webserver module
license: license:
module: [ MIT ] module:
- MIT
dependencies: dependencies:
- buildrequires: - buildrequires:
platform: [el8] platform: [el8]
@ -19,25 +22,26 @@ data:
common: common:
rpms: rpms:
- nginx - nginx
- nginx-all-modules
- nginx-filesystem
- nginx-mod-http-image-filter - nginx-mod-http-image-filter
- nginx-mod-http-perl - nginx-mod-http-perl
- nginx-mod-http-xslt-filter - nginx-mod-http-xslt-filter
- nginx-mod-mail - nginx-mod-mail
- nginx-mod-stream - nginx-mod-stream
- nginx-filesystem
- nginx-all-modules
api: api:
rpms: rpms:
- nginx - nginx
- nginx-all-modules
- nginx-filesystem
- nginx-mod-http-image-filter - nginx-mod-http-image-filter
- nginx-mod-http-perl - nginx-mod-http-perl
- nginx-mod-http-xslt-filter - nginx-mod-http-xslt-filter
- nginx-mod-mail - nginx-mod-mail
- nginx-mod-stream - nginx-mod-stream
- nginx-filesystem
- nginx-all-modules
components: components:
rpms: rpms:
nginx: nginx:
rationale: Module API. rationale: Module API.
ref: stream-1.16-rhel-8.1.0 ref: stream-1.16-rhel-8.3.0
...