From c3f84b550da10421e2127028a846872757f9c635 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Thu, 12 Oct 2017 10:28:28 -0500 Subject: [PATCH 1/8] Update to depend upon platform:f27, which is now available. --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index 9e5bf5e..e6b6c4a 100644 --- a/host.yaml +++ b/host.yaml @@ -11,7 +11,7 @@ data: buildrequires: bootstrap: master requires: - platform: master + platform: f27 references: community: https://fedoraproject.org/wiki/Host_and_Platform documentation: https://github.com/fedora-modularity/hp From f0236528503952ee68df3c4091bc7115315015a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 16 Oct 2017 13:42:27 +0200 Subject: [PATCH 2/8] Update the update script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- Makefile | 3 ++- host.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7cc765c..5cfaa3f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp MODULE = $(shell pwd | sed 's/^.*\///') +BRANCH = $(shell git rev-parse --abbrev-ref HEAD | sed -e 's/^/./' -e 's/^\.master$$//') update: - curl $(SOURCE)/$(MODULE).yaml -o $(MODULE).yaml + curl $(SOURCE)/$(MODULE)$(BRANCH).yaml -o $(MODULE).yaml diff --git a/host.yaml b/host.yaml index e6b6c4a..8d1f46f 100644 --- a/host.yaml +++ b/host.yaml @@ -9,7 +9,7 @@ data: module: [ MIT ] dependencies: buildrequires: - bootstrap: master + bootstrap: f27 requires: platform: f27 references: From 3a0269e8bbfa9a459acad85d6b41fdd33e76ba96 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 24 Oct 2017 09:31:24 -0400 Subject: [PATCH 3/8] Add plymouth for graphical boot Signed-off-by: Stephen Gallagher --- host.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host.yaml b/host.yaml index 8d1f46f..0013dd9 100644 --- a/host.yaml +++ b/host.yaml @@ -63,6 +63,11 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: f8ed1b576233d3808fd44373d13c76749c1c159f + # plymouth-0.9.3-0.9.20160620git0e65b86c.fc27 + plymouth: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: f64caafdc8a3443d1daa7988295408b44afb0637 # shim-signed-13-0.5 shim-signed: rationale: >- From a779929ad81c99bb2d35e084e40922fcdb80d631 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 3 Nov 2017 09:16:45 -0400 Subject: [PATCH 4/8] Update kernel and grub2 to address BZs 1487305, 1494138, 1487867, 1485831 and 1490287 Signed-off-by: Stephen Gallagher --- host.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/host.yaml b/host.yaml index 0013dd9..168af58 100644 --- a/host.yaml +++ b/host.yaml @@ -38,16 +38,18 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: c10269f57f040733b3702d35b9076ef247b9058a - # grub2-2.02-15.fc28 + # grub2-2.02-19.fc27 + # Diverged from BPL to address blocker bugs grub2: rationale: >- Autogenerated by Host & Platform tooling. - ref: e576c737b27c01d9f68fc122a1833ac23cd56f28 - # kernel-4.13.0-0.rc6.git4.1.fc28 + ref: 307d0195543a534bef98328ba37f64a86fbfb462 + # kernel-4.13.10-300.fc27 + # Diverged from BPL to address blocker bugs kernel: rationale: >- Autogenerated by Host & Platform tooling. - ref: e66a6eb47149b9dd7d8ff139742d8463ec54910f + ref: b7699ce9fae05572f25a933b6454670b2ec57dad # kexec-tools-2.0.15-12.fc28 kexec-tools: rationale: >- From 50e5fc0a399b735b4a374824727aa2eec5236e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 6 Nov 2017 21:35:32 +0100 Subject: [PATCH 5/8] Updating shim for rhbz#1508545 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/host.yaml b/host.yaml index 168af58..00441e3 100644 --- a/host.yaml +++ b/host.yaml @@ -70,13 +70,14 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: f64caafdc8a3443d1daa7988295408b44afb0637 - # shim-signed-13-0.5 + # shim-signed-13-0.7 + # Diverged from BPL to address blocker bugs shim-signed: rationale: >- Provides the signed aarch64 binaries; provides the signed i686 binaries; provides the signed x86_64 binaries. - ref: db207c6fdcdc01b40859a05922654210069fa40e + ref: 0154c48a8f2bb60104a359a9ef08f8e5b0ba8c68 # syslinux-6.04-0.5.fc27 syslinux: rationale: >- From 70dd8174cb426f0df7f931708816b29f982d8db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 7 Nov 2017 18:25:26 +0100 Subject: [PATCH 6/8] Adding extlinux-bootloader to Host, rhbz#1510553 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- host.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host.yaml b/host.yaml index 00441e3..b7c257c 100644 --- a/host.yaml +++ b/host.yaml @@ -33,6 +33,11 @@ data: rationale: >- Autogenerated by Host & Platform tooling. ref: 1a1c5ff0deb39f4166d710a959d633901e7636bf + # extlinux-bootloader-1.2-3.fc27 + extlinux-bootloader: + rationale: >- + Autogenerated by Host & Platform tooling. + ref: 4f1d6e93c3452ae054c16713d351115e6d94a6ab # fbset-2.1-43.fc27 fbset: rationale: >- From ef545831cd5fb67ee126e2d0c6337593873912a0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Nov 2017 15:16:50 -0500 Subject: [PATCH 7/8] Update packages to F27 GA Signed-off-by: Stephen Gallagher --- host.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/host.yaml b/host.yaml index b7c257c..85d1f16 100644 --- a/host.yaml +++ b/host.yaml @@ -54,17 +54,17 @@ data: kernel: rationale: >- Autogenerated by Host & Platform tooling. - ref: b7699ce9fae05572f25a933b6454670b2ec57dad + ref: 289b4a0a16861e03a8d269aeb4e81401ad3f7e4f # kexec-tools-2.0.15-12.fc28 kexec-tools: rationale: >- Provides the kexec utility for booting kernels. - ref: c8ab07e72b9c805d834799bf7be6b0a7397b1f58 + ref: 238f7d836ccd05fe1de4bb72d9becc9ca3f1d226 # linux-firmware-20170622-75.gita3a26af2.fc27 linux-firmware: rationale: >- Autogenerated by Host & Platform tooling. - ref: 9aa2671a4f14ddf1713bca14f25a942435613be6 + ref: eed9f21b0dd2f0dd78d54b8e80d61abbc15fc07d # mactel-boot-0.9-16.fc27 mactel-boot: rationale: >- @@ -92,4 +92,4 @@ data: uboot-tools: rationale: >- Autogenerated by Host & Platform tooling. - ref: 3ef111bdbb02704f4e60322dfabd1e12dd4e409e + ref: f5a26b4e68d6c175d3634efc02df7e4f5a7f43e5 From ec54aed388c911b795c89cdb9051716d926685a6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Nov 2017 15:21:48 -0500 Subject: [PATCH 8/8] Revert change to kexec-tools Signed-off-by: Stephen Gallagher --- host.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.yaml b/host.yaml index 85d1f16..3f1d51b 100644 --- a/host.yaml +++ b/host.yaml @@ -59,7 +59,7 @@ data: kexec-tools: rationale: >- Provides the kexec utility for booting kernels. - ref: 238f7d836ccd05fe1de4bb72d9becc9ca3f1d226 + ref: c8ab07e72b9c805d834799bf7be6b0a7397b1f58 # linux-firmware-20170622-75.gita3a26af2.fc27 linux-firmware: rationale: >-