insights-client-3.10.4-2
- Exclude .etag files from RPM - Resolves: RHEL-141893
This commit is contained in:
parent
a93514d3ed
commit
c8a1df3cdf
@ -3,7 +3,7 @@
|
||||
Name: insights-client
|
||||
Summary: Uploads Insights information to Red Hat on a periodic basis
|
||||
Version: 3.10.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source0: https://github.com/RedHatInsights/insights-client/archive/refs/tags/v%{version}.tar.gz
|
||||
Epoch: 0
|
||||
License: GPL-2.0-or-later
|
||||
@ -83,6 +83,7 @@ make install-files \
|
||||
# Remove legacy egg files from previous runtime installations
|
||||
rm -f %{_localstatedir}/lib/insights/*.egg
|
||||
rm -f %{_localstatedir}/lib/insights/*.egg.asc
|
||||
rm -f %{_sysconfdir}/insights-client/.*.etag
|
||||
|
||||
# Symlink the message of the day if the system has not been registered with Insights
|
||||
_SHOULD_WRITE_MOTD=1
|
||||
@ -169,6 +170,10 @@ rm -rf %{buildroot}
|
||||
%files ros
|
||||
|
||||
%changelog
|
||||
* Thu Apr 2 2026 Peter Schrimpel <pschrimp@redhat.com> - 0:3.10.4-2
|
||||
- Exclude .etag files from RPM
|
||||
- Resolves: RHEL-141893
|
||||
|
||||
* Thu Mar 19 2026 Peter Schrimpel <pschrimp@redhat.com> - 0:3.10.4-1
|
||||
- Switch Meson build system for Makefile
|
||||
- Remove six dependency
|
||||
|
||||
Loading…
Reference in New Issue
Block a user