From patchwork Fri May 15 21:21:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Roberts, William C" X-Patchwork-Id: 11553049 X-Patchwork-Delegate: omosnacek@gmail.com Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 23686739 for ; Fri, 15 May 2020 21:21:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1670020709 for ; Fri, 15 May 2020 21:21:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726707AbgEOVVk (ORCPT ); Fri, 15 May 2020 17:21:40 -0400 Received: from mga05.intel.com ([192.55.52.43]:59016 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726301AbgEOVVk (ORCPT ); Fri, 15 May 2020 17:21:40 -0400 IronPort-SDR: ra18dRaDrNtlrt1V1GpVsuxp4mC8X5ns6UEO6srOuOZWOhI5j5UTciGwm4iBrSrRPht16bCO6H 5YvS/h53lTIA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2020 14:21:40 -0700 IronPort-SDR: 3+zaFP/sut+y3EhhdrUWSEs2Euohrh5nNG08OvU6d+MTJmO3iLK6P1lbLdnonth4vTu4ncdIDg GR8CEsfUkYXA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,396,1583222400"; d="scan'208";a="372807728" Received: from unknown (HELO localhost.localdomain) ([10.254.99.175]) by fmsmga001.fm.intel.com with ESMTP; 15 May 2020 14:21:39 -0700 From: william.c.roberts@intel.com To: william.c.roberts@intel.com Cc: selinux@vger.kernel.org Subject: [PATCH v3] README: update kernel-devel package in dnf command Date: Fri, 15 May 2020 16:21:32 -0500 Message-Id: <20200515212132.24204-1-william.c.roberts@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200515173042.12666-1-william.c.roberts@intel.com> References: <20200515173042.12666-1-william.c.roberts@intel.com> Sender: selinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org From: William Roberts The README.md file in the selinux-testsuite states that kernel-devel package is needed. However, for everything to work you need the kernel-devel package specific to your kernel version. Update the dnf command to include uname -r, so that a copy + paste of the dnf command, results in a system with dependencies filled for recent Fedora distro's like Fedora 32. Signed-off-by: William Roberts Acked-by: Ondrej Mosnacek --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7e5d92a100..1bec9fe85c91 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ following command: attr \ libbpf-devel \ keyutils-libs-devel \ - kernel-devel \ + kernel-devel-$(uname -r) \ quota \ xfsprogs-devel \ libuuid-devel