diff --git a/insights-client.spec b/insights-client.spec index c11c9c4..32f1f0a 100644 --- a/insights-client.spec +++ b/insights-client.spec @@ -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 - 3.1.7-6 +- Update patches +- Add DROP-IN-RPM patches_ignore rule for rdopkg + * Wed Feb 16 2022 Gaël Chamoulaud - 3.1.7-5 - Restore insights-client-boot.service preun/postun (RHBZ#2024836)