From d056663d4072cf015e23833bd2068a877b757073 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 6 Sep 2024 19:40:43 +0530 Subject: [PATCH] RPM: delete unnecessary patching from spec Forgot to remove it in the previous PR where crio installation was removed from rpm. Signed-off-by: Lokesh Mandvekar --- rpm/conmon.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/rpm/conmon.spec b/rpm/conmon.spec index a2421317..a5646d7f 100644 --- a/rpm/conmon.spec +++ b/rpm/conmon.spec @@ -47,7 +47,6 @@ Requires: libseccomp %prep %autosetup -Sgit %{name}-%{version} sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile -sed -i 's/install.crio: bin\/conmon/install.crio:/' Makefile %build %{__make} DEBUGFLAG="-g" bin/conmon