From edf2779f2357b35fe1cd59662fce1f44ec45d98c Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 09:53:19 +0000 Subject: [PATCH 1/5] Updated modulemd, completely rewriten --- nginx.yaml | 56 ++++++++++++++++++++++-------------------------------- 1 file changed, 23 insertions(+), 33 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index a913cf3..f08a705 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -6,48 +6,38 @@ data: license: module: [ MIT ] dependencies: - buildrequires: - base-runtime: master + - buildrequires: + platform: [f28] requires: - base-runtime: master + platform: [f28] 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: rpms: - nginx + - nginx-mod-http-geoip + - 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-geoip + - 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.12 From 4da90d45b6a0ba05a85fbdaeaba1779f869a6b5e Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 11:08:48 +0000 Subject: [PATCH 2/5] Changed modulemd version --- nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.yaml b/nginx.yaml index f08a705..d148249 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -1,5 +1,5 @@ document: modulemd -version: 1 +version: 2 data: summary: nginx webserver description: an initial version of the nginx webserver module From e40f03de145390854dc9ba2daa842ad2ca75edb8 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 11:12:57 +0000 Subject: [PATCH 3/5] Fix indent in yaml --- nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.yaml b/nginx.yaml index d148249..afe8171 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -8,7 +8,7 @@ data: dependencies: - buildrequires: platform: [f28] - requires: + requires: platform: [f28] references: documentation: http://nginx.org/en/docs/ From eadc7ab4e5592626f2f419329b888463399f7053 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Fri, 10 Aug 2018 07:35:07 +0000 Subject: [PATCH 4/5] Updated module - merged with master (python dependency, disable GeoIP..) From 64e705defd46eccbc07251081203d08e5381808f Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 22 Oct 2019 19:19:08 -0400 Subject: [PATCH 5/5] 1.12.2 Build on all Fedora releases Signed-off-by: Felix Kaechele --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index afe8171..788e5bd 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [f28] + platform: [] requires: - platform: [f28] + platform: [] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/