diff --git a/nginx.yaml b/nginx.yaml index 699dd4f..a913cf3 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -1,43 +1,53 @@ document: modulemd -version: 2 +version: 1 data: - name: nginx - stream: 1.16 summary: nginx webserver - description: nginx 1.16 webserver module + description: an initial version of the nginx webserver module license: module: [ MIT ] dependencies: - - buildrequires: - platform: [-el8] # EL8+ contains it's own 1.16 stream - requires: - platform: [-el8] + buildrequires: + base-runtime: master + requires: + base-runtime: master references: - documentation: http://nginx.org/en/docs/ - tracker: https://trac.nginx.org/nginx/ + community: https://docs.pagure.org/modularity/ + documentation: https://github.com/container-images/nginx + tracker: https://github.com/container-images/nginx profiles: - common: + default: rpms: - 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: rpms: - 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: rpms: nginx: - rationale: Module API. - ref: stream-1.16 + rationale: Provides API for this module. + 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