From 909404b06eb3bf6c280c9324a2eeab5aa9b94af2 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Thu, 27 May 2021 11:38:36 -0400 Subject: [PATCH] add /usr/libexec/crio to tracked files Signed-off-by: Peter Hunt --- conmon.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/conmon.spec b/conmon.spec index 045106b..671f18a 100644 --- a/conmon.spec +++ b/conmon.spec @@ -66,6 +66,7 @@ sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile %doc README.md %{_bindir}/%{name} %{_libexecdir}/crio/%{name} +%dir %{_libexecdir}/crio %{_mandir}/man8/%{name}.8.gz %changelog