From 4be61400d10a40b8e31eee4b4e73dadbb03e1663 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 14 Feb 2019 09:15:31 -0500 Subject: [PATCH 01/46] Bump Signed-off-by: Mohan Boddu From 02c889eb893c8c7798afe105eeb6b8b3ce5b34d0 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 18 Feb 2019 17:22:28 -0500 Subject: [PATCH 02/46] Bumping Signed-off-by: Mohan Boddu From d1522cb0a272bdcbf5b65623366b685f68ea75d5 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 18 Feb 2019 17:32:46 -0500 Subject: [PATCH 03/46] Bumping2 Signed-off-by: Mohan Boddu From 8ce2477f884175647df61efc9cadb7d36b6c0b15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 23:02:53 +0000 Subject: [PATCH 04/46] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From b0cf82d98b47c6b798437a7ab23fa50ec3484264 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 1 Mar 2019 17:04:05 -0500 Subject: [PATCH 05/46] Testing f31:platform build Signed-off-by: Mohan Boddu --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index c40ee11..75768b6 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f30 + platform: f31 requires: - platform: f30 + platform: f31 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 937add812f7d3b7ebf39478a1d67eb3887e63553 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 1 Mar 2019 17:12:21 -0500 Subject: [PATCH 06/46] Fixing the dmw ref Signed-off-by: Mohan Boddu --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 75768b6..bb80a16 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -30,5 +30,5 @@ data: modules: dwm: rationale: Testing module inclusion. - ref: 62a7a + ref: 6.1 buildorder: 10 From 8a958dcaa48f7cc2d640bf9dba1e2ded70c4ed6d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 4 Mar 2019 11:46:08 -0500 Subject: [PATCH 07/46] Testing module stream expansion for platform:31 enablement Signed-off-by: Mohan Boddu --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index bb80a16..538d101 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f31 + platform: [] requires: - platform: f31 + platform: [] references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From d3c4daa5dcf920588d905f9ab4a76e18bc2d18ef Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 4 Mar 2019 11:50:09 -0500 Subject: [PATCH 08/46] Build requires is set to platform:f31 Signed-off-by: Mohan Boddu --- testmodule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmodule.yaml b/testmodule.yaml index 538d101..05596f2 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,7 +7,7 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: [] + platform: f31 requires: platform: [] references: From d7732f3c8ee16b677717832ed8888de449ba8e28 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 4 Mar 2019 11:58:24 -0500 Subject: [PATCH 09/46] Setting the modulemd document version 2 and enable MSE on BR Signed-off-by: Mohan Boddu --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 05596f2..badbc09 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,5 +1,5 @@ document: modulemd -version: 1 +version: 2 data: summary: A test module in all its beautiful beauty. description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline. @@ -7,7 +7,7 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: f31 + platform: [] requires: platform: [] references: From f284999840a6e2070764ad285ac8db9c439f1059 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 4 Mar 2019 12:38:46 -0500 Subject: [PATCH 10/46] In modulemd document v2, dependencies is a list Signed-off-by: Mohan Boddu --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index badbc09..38d5ee3 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -6,9 +6,9 @@ data: license: module: [ MIT ] dependencies: - buildrequires: + - buildrequires: platform: [] - requires: + requires: platform: [] references: community: https://fedoraproject.org/wiki/Modularity From 07b6df11da2b72026f470a48ae12bdc1a096401a Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 May 2019 20:53:41 -0400 Subject: [PATCH 11/46] Bump From 3483aaf1e30d15d258032c2929284d88a1b1459c Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 May 2019 20:59:55 -0400 Subject: [PATCH 12/46] Buildrequire platform:f30 --- testmodule.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 38d5ee3..04f593b 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -7,9 +7,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [] + platform: [f30] requires: - platform: [] + platform: [f30] references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules From 6e04fbb49de9c9feb3e09574f73d1283cab9a002 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 May 2019 21:04:04 -0400 Subject: [PATCH 13/46] Bump From 590c31beed81e22b8d3e6fc7cf4df075fab6537c Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 May 2019 21:27:05 -0400 Subject: [PATCH 14/46] Bump From 077a284530e54fd9c0eeb27a51f0cbfa58404acc Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 12:22:13 -0400 Subject: [PATCH 15/46] Bump From 7937f65da9f4561a5006948a95270480d487905b Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 12:56:55 -0400 Subject: [PATCH 16/46] Bump From 7f769a65232e1b374b399bf3939f72400012eb45 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 13:03:29 -0400 Subject: [PATCH 17/46] Bump From 3f58216ed5082fd816077b061b3c9060895526f4 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 13:14:06 -0400 Subject: [PATCH 18/46] Bump From e9524a9c26b618885b8c5605e9758dc806be8f80 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 13:50:34 -0400 Subject: [PATCH 19/46] Bump From 92a9e69dbbd906ef6ce7dde87a0ed64dd72af240 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 24 May 2019 13:52:59 -0400 Subject: [PATCH 20/46] Bump From 80508b34b39155010bb865b16f19f54332b8e628 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 24 Jun 2019 08:18:38 -0400 Subject: [PATCH 21/46] Bump From 450a05e79dd970054c7c9aad1da8e7b62aa5de0b Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 24 Jun 2019 08:19:05 -0400 Subject: [PATCH 22/46] Bump From 946dec21f25a7c9c7f9bc09bc16d7d358ae30323 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 24 Jun 2019 08:44:09 -0400 Subject: [PATCH 23/46] Bump From 2b333d900f9c076fb42c307733bcd0fec7e30383 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 27 Jun 2019 13:34:12 -0400 Subject: [PATCH 24/46] Bump From 2aaf5866d21e3d75a579ca63c56c02b128ff5684 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 28 Jun 2019 11:03:08 -0400 Subject: [PATCH 25/46] Bump From a8deb4beed33fe515f30624541da08e5e8fa1d4e Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 28 Jun 2019 13:46:59 -0400 Subject: [PATCH 26/46] Bump From dfc68d3abb549f6965c7192a3a37bb5ce51c953d Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 28 Jun 2019 13:48:28 -0400 Subject: [PATCH 27/46] Bump From 739ffeae6fb9e28aecb0ac90d46b1b65abeca441 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 1 Jul 2019 14:44:43 -0400 Subject: [PATCH 28/46] Bump From 643b8672e588597804a066a458ceb9330f5e29a1 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 22 Jul 2019 09:08:00 -0400 Subject: [PATCH 29/46] Bump From 9cf0e1e54e83fc21a7b05cfa7b34e3f6ca9c7a14 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 22 Jul 2019 09:09:05 -0400 Subject: [PATCH 30/46] Bump From e479a2b02d0b993396c8f18797143d55a4e23ae1 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 08:40:46 -0400 Subject: [PATCH 31/46] Bump From dfbf71ffc9326ef2d568d4e36b1726cf40832451 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 08:52:49 -0400 Subject: [PATCH 32/46] Bump From 5419e2cfade4a38cd9f7a1f849e9fd52580bab84 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 08:57:49 -0400 Subject: [PATCH 33/46] Bump From 90f28bee952b37c241d2cda7f9e86d4a71f6bfe2 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:01:09 -0400 Subject: [PATCH 34/46] Bump From 203eff91d62f0354d63d91456e1fb2e2f4102647 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:04:29 -0400 Subject: [PATCH 35/46] Bump From 3154b7fee3ea487e8cc994f6db16caed4421edde Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:12:59 -0400 Subject: [PATCH 36/46] Bump From 3fc287f2af658eb1fcaef82e0d924b9ab674aefa Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:14:13 -0400 Subject: [PATCH 37/46] Bump From d1265d27531b6a2f70189233931a38e4da646a72 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:15:08 -0400 Subject: [PATCH 38/46] Bump From 9a2d0b87dfa8200a918e0c6d355022670b2db5d9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:16:42 -0400 Subject: [PATCH 39/46] Bump From feb1365c35f68b191d9469640b24caf475d3b82d Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 09:17:08 -0400 Subject: [PATCH 40/46] Bump From 1f3705e6c69f4b8d103eb51eafa6f955e48b4141 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:17:15 -0400 Subject: [PATCH 41/46] Bump From dbc01d20b7f48f52eb3f3ef35d054958c5853813 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:17:55 -0400 Subject: [PATCH 42/46] Bump From ada5a9b50d716ae656bff2040011f24e64bd41a5 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:18:21 -0400 Subject: [PATCH 43/46] Bump From c0282efac38c5c2e4de36f277ac4423378c704ca Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:34:17 -0400 Subject: [PATCH 44/46] Bump From ea8cbbbaaed73a423e0ddfcf510ca0dc26c7a5d7 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 10:34:42 -0400 Subject: [PATCH 45/46] Bump From 5c5855f16afb6e555f0b957799574720f9bd2411 Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 22 Aug 2019 13:38:34 -0400 Subject: [PATCH 46/46] Bump