From edf2779f2357b35fe1cd59662fce1f44ec45d98c Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 23 May 2018 09:53:19 +0000 Subject: [PATCH 1/9] 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/9] 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/9] 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/9] Updated module - merged with master (python dependency, disable GeoIP..) From 54c81875cc7d2a29b51cfb07d35402f110efa50a Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Fri, 10 Aug 2018 07:44:18 +0000 Subject: [PATCH 5/9] new branch for stream-1.14 --- nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.yaml b/nginx.yaml index afe8171..c3f7505 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -40,4 +40,4 @@ data: rpms: nginx: rationale: Module API. - ref: stream-1.12 + ref: stream-1.14 From c26170f23c44f63e97e70ff5890a497421247cb3 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Wed, 29 May 2019 13:40:29 +0200 Subject: [PATCH 6/9] updated nginx.yaml file. Changed profile name from default to common. Build on f31 only. --- nginx.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index c3f7505..719ab57 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -2,22 +2,21 @@ document: modulemd version: 2 data: summary: nginx webserver - description: an initial version of the nginx webserver module + description: nginx 1.14 webserver module license: module: [ MIT ] dependencies: - buildrequires: - platform: [f28] + platform: [f31] requires: - platform: [f28] + platform: [f31] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ profiles: - default: + common: rpms: - nginx - - nginx-mod-http-geoip - nginx-mod-http-image-filter - nginx-mod-http-perl - nginx-mod-http-xslt-filter @@ -28,7 +27,6 @@ data: api: rpms: - nginx - - nginx-mod-http-geoip - nginx-mod-http-image-filter - nginx-mod-http-perl - nginx-mod-http-xslt-filter From 5b80054051df79f5db2bc7f42e8ec7522492c1c6 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Mon, 3 Jun 2019 15:08:35 +0200 Subject: [PATCH 7/9] Set module name and stream in yaml file --- nginx.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.yaml b/nginx.yaml index 719ab57..936fb66 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -1,6 +1,8 @@ document: modulemd version: 2 data: + name: nginx + stream: 1.14 summary: nginx webserver description: nginx 1.14 webserver module license: From 10cb8b0389a11c58e68c5ddf0c0a71396f272ed0 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Tue, 22 Oct 2019 15:02:04 -0400 Subject: [PATCH 8/9] 1.14.2 Build for all releases --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index 936fb66..7d27264 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [f31] + platform: [] requires: - platform: [f31] + platform: [] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/ From 98374e4c1ebde39afbf4994d3517a9f6a4dc7dd3 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 19 Jan 2022 12:08:00 -0500 Subject: [PATCH 9/9] Do not build for EL8 EL8 has it's own 1.14 stream Signed-off-by: Felix Kaechele --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index 7d27264..356812c 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [] + platform: [-el8] # EL8+ contains it's own 1.14 stream requires: - platform: [] + platform: [-el8] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/