Compare commits
No commits in common. "1.14" and "master" have entirely different histories.
1 changed files with 37 additions and 27 deletions
64
nginx.yaml
64
nginx.yaml
|
|
@ -1,43 +1,53 @@
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 2
|
version: 1
|
||||||
data:
|
data:
|
||||||
name: nginx
|
|
||||||
stream: 1.14
|
|
||||||
summary: nginx webserver
|
summary: nginx webserver
|
||||||
description: nginx 1.14 webserver module
|
description: an initial version of the nginx webserver module
|
||||||
license:
|
license:
|
||||||
module: [ MIT ]
|
module: [ MIT ]
|
||||||
dependencies:
|
dependencies:
|
||||||
- buildrequires:
|
buildrequires:
|
||||||
platform: [-el8] # EL8+ contains it's own 1.14 stream
|
base-runtime: master
|
||||||
requires:
|
requires:
|
||||||
platform: [-el8]
|
base-runtime: master
|
||||||
references:
|
references:
|
||||||
documentation: http://nginx.org/en/docs/
|
community: https://docs.pagure.org/modularity/
|
||||||
tracker: https://trac.nginx.org/nginx/
|
documentation: https://github.com/container-images/nginx
|
||||||
|
tracker: https://github.com/container-images/nginx
|
||||||
profiles:
|
profiles:
|
||||||
common:
|
default:
|
||||||
rpms:
|
rpms:
|
||||||
- nginx
|
- nginx
|
||||||
- nginx-mod-http-image-filter
|
|
||||||
- nginx-mod-http-perl
|
|
||||||
- nginx-mod-http-xslt-filter
|
|
||||||
- nginx-mod-mail
|
|
||||||
- nginx-mod-stream
|
|
||||||
- nginx-filesystem
|
|
||||||
- nginx-all-modules
|
|
||||||
api:
|
api:
|
||||||
rpms:
|
rpms:
|
||||||
- nginx
|
- nginx
|
||||||
- nginx-mod-http-image-filter
|
|
||||||
- nginx-mod-http-perl
|
|
||||||
- nginx-mod-http-xslt-filter
|
|
||||||
- nginx-mod-mail
|
|
||||||
- nginx-mod-stream
|
|
||||||
- nginx-filesystem
|
|
||||||
- nginx-all-modules
|
|
||||||
components:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
nginx:
|
nginx:
|
||||||
rationale: Module API.
|
rationale: Provides API for this module.
|
||||||
ref: stream-1.14
|
ref: f26
|
||||||
|
|
||||||
|
gperftools:
|
||||||
|
rationale: dependency
|
||||||
|
ref: f26
|
||||||
|
libmnl:
|
||||||
|
rationale: dependency
|
||||||
|
ref: f26
|
||||||
|
libnetfilter_conntrack:
|
||||||
|
rationale: dependency
|
||||||
|
ref: f26
|
||||||
|
libnfnetlink:
|
||||||
|
rationale: dependency
|
||||||
|
ref: f26
|
||||||
|
libunwind:
|
||||||
|
rationale: dependency
|
||||||
|
ref: f26
|
||||||
|
libxkbcommon:
|
||||||
|
rationale: dependency
|
||||||
|
ref: f26
|
||||||
|
mailcap:
|
||||||
|
rationale: dependency
|
||||||
|
ref: f26
|
||||||
|
xkeyboard-config:
|
||||||
|
rationale: dependency
|
||||||
|
ref: f26
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue