mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 09:42:45 +00:00
spec: add kata-netmon to rpm spec
So that it is included in the package. Signed-off-by: Peng Tao <bergwolf@gmail.com>
This commit is contained in:
parent
71c693ccac
commit
e074aa1099
@ -8,11 +8,7 @@
|
|||||||
|
|
||||||
%global DEFAULT_QEMU qemu-lite-system-x86_64
|
%global DEFAULT_QEMU qemu-lite-system-x86_64
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%define LIBEXECDIR /usr/libexec
|
||||||
%define LIBEXECDIR %{_libdir}
|
|
||||||
%else
|
|
||||||
%define LIBEXECDIR %{_libexecdir}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%undefine _missing_build_ids_terminate_build
|
%undefine _missing_build_ids_terminate_build
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
@ -96,6 +92,9 @@ sed -i -e '/^initrd =/d' %{buildroot}/usr/share/defaults/kata-containers/configu
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
/usr/bin/kata-runtime
|
/usr/bin/kata-runtime
|
||||||
|
%{LIBEXECDIR}
|
||||||
|
%{LIBEXECDIR}/kata-containers
|
||||||
|
%{LIBEXECDIR}/kata-containers/kata-netmon
|
||||||
/usr/bin/kata-collect-data.sh
|
/usr/bin/kata-collect-data.sh
|
||||||
/usr/share/defaults/
|
/usr/share/defaults/
|
||||||
/usr/share/defaults/kata-containers/
|
/usr/share/defaults/kata-containers/
|
||||||
|
Loading…
Reference in New Issue
Block a user