insights-client-3.10.3-1
- Updates message of the day from Insights to Lightspeed - Resolves: RHEL-113967 - Resolves: RHEL-122146
This commit is contained in:
parent
95dd14f374
commit
1ccca15f3c
@ -1,10 +1,9 @@
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
|
||||
Name: insights-client
|
||||
Summary: Uploads Insights information to Red Hat on a periodic basis
|
||||
Version: 3.10.2
|
||||
Release: 3%{?dist}
|
||||
Version: 3.10.3
|
||||
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
|
||||
@ -52,7 +51,6 @@ Requires: insights-client
|
||||
Summary: The subpackage for Insights resource optimization service
|
||||
|
||||
%description ros
|
||||
|
||||
The ros subpackage add ros_collect configuration parameter to insights-client.conf file,
|
||||
the parameter is set to True by default. The system starts sending PCP archives to
|
||||
Resource Optimization service upon modifying ros_collect parameter to True.
|
||||
@ -79,9 +77,7 @@ mkdir -p %{buildroot}%{_localstatedir}/cache/insights-client/
|
||||
%systemd_post %{name}.timer
|
||||
%systemd_post %{name}-boot.service
|
||||
|
||||
# Remove legacy egg files from previous installations
|
||||
rm -f %{_sysconfdir}/insights-client/rpm.egg
|
||||
rm -f %{_sysconfdir}/insights-client/rpm.egg.asc
|
||||
# Remove legacy egg files from previous runtime installations
|
||||
rm -f %{_localstatedir}/lib/insights/*.egg
|
||||
rm -f %{_localstatedir}/lib/insights/*.egg.asc
|
||||
|
||||
@ -152,7 +148,6 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/*
|
||||
%{_unitdir}/*
|
||||
%attr(444,root,root) %{_sysconfdir}/insights-client/*.pem
|
||||
%attr(444,root,root) %{_sysconfdir}/insights-client/redhattools.pub.gpg
|
||||
%{python3_sitelib}/insights_client/
|
||||
%{_defaultdocdir}/%{name}
|
||||
%{_presetdir}/*.preset
|
||||
@ -168,11 +163,14 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*.8.gz
|
||||
%{_mandir}/man5/*.5.gz
|
||||
|
||||
|
||||
%files ros
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 7 2026 Peter Koprda <pkoprda@redhat.com> - 0:3.10.3-1
|
||||
- Updates message of the day from Insights to Lightspeed
|
||||
- Resolves: RHEL-113967
|
||||
- Resolves: RHEL-122146
|
||||
|
||||
* Wed Dec 3 2025 Peter Koprda <pkoprda@redhat.com> - 0:3.10.2-3
|
||||
- Drop setuptools requirement (CCT-357)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v3.10.2.tar.gz) = 4030cf22079aebab26e4831e34d3a5a6a8990e7aaf1235e12e956b9d77bdfb7138054f15eb2acd57f908875b8e854ceef6036cde8efeb45185215574df520af4
|
||||
SHA512 (v3.10.3.tar.gz) = 42f90cca08bdaee5921cc56af0ee03d1b1881d75d007140131f3dbf141f7c48ea72d6c5f0592701c2febd0a6604b75e9a84474e6d83cb8944a31f237e6ea80f5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user