From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AFCE158087 for ; Tue, 18 Jan 2022 12:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B202BC067; Tue, 18 Jan 2022 12:12:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D947F2BC067 for ; Tue, 18 Jan 2022 12:12:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FBFD342DCC for ; Tue, 18 Jan 2022 12:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C68E124E for ; Tue, 18 Jan 2022 12:12:06 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1642507911.c3aaad9b61d34dd77c51614a0c92a254a0e22f89.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/, releases/specs/x86/hardened/, ... X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/amd64/hardened/admincd-stage1.spec releases/specs/amd64/installcd-stage1.spec releases/specs/x86/hardened/admincd-stage1-openrc.spec releases/specs/x86/i486/installcd-stage1-openrc.spec X-VCS-Directories: releases/specs/amd64/hardened/ releases/specs/x86/hardened/ releases/specs/amd64/ releases/specs/x86/i486/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: c3aaad9b61d34dd77c51614a0c92a254a0e22f89 X-VCS-Branch: master Date: Tue, 18 Jan 2022 12:12:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 528afd74-045e-4f86-bebe-95d1a7999e47 X-Archives-Hash: 2e22d76d1b72af9a80e1f225d090584b commit: c3aaad9b61d34dd77c51614a0c92a254a0e22f89 Author: Ben Kohler gentoo org> AuthorDate: Tue Jan 18 12:11:13 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jan 18 12:11:51 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c3aaad9b specs: add bcache-tools to amd64 & x86 isos Closes: https://bugs.gentoo.org/831288 Signed-off-by: Ben Kohler gentoo.org> releases/specs/amd64/hardened/admincd-stage1.spec | 1 + releases/specs/amd64/installcd-stage1.spec | 1 + releases/specs/x86/hardened/admincd-stage1-openrc.spec | 1 + releases/specs/x86/i486/installcd-stage1-openrc.spec | 1 + 4 files changed, 4 insertions(+) diff --git a/releases/specs/amd64/hardened/admincd-stage1.spec b/releases/specs/amd64/hardened/admincd-stage1.spec index 1e8575e4..0cec5e07 100644 --- a/releases/specs/amd64/hardened/admincd-stage1.spec +++ b/releases/specs/amd64/hardened/admincd-stage1.spec @@ -173,6 +173,7 @@ livecd/packages: sys-boot/grub sys-firmware/ipw2100-firmware sys-firmware/ipw2200-firmware + sys-fs/bcache-tools sys-fs/btrfs-progs sys-fs/cryptsetup sys-fs/ddrescue diff --git a/releases/specs/amd64/installcd-stage1.spec b/releases/specs/amd64/installcd-stage1.spec index c6702b84..f55192b4 100644 --- a/releases/specs/amd64/installcd-stage1.spec +++ b/releases/specs/amd64/installcd-stage1.spec @@ -82,6 +82,7 @@ livecd/packages: sys-block/partimage sys-firmware/ipw2100-firmware sys-firmware/ipw2200-firmware + sys-fs/bcache-tools sys-fs/btrfs-progs sys-fs/cryptsetup sys-fs/dmraid diff --git a/releases/specs/x86/hardened/admincd-stage1-openrc.spec b/releases/specs/x86/hardened/admincd-stage1-openrc.spec index 399509a6..7f540cc1 100644 --- a/releases/specs/x86/hardened/admincd-stage1-openrc.spec +++ b/releases/specs/x86/hardened/admincd-stage1-openrc.spec @@ -171,6 +171,7 @@ livecd/packages: sys-boot/grub sys-firmware/ipw2100-firmware sys-firmware/ipw2200-firmware + sys-fs/bcache-tools sys-fs/btrfs-progs sys-fs/cryptsetup sys-fs/ddrescue diff --git a/releases/specs/x86/i486/installcd-stage1-openrc.spec b/releases/specs/x86/i486/installcd-stage1-openrc.spec index d431f29a..d115cc63 100644 --- a/releases/specs/x86/i486/installcd-stage1-openrc.spec +++ b/releases/specs/x86/i486/installcd-stage1-openrc.spec @@ -80,6 +80,7 @@ livecd/packages: sys-apps/usbutils sys-block/parted sys-block/partimage + sys-fs/bcache-tools sys-fs/btrfs-progs sys-fs/cryptsetup sys-fs/dmraid