From patchwork Fri May 15 21:01:54 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: 11553013 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 997BD59D for ; Fri, 15 May 2020 21:01:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A85A205CB for ; Fri, 15 May 2020 21:01:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726227AbgEOVB6 (ORCPT ); Fri, 15 May 2020 17:01:58 -0400 Received: from mga09.intel.com ([134.134.136.24]:8457 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726212AbgEOVB6 (ORCPT ); Fri, 15 May 2020 17:01:58 -0400 IronPort-SDR: k7GRI/gPKA7wSNR/qBB7j9VYZ7JdmgTKLAlRTeZ4KH4sylFW/o4plYhaxoFsSFGK9uHgUweb3L MM9dtJXiIOeQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2020 14:01:57 -0700 IronPort-SDR: F+YFzwsq86m/H8ioP+Hc72gyQYDF2XmCfo0zRG5IXG2Lpm9eVOUe0Gv/CLalefoxA7WBSdnywo clsCB+hM+cEA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,396,1583222400"; d="scan'208";a="252145301" Received: from unknown (HELO localhost.localdomain) ([10.254.99.175]) by orsmga007.jf.intel.com with ESMTP; 15 May 2020 14:01:57 -0700 From: william.c.roberts@intel.com To: william.c.roberts@intel.com Cc: selinux@vger.kernel.org Subject: [PATCH v2] README: update kernel-devel package in dnf command Date: Fri, 15 May 2020 16:01:54 -0500 Message-Id: <20200515210154.23408-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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7e5d92a100..4d5d6d22203a 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