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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20666138334 for ; Tue, 10 Jul 2018 12:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28EB6E0901; Tue, 10 Jul 2018 12:54:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4865E0901 for ; Tue, 10 Jul 2018 12:54:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD3BC335C9E for ; Tue, 10 Jul 2018 12:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C9FD300 for ; Tue, 10 Jul 2018 12:54:09 +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: <1531227213.79c747e3e9dcf5ffefcbe41baa4214ee64b9c06a.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/, releases/weekly/specs/x86/hardened/, ... X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec releases/weekly/specs/amd64/hardened/admincd-stage1.spec releases/weekly/specs/amd64/installcd-stage1.spec releases/weekly/specs/x86/hardened/admincd-stage1.spec releases/weekly/specs/x86/installcd-stage1.spec X-VCS-Directories: releases/weekly/specs/x86/hardened/ releases/weekly/specs/x86/ releases/weekly/specs/amd64/hardened/ releases/weekly/specs/amd64/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 79c747e3e9dcf5ffefcbe41baa4214ee64b9c06a X-VCS-Branch: master Date: Tue, 10 Jul 2018 12:54:09 +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-Archives-Salt: d924af68-581a-4d43-aa21-988fe30274ea X-Archives-Hash: 06c44377f3a19f6c28276bdb2f21e8d1 commit: 79c747e3e9dcf5ffefcbe41baa4214ee64b9c06a Author: Ben Kohler gentoo org> AuthorDate: Tue Jul 10 12:53:33 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jul 10 12:53:33 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=79c747e3 specs: add usbutils to amd64/x86 admincd/installcd Add usbutils, this is an important tool during installation to bring up usb networking and other harware, before installation can start. Also add pciutils explicitly, we get it as a dep already but this is an important tool during install as well, we use it directly. releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec | 1 + releases/weekly/specs/amd64/hardened/admincd-stage1.spec | 1 + releases/weekly/specs/amd64/installcd-stage1.spec | 2 ++ releases/weekly/specs/x86/hardened/admincd-stage1.spec | 1 + releases/weekly/specs/x86/installcd-stage1.spec | 2 ++ 5 files changed, 7 insertions(+) diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec index 70365c39..6f74d132 100644 --- a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec +++ b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec @@ -156,6 +156,7 @@ livecd/packages: sys-apps/netplug sys-apps/pciutils sys-apps/sdparm + sys-apps/usbutils sys-apps/sed sys-apps/setserial sys-apps/sg3_utils diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec b/releases/weekly/specs/amd64/hardened/admincd-stage1.spec index c07f82b7..163cc7f2 100644 --- a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec +++ b/releases/weekly/specs/amd64/hardened/admincd-stage1.spec @@ -159,6 +159,7 @@ livecd/packages: sys-apps/netplug sys-apps/pciutils sys-apps/sdparm + sys-apps/usbutils sys-apps/sed sys-apps/setserial sys-apps/sg3_utils diff --git a/releases/weekly/specs/amd64/installcd-stage1.spec b/releases/weekly/specs/amd64/installcd-stage1.spec index acdf93ae..59cf0d85 100644 --- a/releases/weekly/specs/amd64/installcd-stage1.spec +++ b/releases/weekly/specs/amd64/installcd-stage1.spec @@ -76,7 +76,9 @@ livecd/packages: sys-apps/iproute2 sys-apps/memtester sys-apps/netplug + sys-apps/pciutils sys-apps/sdparm + sys-apps/usbutils sys-block/parted sys-block/partimage sys-fs/btrfs-progs diff --git a/releases/weekly/specs/x86/hardened/admincd-stage1.spec b/releases/weekly/specs/x86/hardened/admincd-stage1.spec index badbb66c..92920df3 100644 --- a/releases/weekly/specs/x86/hardened/admincd-stage1.spec +++ b/releases/weekly/specs/x86/hardened/admincd-stage1.spec @@ -159,6 +159,7 @@ livecd/packages: sys-apps/netplug sys-apps/pciutils sys-apps/sdparm + sys-apps/usbutils sys-apps/sed sys-apps/setserial sys-apps/sg3_utils diff --git a/releases/weekly/specs/x86/installcd-stage1.spec b/releases/weekly/specs/x86/installcd-stage1.spec index 14e27af7..b5a4807e 100644 --- a/releases/weekly/specs/x86/installcd-stage1.spec +++ b/releases/weekly/specs/x86/installcd-stage1.spec @@ -74,7 +74,9 @@ livecd/packages: sys-apps/iproute2 sys-apps/memtester sys-apps/netplug + sys-apps/pciutils sys-apps/sdparm + sys-apps/usbutils sys-block/parted sys-block/partimage sys-fs/btrfs-progs