insights-client-3.10.5-1
- Resolves: RHEL-140570 - Resolves: RHEL-187922
This commit is contained in:
parent
c8a1df3cdf
commit
14b75edc71
@ -2,8 +2,8 @@
|
||||
|
||||
Name: insights-client
|
||||
Summary: Uploads Insights information to Red Hat on a periodic basis
|
||||
Version: 3.10.4
|
||||
Release: 2%{?dist}
|
||||
Version: 3.10.5
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/RedHatInsights/insights-client/archive/refs/tags/v%{version}.tar.gz
|
||||
Epoch: 0
|
||||
License: GPL-2.0-or-later
|
||||
@ -80,6 +80,8 @@ make install-files \
|
||||
%systemd_post %{name}.timer
|
||||
%systemd_post %{name}-boot.service
|
||||
|
||||
%tmpfiles_create insights-client.conf
|
||||
|
||||
# Remove legacy egg files from previous runtime installations
|
||||
rm -f %{_localstatedir}/lib/insights/*.egg
|
||||
rm -f %{_localstatedir}/lib/insights/*.egg.asc
|
||||
@ -155,10 +157,10 @@ rm -rf %{buildroot}
|
||||
%{python3_sitelib}/insights_client/
|
||||
%{_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/
|
||||
%ghost %attr(700,root,root) %dir %{_localstatedir}/log/insights-client/
|
||||
%ghost %attr(700,root,root) %dir %{_localstatedir}/cache/insights-client/
|
||||
%ghost %attr(750,root,root) %dir %{_localstatedir}/cache/insights/
|
||||
%ghost %attr(750,root,root) %dir %{_localstatedir}/lib/insights/
|
||||
%{_sysconfdir}/logrotate.d/insights-client
|
||||
%{_tmpfilesdir}/insights-client.conf
|
||||
|
||||
@ -170,6 +172,10 @@ rm -rf %{buildroot}
|
||||
%files ros
|
||||
|
||||
%changelog
|
||||
* Thu Jul 30 2026 Peter Koprda <pkoprda@redhat.com> - 0:3.10.5-1
|
||||
- Resolves: RHEL-140570
|
||||
- Resolves: RHEL-187922
|
||||
|
||||
* Thu Apr 2 2026 Peter Schrimpel <pschrimp@redhat.com> - 0:3.10.4-2
|
||||
- Exclude .etag files from RPM
|
||||
- Resolves: RHEL-141893
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v3.10.4.tar.gz) = c4260dc351d7e2a17b89fde89d1ce8cfa2f07297826925fb0ca1f365a3f2eba58405daad18e299318aa67291714770fc1659cef16d0aa044f9ee56532b4d4322
|
||||
SHA512 (v3.10.5.tar.gz) = 2e7ba9561060fdcaa09fdb349e57e8de6f32f22a83a10641c99c792f9a36c727c78536493cf81c00012dde22306db05b1b14866a2b08f3ecb822652ced074fda
|
||||
|
||||
Loading…
Reference in New Issue
Block a user