|
|
|
|
@ -2,68 +2,70 @@
|
|
|
|
|
|
|
|
|
|
Name: insights-client
|
|
|
|
|
Summary: Uploads Insights information to Red Hat on a periodic basis
|
|
|
|
|
Version: 3.1.7
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Source0: https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.gz
|
|
|
|
|
Source1: https://api.access.redhat.com/r/insights/v1/static/core/insights-core.egg
|
|
|
|
|
Source2: https://api.access.redhat.com/r/insights/v1/static/core/insights-core.egg.asc
|
|
|
|
|
Version: 3.10.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source0: https://github.com/RedHatInsights/insights-client/archive/refs/tags/v%{version}.tar.gz
|
|
|
|
|
Epoch: 0
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: https://console.redhat.com/insights
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Vendor: Red Hat, Inc.
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# patches_ignore=DROP-IN-RPM
|
|
|
|
|
# patches_base=3.1.7
|
|
|
|
|
Patch0001: 0001-fix-remove-PathExists-condition-from-unit.patch
|
|
|
|
|
|
|
|
|
|
Provides: redhat-access-insights = %{version}-%{release}%{?dist}
|
|
|
|
|
|
|
|
|
|
Obsoletes: redhat-access-insights <= 1.0.13-2
|
|
|
|
|
Obsoletes: redhat-access-proactive <= 1.0.13-2
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
Requires: tar
|
|
|
|
|
Requires: gpg
|
|
|
|
|
Requires: pciutils
|
|
|
|
|
|
|
|
|
|
%global __python3 /usr/libexec/platform-python
|
|
|
|
|
%{?__python3:Requires: %{__python3}}
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
Requires: python3-requests >= 2.6
|
|
|
|
|
Requires: python3-PyYAML
|
|
|
|
|
Requires: python3-magic
|
|
|
|
|
Requires: python3-six
|
|
|
|
|
Requires: platform-python-setuptools
|
|
|
|
|
Requires: coreutils
|
|
|
|
|
Requires: ((selinux-policy >= 42.1.8-1) if selinux-policy)
|
|
|
|
|
Requires: (python3-libselinux if selinux-policy)
|
|
|
|
|
|
|
|
|
|
Requires: insights-core >= 3.6.7
|
|
|
|
|
Requires: subscription-manager
|
|
|
|
|
|
|
|
|
|
BuildRequires: wget
|
|
|
|
|
BuildRequires: binutils
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: platform-python-devel
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: pam
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
Requires(post): policycoreutils-python-utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Sends insightful information to Red Hat for automated analysis
|
|
|
|
|
|
|
|
|
|
%package ros
|
|
|
|
|
Requires: pcp-zeroconf
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{configure} PYTHON=%{__python3}
|
|
|
|
|
%{__make}
|
|
|
|
|
%{meson} -Dpython=%{__python3} -Dcore_selinux_policy=insights_core_t
|
|
|
|
|
%{meson_build}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{make_install}
|
|
|
|
|
%{__install} -D -m 644 %{_builddir}/%{name}-%{version}/data/insights-client.motd %{buildroot}/%{_sysconfdir}/insights-client/insights-client.motd
|
|
|
|
|
%{__install} -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/insights-client/rpm.egg
|
|
|
|
|
%{__install} -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/insights-client/rpm.egg.asc
|
|
|
|
|
%{meson_install}
|
|
|
|
|
|
|
|
|
|
# Create different insights directories in /var
|
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/log/insights-client/
|
|
|
|
|
@ -74,18 +76,41 @@ mkdir -p %{buildroot}%{_localstatedir}/cache/insights-client/
|
|
|
|
|
%post
|
|
|
|
|
%systemd_post %{name}.timer
|
|
|
|
|
%systemd_post %{name}-boot.service
|
|
|
|
|
if [ -d %{_sysconfdir}/motd.d ]; then
|
|
|
|
|
if [ ! -e %{_sysconfdir}/motd.d/insights-client -a ! -L %{_sysconfdir}/motd.d/insights-client ]; then
|
|
|
|
|
if [ -e %{_localstatedir}/lib/insights/newest.egg ]; then
|
|
|
|
|
ln -sn /dev/null %{_sysconfdir}/motd.d/insights-client
|
|
|
|
|
else
|
|
|
|
|
ln -sn %{_sysconfdir}/insights-client/insights-client.motd %{_sysconfdir}/motd.d/insights-client
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Remove legacy egg files from previous runtime installations
|
|
|
|
|
rm -f %{_localstatedir}/lib/insights/*.egg
|
|
|
|
|
rm -f %{_localstatedir}/lib/insights/*.egg.asc
|
|
|
|
|
|
|
|
|
|
# Symlink the message of the day if the system has not been registered with Insights
|
|
|
|
|
_SHOULD_WRITE_MOTD=1
|
|
|
|
|
# MOTD directory doesn't exist for some reason; don't even try
|
|
|
|
|
if [ ! -d %{_sysconfdir}/motd.d ]; then _SHOULD_WRITE_MOTD=0; fi
|
|
|
|
|
# Message shouldn't be displayed if the system has ever been registered
|
|
|
|
|
if [ -e %{_sysconfdir}/insights-client/.registered ]; then _SHOULD_WRITE_MOTD=0; fi
|
|
|
|
|
if [ -e %{_sysconfdir}/insights-client/.unregistered ]; then _SHOULD_WRITE_MOTD=0; fi
|
|
|
|
|
# Message file is already in place (as a file, or as a symlink)
|
|
|
|
|
if [ -e %{_sysconfdir}/motd.d/insights-client -o -L %{_sysconfdir}/motd.d/insights-client ]; then _SHOULD_WRITE_MOTD=0; fi
|
|
|
|
|
if [ "$_SHOULD_WRITE_MOTD" -eq 1 ]; then
|
|
|
|
|
ln -sn %{_sysconfdir}/insights-client/insights-client.motd %{_sysconfdir}/motd.d/insights-client
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [ $1 -eq 2 ]; then
|
|
|
|
|
/usr/sbin/semanage permissive --list | grep -q 'insights_client_t'
|
|
|
|
|
if [ $? -eq 0 ]; then
|
|
|
|
|
/usr/sbin/semanage permissive --delete insights_client_t &>/dev/null
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
|
|
|
|
|
/usr/sbin/semanage permissive --add insights_client_t || true
|
|
|
|
|
%post ros
|
|
|
|
|
rm -f /var/lib/pcp/config/pmlogger/config.ros
|
|
|
|
|
sed -i "/PCP_LOG_DIR\/pmlogger\/ros/d" /etc/pcp/pmlogger/control.d/local
|
|
|
|
|
|
|
|
|
|
if ! grep -q "^ros_collect" %{_sysconfdir}/insights-client/insights-client.conf; then
|
|
|
|
|
cat <<EOF >> %{_sysconfdir}/insights-client/insights-client.conf
|
|
|
|
|
### Begin insights-client-ros ###
|
|
|
|
|
ros_collect=True
|
|
|
|
|
### End insights-client-ros ###
|
|
|
|
|
EOF
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
@ -98,12 +123,6 @@ fi
|
|
|
|
|
%systemd_postun %{name}.service
|
|
|
|
|
%systemd_postun %{name}-boot.service
|
|
|
|
|
|
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
|
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
|
|
|
|
|
/usr/sbin/semanage permissive --delete insights_client_t || true
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Clean up files created by insights-client that are unowned by the RPM
|
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
|
rm -f %{_sysconfdir}/cron.daily/insights-client
|
|
|
|
|
@ -113,18 +132,22 @@ if [ $1 -eq 0 ]; then
|
|
|
|
|
rm -rf %{_localstatedir}/lib/insights
|
|
|
|
|
rm -rf %{_localstatedir}/log/insights-client
|
|
|
|
|
rm -f %{_sysconfdir}/insights-client/.*.etag
|
|
|
|
|
rm -f %{_sysconfdir}/logrotate.d/insights-client
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%postun ros
|
|
|
|
|
sed -i '/### Begin insights-client-ros ###/,/### End insights-client-ros ###/d;/ros_collect=True/d' %{_sysconfdir}/insights-client/insights-client.conf
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/insights-client/*.conf
|
|
|
|
|
%{_sysconfdir}/insights-client/insights-client.motd
|
|
|
|
|
%{_sysconfdir}/insights-client/.fallback.json*
|
|
|
|
|
%{_sysconfdir}/insights-client/.exp.sed
|
|
|
|
|
%{_sysconfdir}/insights-client/rpm.egg*
|
|
|
|
|
%{_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
|
|
|
|
|
@ -132,59 +155,155 @@ fi
|
|
|
|
|
%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/
|
|
|
|
|
|
|
|
|
|
%{_sysconfdir}/logrotate.d/insights-client
|
|
|
|
|
%{_tmpfilesdir}/insights-client.conf
|
|
|
|
|
|
|
|
|
|
%doc
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_mandir}/man8/*.8.gz
|
|
|
|
|
%{_mandir}/man5/*.5.gz
|
|
|
|
|
|
|
|
|
|
%files ros
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 30 2023 Link Dupont <link@redhat.com> - 3.1.7-12
|
|
|
|
|
- Conditionally run semanage only when SELinux is enabled (RHBZ#2150908)
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Fri Nov 11 2022 Alba Hita Catala <ahitacat@redhat.com> 0:3.1.7-11
|
|
|
|
|
- Set SELinux policy to permissive for rhcd_t module (RHBZ#2141444)
|
|
|
|
|
* Wed Dec 3 2025 Peter Koprda <pkoprda@redhat.com> - 0:3.10.2-3
|
|
|
|
|
- Drop setuptools requirement (CCT-357)
|
|
|
|
|
|
|
|
|
|
* Tue Nov 08 2022 Link Dupont <link@redhat.com> 0:3.1.7-10
|
|
|
|
|
- Include insights-core.egg as RPM source (RHBZ#2029395)
|
|
|
|
|
* Mon Oct 27 2025 Matyas Horky <mhorky@redhat.com> - 0:3.10.2-2
|
|
|
|
|
- Require selinux-policy >= 42.1.8 (CCT-1737)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 19 2022 Gael Chamoulaud <gchamoul@redhat.com> 3.1.7-9
|
|
|
|
|
- Add /var/cache/insights-client/ directory in files directives (RHBZ#2127962)
|
|
|
|
|
* Wed Oct 1 2025 Matyas Horky <mhorky@redhat.com> - 0:3.10.2-1
|
|
|
|
|
- Depend on insights-core >= 3.6.7
|
|
|
|
|
|
|
|
|
|
* Wed Apr 13 2022 Link Dupont <link@sub-pop.net> 0:3.1.7-8
|
|
|
|
|
- Ensure __python3 macro is globally set to platform-python (RHBZ#2069282)
|
|
|
|
|
* Wed Aug 27 2025 Matyas Horky <mhorky@redhat.com> - 0:3.10.1-3
|
|
|
|
|
- Depend on insights-core (via patch file; not yet merged upstream)
|
|
|
|
|
- Resolves: RHIN-1268
|
|
|
|
|
|
|
|
|
|
* Thu Mar 31 2022 Gael Chamoulaud (Strider) <gchamoul@redhat.com> 0:3.1.7-7
|
|
|
|
|
- Add several insights /var directories in %files directives (RHBZ#2070588)
|
|
|
|
|
* Tue Jul 8 2025 Peter Koprda <pkoprda@redhat.com> - 0:3.10.1-2
|
|
|
|
|
- Add dependency on insights-core-selinux
|
|
|
|
|
- Resolves: RHEL-88179
|
|
|
|
|
|
|
|
|
|
* Mon Mar 14 2022 Gael Chamoulaud (Strider) <gchamoul@redhat.com> 0:3.1.7-6
|
|
|
|
|
* Tue May 20 2025 Matyas Horky <mhorky@redhat.com> - 0:3.10.1-1
|
|
|
|
|
- Update Core to 3.5.13
|
|
|
|
|
- Resolves: RHEL-92658
|
|
|
|
|
|
|
|
|
|
* Fri Jan 24 2025 Matyas Horky <mhorky@redhat.com> - 0:3.10.0-1
|
|
|
|
|
- Update Core to 3.5.2
|
|
|
|
|
- Resolves: RHEL-76024
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0:3.2.8-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2024 Matyas Horky <mhorky@redhat.com> - 0:3.2.8-1
|
|
|
|
|
- Update version to 3.2.8
|
|
|
|
|
- Update Core to 3.4.9
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2024 Pino Toscano <ptoscano@redhat.com> - 0:3.2.7-2
|
|
|
|
|
- Rebuild in CentOS Stream
|
|
|
|
|
|
|
|
|
|
* Mon Jul 22 2024 Matyas Horky <mhorky@redhat.com> - 0:3.2.7-1
|
|
|
|
|
- Update version to 3.2.7
|
|
|
|
|
- Update Core to 3.4.5
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2024 Matyas Horky <mhorky@redhat.com> - 0:3.2.5-1
|
|
|
|
|
- Update version to 3.2.5
|
|
|
|
|
- New egg RPM version 3.3.24
|
|
|
|
|
- Improve GPG handling (RHEL-2480)
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2024 Jiri Hnidek <jhnidek@redhat.com> - 0:3.2.2-5
|
|
|
|
|
- Convert license of insights-client to SPDX format (RHEL-39409)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2024 Link Dupont <link@redhat.com> - 0:3.2.2-4
|
|
|
|
|
- Use __python3 macro instead of redefining __python (RHEL-28748)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2024 Amit Upadhye <aupadhye@redhat.com> - 0:3.2.2-3
|
|
|
|
|
- Add ros subpackage for Insights resource optimization service (RHEL-30279)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 02 2024 Pino Toscano <ptoscano@redhat.com> - 0:3.2.2-2
|
|
|
|
|
- Require subscription-manager, so CERT auth works by default (RHEL-18971)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 14 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.2-1
|
|
|
|
|
- Update version to 3.2.2
|
|
|
|
|
- New egg RPM version 3.2.15 (RHEL-3307)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 04 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.1-0
|
|
|
|
|
- Update version to 3.2.1
|
|
|
|
|
- New egg RPM version 3.2.9 (RHBZ#2236120)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 24 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.0-4
|
|
|
|
|
- Remove printing to stdout semanage postscript
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.0-3
|
|
|
|
|
- Remove an option in the semanage command
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.0-2
|
|
|
|
|
- Remove setting selinux permissive insights_client_t scripts (RHBZ#2226684)
|
|
|
|
|
|
|
|
|
|
* Fri Jun 23 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.0-1
|
|
|
|
|
- Add logrotate (RHBZ#2189281)
|
|
|
|
|
- Fix constant not imported (RHBZ#2091919)
|
|
|
|
|
- Update to cgroupv2 (RHBZ#2148270)
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Thu May 18 2023 Pino Toscano <ptoscano@redhat.com> - 0:3.1.7-13
|
|
|
|
|
- Conditionally run semanage only when SELinux is enabled (RHBZ#2196844)
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2022 Alba Hita Catala <ahitacat@redhat.com> 0:3.1.7-12
|
|
|
|
|
- Set SELinux policy to permissive for rhcd_t module (RHBZ#2141443)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 09 2022 Link Dupont <link@redhat.com> 0:3.1.7-11
|
|
|
|
|
- Include insights-core.egg as RPM source (RHBZ#2141087)
|
|
|
|
|
|
|
|
|
|
* Thu Oct 20 2022 Link Dupont <link@redhat.com> 0:3.1.7-10
|
|
|
|
|
- Ensure __python3 macro is globally set to platform-python (RHBZ#2075150)
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Mon Mar 14 2022 Gael Chamoulaud (Strider) <gchamoul@redhat.com> 0:3.1.7-7
|
|
|
|
|
- Update patches
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 3.1.7-5
|
|
|
|
|
* Mon Mar 14 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 3.1.7-6
|
|
|
|
|
- Update patches
|
|
|
|
|
- Add DROP-IN-RPM patches_ignore rule for rdopkg
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 3.1.7-4
|
|
|
|
|
- Restore insights-client-boot.service preun/postun (RHBZ#2055036)
|
|
|
|
|
* Wed Feb 16 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 3.1.7-5
|
|
|
|
|
- Restore insights-client-boot.service preun/postun (RHBZ#2024836)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 3.1.7-3
|
|
|
|
|
- Remove scriptlets referencing nonexistent files (RHBZ#2055036)
|
|
|
|
|
* Wed Feb 02 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 3.1.7-4
|
|
|
|
|
- Renaming "cloud.redhat.com" to "console.redhat.com" (RHBZ#2013799)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 10 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 3.1.7-2
|
|
|
|
|
- Rename "http://cloud.redhat.com" to "https://console.redhat.com" (RHBZ#2052875)
|
|
|
|
|
- Clean superfluous %clean section - rpmlint error
|
|
|
|
|
* Mon Jan 31 2022 Link Dupont <link@redhat.com> - 3.1.7-3
|
|
|
|
|
- Patch to fix an issue where insights-client continuously launches (RHBZ#2022191)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2022 Link Dupont <link@redhat.com> - 3.1.7-2
|
|
|
|
|
- Remove scriptlets referencing nonexistent files (RHBZ#2024836)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 20 2021 Link Dupont <link@redhat.com> - 3.1.7-1
|
|
|
|
|
- New upstream version (Resolves RHBZ#2013800)
|
|
|
|
|
- New upstream release (Resolves RHBZ#2013799)
|
|
|
|
|
- Disable client metrics collection
|
|
|
|
|
- Create fallback.json dynamically at build time
|
|
|
|
|
|
|
|
|
|
* Fri Jun 25 2021 Jeremy Crafts <jcrafts@redhat.com> - 3.1.5-1
|
|
|
|
|
- Fix metrics auth and connection issues (RHBZ#1966761)
|
|
|
|
|
- Disallow --offline and --unregister together (RHBZ#1920946)
|
|
|
|
|
- Do not modify motd if already set (RHBZ#1945481)
|
|
|
|
|
- Enable insights-client-boot service on install (RHBZ#1951750)
|
|
|
|
|
* Tue Aug 24 2021 Link Dupont <link@redhat.com> - 3.1.6-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
* Mon Aug 2 2021 Jeremy Crafts <jcrafts@redhat.com> - 3.1.5-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
* Thu May 27 2021 Jeremy Crafts <jcrafts@redhat.com> - 3.1.4-2
|
|
|
|
|
- Replace platform-python-setuptools dependency with python3dist(setuptools)
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Jeremy Crafts <jcrafts@redhat.com> - 3.1.4-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
* Tue Apr 20 2021 Jeremy Crafts <jcrafts@redhat.com> - 3.1.2-1
|
|
|
|
|
- New upstream version
|