Compare commits

..

9 commits

Author SHA1 Message Date
Felix Kaechele
98374e4c1e Do not build for EL8
EL8 has it's own 1.14 stream

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
2022-01-19 12:08:00 -05:00
Felix Kaechele
10cb8b0389 1.14.2
Build for all releases
2019-10-22 15:02:55 -04:00
Lubos Uhliarik
5b80054051 Set module name and stream in yaml file 2019-06-03 15:08:35 +02:00
Lubos Uhliarik
c26170f23c updated nginx.yaml file. Changed profile name from default to common. Build on f31 only. 2019-05-29 13:40:29 +02:00
Lubos Uhliarik
54c81875cc new branch for stream-1.14 2018-08-10 07:44:18 +00:00
Lubos Uhliarik
eadc7ab4e5 Updated module - merged with master (python dependency, disable GeoIP..) 2018-08-10 07:35:07 +00:00
Lubos Uhliarik
e40f03de14 Fix indent in yaml 2018-05-23 11:12:57 +00:00
Lubos Uhliarik
4da90d45b6 Changed modulemd version 2018-05-23 11:08:48 +00:00
Lubos Uhliarik
edf2779f23 Updated modulemd, completely rewriten 2018-05-23 09:53:19 +00:00

View file

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