insights-client-3.1.7-6

Changelog:
- Update patches
- Add DROP-IN-RPM patches_ignore rule for rdopkg

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2022-03-14 10:41:12 +01:00
parent baa943d16a
commit e94e1c0f61

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: 6%{?dist}
Source0: https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.gz
Epoch: 0
License: GPLv2+
@ -11,7 +11,10 @@ URL: https://console.redhat.com/insights
Group: Applications/System
Vendor: Red Hat, Inc.
Patch0: 0001-fix-remove-PathExists-condition-from-unit.patch
#
# patches_ignore=DROP-IN-RPM
# patches_base=6bdbca1627130eb8c2c3b7cf231bba9f1d1567f6
Patch0001: 0001-fix-remove-PathExists-condition-from-unit.patch
Provides: redhat-access-insights = %{version}-%{release}%{?dist}
@ -119,6 +122,10 @@ rm -rf %{buildroot}
%changelog
* 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-5
- Restore insights-client-boot.service preun/postun (RHBZ#2024836)