diff --git a/SPECS/abrt.spec b/SPECS/abrt.spec
index be5930e..848ce3f 100644
--- a/SPECS/abrt.spec
+++ b/SPECS/abrt.spec
@@ -88,9 +88,9 @@ Patch0009: 0009-lib-Correct-the-syntax-for-gdb-backtrace-command.patch
 Patch0024: 0024-dbus-Add-configuration-for-Python3.patch
 Patch0025: 0025-daemon-Fix-double-closed-fd-race-condition.patch
 #git format-patch 1725bd258 -N --start-number 26 --topo-order
-Patch0026: 0026-cli-list-show-a-hint-about-creating-a-case-in-RHTS.patch
-Patch0027: 0027-cli-mark-the-suggestion-text-for-translation.patch
-Patch0028: 0028-cli-get-list-of-possible-workflows-for-problem_data_.patch
+#Patch0026: 0026-cli-list-show-a-hint-about-creating-a-case-in-RHTS.patch
+#Patch0027: 0027-cli-mark-the-suggestion-text-for-translation.patch
+#Patch0028: 0028-cli-get-list-of-possible-workflows-for-problem_data_.patch
 #Patch0029: 0029-spec-Add-explicit-package-version-requirement-of-abr.patch
 #git format-patch 2.10.9-10.el8 -N --start-number 30 --topo-order
 
@@ -665,7 +665,6 @@ CFLAGS="%{optflags} -Werror" %configure \
 %endif
 %if 0%{?rhel}
         --enable-suggest-autoreporting \
-        --enable-authenticated-autoreporting \
 %endif
 %ifnarch %{arm}
         --enable-native-unwinder \
@@ -1308,6 +1307,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Sat Aug 10 2019 Fabian Arrotin <arrfab@centos.org> - 2.10.9-10
+- Disable authenticated reporting and message about reporting to RH customer portal (mkutlak)
+
 * Tue May 07 2019 CentOS Sources <bugs@centos.org> - 2.10.9-10.el8.centos
 - Apply debranding changes