Import from CS

This commit is contained in:
eabdullin 2025-03-17 17:45:09 +03:00
parent aa1517d154
commit 0fd8a4876f

View File

@ -1,20 +1,16 @@
---
document: modulemd
version: 2
document: modulemd-packager
version: 3
data:
name: nginx
stream: "1.24"
stream: 1.26
summary: nginx webserver
description: >-
nginx 1.24 webserver module
license:
module:
- MIT
dependencies:
- buildrequires:
platform: [el9]
requires:
platform: [el9]
nginx 1.26 webserver module
license: [MIT]
configurations:
- context: '9'
platform: el9
references:
documentation: http://nginx.org/en/docs/
tracker: https://trac.nginx.org/nginx/
@ -43,5 +39,5 @@ data:
rpms:
nginx:
rationale: Module API.
ref: stream-1.24-rhel-9.4.0
ref: stream-nginx-1.26-rhel-9.6.0
...