diff --git a/SPECS/insights-client.spec b/SPECS/insights-client.spec
index 658b39b..75dcc28 100644
--- a/SPECS/insights-client.spec
+++ b/SPECS/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:                6%{?dist}
+Release:                8%{?dist}
 Source0:                https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.gz
 Epoch:                  0
 License:                GPLv2+
@@ -14,7 +14,6 @@ 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}
@@ -129,9 +128,15 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Thu Apr 07 2022 Gael Chamoulaud <gchamoul@redhat.com> 0:3.1.7-6
-- Add several insights /var directories in files directives (RHBZ#2070584)
-- Update Patches
+* 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
+
+* 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)