Compare commits

..

No commits in common. "imports/c8s-stream-1.14/nginx-1.14-8000020190830002848.f8e95b4e" and "c8-stream-1.16" have entirely different histories.

View File

@ -1,12 +1,15 @@
---
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: nginx name: nginx
stream: 1.14 stream: 1.16
summary: nginx webserver summary: nginx webserver
description: nginx 1.14 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.14-rhel-8.0.0 ref: stream-1.16-rhel-8.4.0
...