From ea1323c4a882bd27c6de70ce8eafff53167c65f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 16 Nov 2017 15:52:20 +0100 Subject: [PATCH 01/15] Port to platform:f27 --- mysql.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysql.yaml b/mysql.yaml index 482360e..f86eefd 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -12,10 +12,10 @@ data: module: [MIT] dependencies: buildrequires: - bootstrap: master + bootstrap: f27 requires: - platform: master - host: master + platform: f27 + host: f27 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ From 3f23aa9e2028a2b7c7b7cbf4611da7cdf49065cb Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 17 Nov 2017 18:10:11 +0100 Subject: [PATCH 02/15] add runtime dep hardware-supprt for numactl --- mysql.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql.yaml b/mysql.yaml index 482360e..edbd4e8 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -16,6 +16,7 @@ data: requires: platform: master host: master + hardware-support: master references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ From 1a6fb4c449c08565b16ec6cb56e7eea4468484a7 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 17 Nov 2017 18:10:55 +0100 Subject: [PATCH 03/15] add runtime dep hardware-supprt for numactl --- mysql.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql.yaml b/mysql.yaml index f86eefd..b74b938 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -16,6 +16,7 @@ data: requires: platform: f27 host: f27 + hardware-support: f27 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ From b37744351056bf2ad31f6348e9cd281b68f5a932 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 7 Feb 2018 21:31:04 +0100 Subject: [PATCH 04/15] Updating for mysql --- mysql.yaml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/mysql.yaml b/mysql.yaml index b74b938..a30c595 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -12,11 +12,9 @@ data: module: [MIT] dependencies: buildrequires: - bootstrap: f27 + platform: f28 requires: - platform: f27 - host: f27 - hardware-support: f27 + platform: f28 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ @@ -43,18 +41,6 @@ data: components: rpms: community-mysql: - rationale: MySQL package. - ref: f27 + rationale: MySQL package. + ref: 36221519 buildorder: 10 - net-tools: - rationale: A dependency of community-mysql - ref: f27 - buildorder: 9 - mecab: - rationale: A dependency of community-mysql - ref: f27 - buildorder: 8 - mecab-ipadic: - rationale: A dependency of community-mysql - ref: f27 - buildorder: 9 From 4a2294850095f395b79629a4b3afa3ccfe9f6f86 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 7 Feb 2018 23:21:30 +0100 Subject: [PATCH 05/15] Update package to 5.6 latest --- mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.yaml b/mysql.yaml index a30c595..e457675 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -42,5 +42,5 @@ data: rpms: community-mysql: rationale: MySQL package. - ref: 36221519 + ref: 2982a11d buildorder: 10 From 70127882c29cfe8e66e1cd094f065fb39dee6f34 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 18 Apr 2018 21:00:00 +0200 Subject: [PATCH 06/15] Update to spec v2 --- mysql.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mysql.yaml b/mysql.yaml index e457675..5be9f9c 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -1,6 +1,6 @@ --- document: modulemd -version: 1 +version: 2 data: summary: MySQL Module description: MySQL is a multi-user, multi-threaded SQL database server. @@ -11,10 +11,10 @@ data: license: module: [MIT] dependencies: - buildrequires: - platform: f28 - requires: - platform: f28 + - buildrequires: + platform: [] + requires: + platform: [] references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ From 1917c442db42c3ff32dc64513623d26824853d74 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 7 May 2018 20:11:00 +0200 Subject: [PATCH 07/15] Update ref for community-mysql --- mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.yaml b/mysql.yaml index 5be9f9c..a5cb76f 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -42,5 +42,5 @@ data: rpms: community-mysql: rationale: MySQL package. - ref: 2982a11d + ref: 9eae2101 # private-latest-5.6 branch buildorder: 10 From fd4d51a4008a88ea7ae59f086a4218c624dc5bb1 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 7 May 2018 22:38:56 +0200 Subject: [PATCH 08/15] Empty commit From 15bf4c8ea874b759960032007b90c21e8b71660b Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 9 May 2018 16:32:36 +0200 Subject: [PATCH 09/15] Build only on f28, since i686 build is failing on f29 --- mysql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql.yaml b/mysql.yaml index a5cb76f..79e5d37 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -12,9 +12,9 @@ data: module: [MIT] dependencies: - buildrequires: - platform: [] + platform: [f28] requires: - platform: [] + platform: [f28] references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ From 088fb9bd09e77acadbebfa434fa48f41521dc8c0 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 9 May 2018 19:54:41 +0200 Subject: [PATCH 10/15] Revert "Build only on f28, since i686 build is failing on f29" This reverts commit 15bf4c8ea874b759960032007b90c21e8b71660b. --- mysql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql.yaml b/mysql.yaml index 79e5d37..a5cb76f 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -12,9 +12,9 @@ data: module: [MIT] dependencies: - buildrequires: - platform: [f28] + platform: [] requires: - platform: [f28] + platform: [] references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ From 100e0a481eafce57eb7f0faa7a4058a155c103c7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 22:55:20 +0000 Subject: [PATCH 11/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 5a290b78c4104c9a0ecfdddbdbf7d35e7fca3067 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:16:56 +0000 Subject: [PATCH 12/15] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From 49f1d17e905a1a0e03d1d4db6d22e5f84f2befb3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:09:19 +0000 Subject: [PATCH 13/15] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From f72245d776f10a93209c1a2efe439f2a391eebfb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:02:04 +0000 Subject: [PATCH 14/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 67a1aefc142efd456ab64946dae9e1e0529cfd96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 19:57:52 +0000 Subject: [PATCH 15/15] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering