From bb9fdbaf682cb5861b746cc91b542c557691a66d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 3 Mar 2017 14:17:54 -0500 Subject: [PATCH 01/23] Initial import (#1397142). --- testmodule2.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 testmodule2.yaml diff --git a/testmodule2.yaml b/testmodule2.yaml new file mode 100644 index 0000000..5d3b579 --- /dev/null +++ b/testmodule2.yaml @@ -0,0 +1,24 @@ +document: modulemd +version: 1 +data: + summary: Another test module + description: > + This module demonstrates the modulemd format using a fairly + uncommon fonts package set. + license: + module: [ MIT ] + dependencies: + buildrequires: + bootstrap: master + references: + community: https://github.com/googlei18n/noto-fonts/ + documentation: https://github.com/googlei18n/noto-fonts/ + tracker: https://github.com/googlei18n/noto-fonts/issues + api: + rpms: + - file + components: + modules: + testmodule: + rationale: Included in the stack, just because. + ref: master From 7a8d20dd63d7a3fe510055ab7278ce74f5d5b0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 22 Aug 2017 11:11:40 +0200 Subject: [PATCH 02/23] Let's test the new setools build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule2.yaml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index 5d3b579..9ca484c 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -1,24 +1,20 @@ document: modulemd version: 1 data: - summary: Another test module - description: > - This module demonstrates the modulemd format using a fairly - uncommon fonts package set. + summary: Yet another test module, for testing stuff + description: >- + This module is there to help you test things that are difficult + to test in other ways. license: module: [ MIT ] dependencies: buildrequires: bootstrap: master references: - community: https://github.com/googlei18n/noto-fonts/ - documentation: https://github.com/googlei18n/noto-fonts/ - tracker: https://github.com/googlei18n/noto-fonts/issues - api: - rpms: - - file + community: https://docs.pagure.org/modularity/ + documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules components: - modules: - testmodule: - rationale: Included in the stack, just because. - ref: master + rpms: + setools: + rationale: Testing a setools fix. + ref: 767253148766572bb17f97d5685369220a444fc4 From 3d1aa700c761f9ff00f96ad75957bde267a4662b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 22 Aug 2017 13:00:23 +0200 Subject: [PATCH 03/23] Testing selinux-policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index 9ca484c..b79c3e3 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -15,6 +15,6 @@ data: documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules components: rpms: - setools: + selinux-policy: rationale: Testing a setools fix. - ref: 767253148766572bb17f97d5685369220a444fc4 + ref: b2ee09aa09a8993410d5eb4650675c6f1dd24432 From 61f9f7bc81a516ffc98c2e59035cb9e7b345a613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 24 Aug 2017 16:10:54 -0400 Subject: [PATCH 04/23] A test module with architecture specific packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule2.yaml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index b79c3e3..f1452ae 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -9,12 +9,27 @@ data: module: [ MIT ] dependencies: buildrequires: - bootstrap: master + platform: master + host: master + perl: master + requires: + platform: master + host: master + perl: master references: community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules components: rpms: - selinux-policy: - rationale: Testing a setools fix. - ref: b2ee09aa09a8993410d5eb4650675c6f1dd24432 + powerpc-utils: + rationale: PPC support utilities. + ref: 69110066d7dfcca05db3ef30db98bd918f3b14a2 + ppc64-utils: + rationale: PPC/PPC64 support utilities. + ref: 46d3f9b89571ad915864a86ff96d48a47ec65e8c + s390utils: + rationale: S390[X] support utilities. + ref: c05343e78495d2a0638210a3a06ca4d5b4eee9e6 + memtest86+: + rationale: X86-only memory check. + ref: dcb748b13e9e02d8c1be26274b138a6c56ce309b From efb16e7ae2574ec06f0eafc7aa9965d7dde08d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 25 Aug 2017 15:23:17 -0400 Subject: [PATCH 05/23] A test build for the upcoming hardware-support module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule2.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index f1452ae..c0a5e38 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -9,9 +9,17 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: master - host: master - perl: master + # TODO: Replace with non-bootstrap once available. + # To build our package set, we require: + # + # * host & platform with glibc32 + # * perl + # * autotools + # * doxygen + # * net-snmp, librtas, libservicelog + # + # This is a temporary workaround until then. + bootstrap: master requires: platform: master host: master @@ -21,15 +29,19 @@ data: documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules components: rpms: + # powerpc-utils-1.3.3-1.fc27 powerpc-utils: rationale: PPC support utilities. ref: 69110066d7dfcca05db3ef30db98bd918f3b14a2 + # ppc64-utils-0.14-22.fc26 ppc64-utils: rationale: PPC/PPC64 support utilities. ref: 46d3f9b89571ad915864a86ff96d48a47ec65e8c + # s390utils-1.37.1-1.fc27 s390utils: rationale: S390[X] support utilities. ref: c05343e78495d2a0638210a3a06ca4d5b4eee9e6 + # memtest86+-5.01-16.fc26 memtest86+: rationale: X86-only memory check. ref: dcb748b13e9e02d8c1be26274b138a6c56ce309b From ee4581d5c0974ed04bf4fec669c046d5ea3d7725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 25 Aug 2017 15:45:42 -0400 Subject: [PATCH 06/23] Drop memtest86+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has issues and we can leave it host for now. Signed-off-by: Petr Šabata --- testmodule2.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index c0a5e38..5c4f0f9 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -41,7 +41,3 @@ data: s390utils: rationale: S390[X] support utilities. ref: c05343e78495d2a0638210a3a06ca4d5b4eee9e6 - # memtest86+-5.01-16.fc26 - memtest86+: - rationale: X86-only memory check. - ref: dcb748b13e9e02d8c1be26274b138a6c56ce309b From 2e5aa3ff6ffcb9006c786dba85f28332dc0a5e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 25 Aug 2017 16:55:43 -0400 Subject: [PATCH 07/23] Let's test the arbitrary branching change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule2.yaml | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index 5c4f0f9..378a803 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -9,35 +9,14 @@ data: module: [ MIT ] dependencies: buildrequires: - # TODO: Replace with non-bootstrap once available. - # To build our package set, we require: - # - # * host & platform with glibc32 - # * perl - # * autotools - # * doxygen - # * net-snmp, librtas, libservicelog - # - # This is a temporary workaround until then. - bootstrap: master - requires: platform: master host: master - perl: master + requires: + platform: master references: - community: https://docs.pagure.org/modularity/ - documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules + community: https://suckless.org/ components: rpms: - # powerpc-utils-1.3.3-1.fc27 - powerpc-utils: - rationale: PPC support utilities. - ref: 69110066d7dfcca05db3ef30db98bd918f3b14a2 - # ppc64-utils-0.14-22.fc26 - ppc64-utils: - rationale: PPC/PPC64 support utilities. - ref: 46d3f9b89571ad915864a86ff96d48a47ec65e8c - # s390utils-1.37.1-1.fc27 - s390utils: - rationale: S390[X] support utilities. - ref: c05343e78495d2a0638210a3a06ca4d5b4eee9e6 + ii: + rationale: irc it, an ancient version of it + ref: 1.6 From 90fdc4eef774d5a8d622cacfc19ae9aa804fc3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 31 Aug 2017 16:24:34 -0400 Subject: [PATCH 08/23] Let's see if hardware-support builds like this MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule2.yaml | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index 378a803..5de5663 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -13,10 +13,34 @@ data: host: master requires: platform: master - references: - community: https://suckless.org/ components: rpms: - ii: - rationale: irc it, an ancient version of it - ref: 1.6 + # Deps only + glibc32: + rationale: Don't mind me, I'm here to be tested. + ref: a2aa3dfc818bcc350d7ed93b9889acf5cce78801 + librtas: + rationale: Don't mind me, I'm here to be tested. + ref: e2a6fca5ef9084547d3e7f63f9833761bb5fee52 + libservicelog: + rationale: Don't mind me, I'm here to be tested. + ref: 7aca2d822dbb15674b502b5affc6c4ca6e9e93db + libvpd: + rationale: Don't mind me, I'm here to be tested. + ref: 53f9922962ee539aba3b40296aacf75412d357ff + lsvpd: + rationale: Don't mind me, I'm here to be tested. + ref: 3b861a0a7ab3fdf78211842edb25473ece36cae3 + # Stuff, eh + powerpc-utils: + rationale: Don't mind me, I'm here to be tested. + ref: d35f94c378395234a53254284584ec804ba8ebfa + buildorder: 10 + ppc64-utils: + rationale: Don't mind me, I'm here to be tested. + ref: 8ece3a27f7a641890f1401b9db516f5c5750ca7e + buildorder: 10 + s390utils: + rationale: Don't mind me, I'm here to be tested. + ref: eafdf584a34bb896b9b1ed92a5d16950d9cdb7b3 + buildorder: 10 From 8f8b69ffb00b771b1aae76b1e7f717f8b97c53b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 20 Sep 2017 11:55:22 +0200 Subject: [PATCH 09/23] Test build of the new modular dnf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- testmodule2.yaml | 47 ++++++++++++++--------------------------------- 1 file changed, 14 insertions(+), 33 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index 5de5663..24bc9a0 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -9,38 +9,19 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: master - host: master - requires: - platform: master + bootstrap: master components: rpms: - # Deps only - glibc32: - rationale: Don't mind me, I'm here to be tested. - ref: a2aa3dfc818bcc350d7ed93b9889acf5cce78801 - librtas: - rationale: Don't mind me, I'm here to be tested. - ref: e2a6fca5ef9084547d3e7f63f9833761bb5fee52 - libservicelog: - rationale: Don't mind me, I'm here to be tested. - ref: 7aca2d822dbb15674b502b5affc6c4ca6e9e93db - libvpd: - rationale: Don't mind me, I'm here to be tested. - ref: 53f9922962ee539aba3b40296aacf75412d357ff - lsvpd: - rationale: Don't mind me, I'm here to be tested. - ref: 3b861a0a7ab3fdf78211842edb25473ece36cae3 - # Stuff, eh - powerpc-utils: - rationale: Don't mind me, I'm here to be tested. - ref: d35f94c378395234a53254284584ec804ba8ebfa - buildorder: 10 - ppc64-utils: - rationale: Don't mind me, I'm here to be tested. - ref: 8ece3a27f7a641890f1401b9db516f5c5750ca7e - buildorder: 10 - s390utils: - rationale: Don't mind me, I'm here to be tested. - ref: eafdf584a34bb896b9b1ed92a5d16950d9cdb7b3 - buildorder: 10 + dnf: + rationale: Test. + ref: boltron + buildorder: 1 + libdnf: + rationale: Test. + ref: boltron + modulemd: + rationale: Test. + ref: master + python-smartcols: + rationale: Test. + ref: master From f447d86caa3bfef9d810753f4edd9965a042f2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 20 Sep 2017 15:45:47 +0200 Subject: [PATCH 10/23] Retesting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata From 0d3592dceb1cfdf36d6ff8bffb9199ed9cb29714 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 29 Sep 2017 14:54:55 +0200 Subject: [PATCH 11/23] bump for rebuild Signed-off-by: Igor Gnatenko From ed5c2487c142579977d86409c02be66fa24534de Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 5 Oct 2017 13:21:20 -0400 Subject: [PATCH 12/23] Empty test commit, for MBS in staging. From a77449fef1ecb67e257f2fa472a15c35aab60214 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 6 Oct 2017 08:34:00 +0200 Subject: [PATCH 13/23] bump for new modular dnf Signed-off-by: Igor Gnatenko From 3e72dc4f888fadef7eb5bf0711500e4f1380e9da Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 6 Oct 2017 09:30:30 +0200 Subject: [PATCH 14/23] bump for new modular dnf Signed-off-by: Igor Gnatenko From 7480b840a3667aa84348d38bdb206588c54296f9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 6 Oct 2017 12:33:32 +0200 Subject: [PATCH 15/23] bump for new modular dnf Signed-off-by: Igor Gnatenko From 3ebab8783466d7aa7848e240ac9fb61b7027a113 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 6 Oct 2017 16:41:08 +0200 Subject: [PATCH 16/23] bump for new modular dnf Signed-off-by: Igor Gnatenko From 5bf7cd0eafd742ff44ebcf6435d6c1df8745618d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 23 Oct 2017 10:35:41 +0200 Subject: [PATCH 17/23] bump for new modular dnf Signed-off-by: Igor Gnatenko --- testmodule2.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index 24bc9a0..98eda50 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -16,9 +16,6 @@ data: rationale: Test. ref: boltron buildorder: 1 - libdnf: - rationale: Test. - ref: boltron modulemd: rationale: Test. ref: master From bd58e8db2e9c1931e48b015bd14860a62cb6f73c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 23 Oct 2017 10:49:31 +0200 Subject: [PATCH 18/23] bump From cc3e83ec619bfca079e85cacc072d5d0480256cd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 1 Nov 2017 15:40:04 +0100 Subject: [PATCH 19/23] rebuild Signed-off-by: Igor Gnatenko From ffcafc82b699e2b2ced0d22c9175bf8cc09ec78d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 3 Nov 2017 11:17:08 +0100 Subject: [PATCH 20/23] rebuild From 256f7547358aa928fec55d5b26dc8a5c103742ac Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 6 Apr 2018 07:16:53 +0200 Subject: [PATCH 21/23] Test --- testmodule2.yaml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index 98eda50..6b3c833 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -1,24 +1,28 @@ document: modulemd -version: 1 +version: 2 data: - summary: Yet another test module, for testing stuff - description: >- - This module is there to help you test things that are difficult - to test in other ways. + summary: Another test module. + description: > + This module demonstrates the modulemd format using a fairly + uncommon fonts package set. license: module: [ MIT ] dependencies: - buildrequires: - bootstrap: master + - buildrequires: + platform: [f28] + testmodule: [master, 2.0] + requires: + platform: [f28] + testmodule: [master, 2.0] + references: + community: https://github.com/googlei18n/noto-fonts/ + documentation: https://github.com/googlei18n/noto-fonts/ + tracker: https://github.com/googlei18n/noto-fonts/issues + api: + rpms: + - file components: rpms: - dnf: - rationale: Test. - ref: boltron - buildorder: 1 - modulemd: - rationale: Test. - ref: master - python-smartcols: - rationale: Test. + perl-List-Compare: + rationale: A dependency of tangerine. ref: master From c92f2c69c1170c372e5de84cf0534cc41a4e9121 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 18 Jun 2018 16:51:40 -0400 Subject: [PATCH 22/23] Bump From dbf9feac1c550abbe7be92cd9901ab9513a1c9f0 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 27 Jun 2018 13:51:38 -0400 Subject: [PATCH 23/23] Bump