Skip to content

Commit efdf578

Browse files
committed
redhat: spec: add drivers/net to kselftest package
JIRA: https://issues.redhat.com/browse/RHEL-57764 Upstream Status: RHEL-only Build, install and add drivers/net kselftests to the appropriate package. Signed-off-by: Ivan Vecera <ivecera@redhat.com>
1 parent afdf985 commit efdf578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redhat/kernel.spec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,7 @@ export BPFTOOL=$(pwd)/tools/bpf/bpftool/bpftool
27912791
pushd tools/testing/selftests
27922792
# We need to install here because we need to call make with ARCH set which
27932793
# doesn't seem possible to do in the install section.
2794-
%{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="bpf cgroup mm livepatch net net/forwarding net/mptcp netfilter tc-testing memfd drivers/net/bonding iommu cachestat" SKIP_TARGETS="" FORCE_TARGETS=1 INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" DEFAULT_INSTALL_HDR_PATH=0 install
2794+
%{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="bpf cgroup mm livepatch net net/forwarding net/mptcp netfilter tc-testing memfd drivers/net/bonding iommu cachestat drivers/net" SKIP_TARGETS="" FORCE_TARGETS=1 INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" DEFAULT_INSTALL_HDR_PATH=0 install
27952795

27962796
# 'make install' for bpf is broken and upstream refuses to fix it.
27972797
# Install the needed files manually.

0 commit comments

Comments
 (0)