On Fri, May 15, 2020 at 4:09 PM Paul Moore <paul@xxxxxxxxxxxxxx> wrote: > > On Fri, May 15, 2020 at 5:02 PM <william.c.roberts@xxxxxxxxx> wrote: > > > > From: William Roberts <william.c.roberts@xxxxxxxxx> > > > > 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 <william.c.roberts@xxxxxxxxx> > > --- > > 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) > > I \ > think \ > you \ > forgot \ > the \ > trailing \ > slash \ fsck \ > > > quota \ > > xfsprogs-devel \ > > libuuid-devel > > -- > > 2.17.1 > > -- > paul moore > www.paul-moore.com