From 0c3872faa5cfcb35e138546b897715ff6ba7ee66 Mon Sep 17 00:00:00 2001 From: "Gael Chamoulaud (Strider)" Date: Mon, 12 Sep 2022 15:43:45 +0200 Subject: [PATCH] Create /var/cache/insights-client directory in buildroot Signed-off-by: Gael Chamoulaud (Strider) --- insights-client.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/insights-client.spec b/insights-client.spec index 90f2ebf..009f0b0 100644 --- a/insights-client.spec +++ b/insights-client.spec @@ -62,6 +62,7 @@ Sends insightful information to Red Hat for automated analysis mkdir -p %{buildroot}%{_localstatedir}/log/insights-client/ mkdir -p %{buildroot}%{_localstatedir}/lib/insights/ mkdir -p %{buildroot}%{_localstatedir}/cache/insights/ +mkdir -p %{buildroot}%{_localstatedir}/cache/insights-client/ %post %systemd_post %{name}.timer