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 572EA1382C5 for ; Tue, 30 Jun 2020 10:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A1CE092D; Tue, 30 Jun 2020 10:39:37 +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 3C219E092D for ; Tue, 30 Jun 2020 10:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9769434F313 for ; Tue, 30 Jun 2020 10:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69A90292 for ; Tue, 30 Jun 2020 10:39:31 +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: <1593513527.6e5eb93fb394dbb83330fc8f3ebc45008a627f1d.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf X-VCS-Directories: tools/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6e5eb93fb394dbb83330fc8f3ebc45008a627f1d X-VCS-Branch: master Date: Tue, 30 Jun 2020 10:39:31 +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: 05d641ba-36b6-4e80-a9da-670b5c9004c2 X-Archives-Hash: a629dedc5376f3ca133e06770d0c2455 commit: 6e5eb93fb394dbb83330fc8f3ebc45008a627f1d Author: Ben Kohler gentoo org> AuthorDate: Tue Jun 30 10:38:47 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jun 30 10:38:47 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=6e5eb93f catalyst-auto-amd64.conf: re-enable selinux builds Signed-off-by: Ben Kohler gentoo.org> tools/catalyst-auto-amd64.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 3fa37fea..558e184c 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -16,9 +16,8 @@ SETS=" systemd hardened_multilib minimal_hardened_multilib hardened_nomultilib minimal_hardened_nomultilib + hardened_multilib_selinux hardened_nomultilib_selinux " -# hardened_multilib_selinux hardened_nomultilib_selinux -#" SET_multilib_SPECS="stage1.spec stage2.spec stage3.spec" SET_multilib_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"