import insights-client-3.1.7-7.el8_6

This commit is contained in:
CentOS Sources 2022-08-02 03:10:17 -04:00 committed by root
parent 1171190802
commit e2b46c86ee
1 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: insights-client
Summary: Uploads Insights information to Red Hat on a periodic basis
Version: 3.1.7
Release: 5%{?dist}
Release: 7%{?dist}
Source0: https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.gz
Epoch: 0
License: GPLv2+
@ -27,6 +27,7 @@ Requires: tar
Requires: gpg
Requires: pciutils
%global __python3 /usr/libexec/platform-python
%{?__python3:Requires: %{__python3}}
%{?systemd_requires}
Requires: python3-requests >= 2.6
@ -38,6 +39,7 @@ Requires: coreutils
BuildRequires: wget
BuildRequires: binutils
BuildRequires: python3-devel
BuildRequires: platform-python-devel
BuildRequires: systemd
BuildRequires: pam
@ -50,7 +52,7 @@ Sends insightful information to Red Hat for automated analysis
%build
%{configure} PYTHON=%{_libexecdir}/platform-python
%{configure} PYTHON=%{__python3}
%{__make}
@ -122,6 +124,9 @@ fi
%changelog
* Wed Jun 29 2022 Link Dupont <link@redhat.com> 0:3.1.7-6
- Ensure __python3 macro is globally set to platform-python (RHBZ#2102213)
* Wed Apr 06 2022 Gael Chamoulaud (Strider) <gchamoul@redhat.com> 0:3.1.7-5
- Add several insights /var directories in files directives (RHBZ#2070595)