insights-client-3.1.7-9
Changelog: - Add /var/cache/insights-client/ directory in files directives (RHBZ#2126105) Resolves: rhbz#2126105 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
parent
921d35a465
commit
a14508744b
@ -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 <gchamoul@redhat.com> 3.1.7-9
|
||||
- Add /var/cache/insights-client/ directory in files directives (RHBZ#2126105)
|
||||
|
||||
* Fri Apr 08 2022 Gael Chamoulaud <gchamoul@redhat.com> 0:3.1.7-8
|
||||
- Add several insights /var directories in files directives
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user