Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9703184b53 | ||
| 45ddaaeff3 | |||
|
|
f24dff7b21 | ||
|
|
f05a0c7dbf | ||
|
|
8105bca205 | ||
|
|
e5816af0a9 |
||
| 58468d00f8 | |||
| a065141dbb | |||
| 8aa91020d1 | |||
|
|
6a6fc06ff7 | ||
|
|
952fb8a15b | ||
| df24325229 | |||
| a6ec0ec1fe | |||
| 8e45eed80b | |||
| 725dfb3a7e | |||
| ce8f547877 | |||
| ea628f2d57 | |||
| af96a8c5bc | |||
| 924abe06db | |||
|
|
041e89cfde | ||
|
|
fbaec0b099 | ||
| bced01ea08 | |||
| 007a48ee4e | |||
|
|
874f02e92d | ||
| a5f7be7fa8 | |||
|
|
cc67efb9ca | ||
|
|
c26170f23c | ||
|
|
54c81875cc | ||
|
|
eadc7ab4e5 | ||
|
|
e40f03de14 | ||
|
|
4da90d45b6 | ||
|
|
edf2779f23 |
1 changed files with 27 additions and 37 deletions
64
nginx.yaml
64
nginx.yaml
|
|
@ -1,53 +1,43 @@
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 1
|
version: 2
|
||||||
data:
|
data:
|
||||||
|
name: nginx
|
||||||
|
stream: 1.18
|
||||||
summary: nginx webserver
|
summary: nginx webserver
|
||||||
description: an initial version of the nginx webserver module
|
description: nginx 1.18 webserver module
|
||||||
license:
|
license:
|
||||||
module: [ MIT ]
|
module: [ MIT ]
|
||||||
dependencies:
|
dependencies:
|
||||||
buildrequires:
|
- buildrequires:
|
||||||
base-runtime: master
|
platform: [-el8]
|
||||||
requires:
|
requires:
|
||||||
base-runtime: master
|
platform: [-el8]
|
||||||
references:
|
references:
|
||||||
community: https://docs.pagure.org/modularity/
|
documentation: http://nginx.org/en/docs/
|
||||||
documentation: https://github.com/container-images/nginx
|
tracker: https://trac.nginx.org/nginx/
|
||||||
tracker: https://github.com/container-images/nginx
|
|
||||||
profiles:
|
profiles:
|
||||||
default:
|
common:
|
||||||
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: Provides API for this module.
|
rationale: Module API.
|
||||||
ref: f26
|
ref: stream-1.18
|
||||||
|
|
||||||
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