diff --git a/insights-client.spec b/insights-client.spec index 75dcc28..90f2ebf 100644 --- a/insights-client.spec +++ b/insights-client.spec @@ -3,7 +3,7 @@ Name: insights-client Summary: Uploads Insights information to Red Hat on a periodic basis Version: 3.1.7 -Release: 8%{?dist} +Release: 9%{?dist} Source0: https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.gz Epoch: 0 License: GPLv2+ @@ -118,6 +118,7 @@ rm -rf %{buildroot} %{_defaultdocdir}/%{name} %{_presetdir}/*.preset %attr(700,root,root) %dir %{_localstatedir}/log/insights-client/ +%attr(700,root,root) %dir %{_localstatedir}/cache/insights-client/ %attr(750,root,root) %dir %{_localstatedir}/cache/insights/ %attr(750,root,root) %dir %{_localstatedir}/lib/insights/ @@ -128,6 +129,9 @@ rm -rf %{buildroot} %changelog +* Mon Sep 12 2022 Gael Chamoulaud 3.1.7-9 +- Add /var/cache/insights-client/ directory in files directives (RHBZ#2126105) + * Fri Apr 08 2022 Gael Chamoulaud 0:3.1.7-8 - Add several insights /var directories in files directives