diff --git a/SOURCES/tuned-2.11.0-sap-hana-vmware-deprecation.patch b/SOURCES/tuned-2.11.0-sap-hana-vmware-deprecation.patch
deleted file mode 100644
index 794fe6a..0000000
--- a/SOURCES/tuned-2.11.0-sap-hana-vmware-deprecation.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/man/tuned-profiles-sap-hana.7 b/man/tuned-profiles-sap-hana.7
-index e199f27..a56274c 100644
---- a/man/tuned-profiles-sap-hana.7
-+++ b/man/tuned-profiles-sap-hana.7
-@@ -37,6 +37,9 @@ regarding semaphores.
- 
- .TP
- .BI "sap\-hana\-vmware"
-+Deprecated profile. It is being kept here for backward compatibility.
-+Original description follows:
-+
- A performance optimized profile for the SAP HANA applications on VMware.
- It is based on throughput\-performance profile. It additionally disables
- transparent hugepages, locks CPU to the low C states (by PM QoS) and tunes sysctl
diff --git a/SPECS/tuned.spec b/SPECS/tuned.spec
index 72cb741..b1ffa7d 100644
--- a/SPECS/tuned.spec
+++ b/SPECS/tuned.spec
@@ -7,7 +7,7 @@
 Summary: A dynamic adaptive system tuning daemon
 Name: tuned
 Version: 2.11.0
-Release: 8%{?prerel1}%{?dist}
+Release: 5%{?prerel1}%{?dist}.2
 License: GPLv2+
 Source: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}.tar.gz#/%{name}-%{version}%{?prerel2}.tar.gz
 URL: http://www.tuned-project.org/
@@ -29,9 +29,8 @@ Patch2: 0001-functions-Return-an-ordered-cpu-list-in-cpulist_onli.patch
 Patch3: 0001-Fix-verifying-sysctl-options-with-tabs.patch
 # Upstream patch:
 Patch4: 0001-sysctl-Ignore-non-existent-settings-from-system-sysc.patch
-Patch5: tuned-2.11.0-sap-hana-vmware-deprecation.patch
-Patch6: tuned-2.11.0-sysctl-modifiers-traceback-fix.patch
-Patch7: tuned-2.11.0-realtime-virtual-profiles-enable-ktimer-lockless-check.patch
+Patch5: tuned-2.11.0-sysctl-modifiers-traceback-fix.patch
+Patch6: tuned-2.11.0-realtime-virtual-profiles-enable-ktimer-lockless-check.patch
 
 %description
 The tuned package contains a daemon that tunes system settings dynamically.
@@ -171,7 +170,6 @@ It can be also used to fine tune your system for specific scenarios.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 
 %build
@@ -423,19 +421,15 @@ fi
 %{_mandir}/man7/tuned-profiles-compat.7*
 
 %changelog
-* Wed Aug 14 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.11.0-8
+* Fri Mar 27 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 2.11.0-5.2
 - realtime-virtual-guest/host: enabled ktimer-lockless-check
-  Resolves: rhbz#1730016
+  Resolves: rhbz#1817936
 
-* Fri Aug  9 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.11.0-7
+* Fri Aug  9 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.11.0-5.1
 - plugin_sysctl: fixed traceback when assignments modifiers ('<', '>')
   are used with sysctl and the current sysctl value is the same as
   the new value
-  Resolves: rhbz#1739418
-
-* Tue Jul 30 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 2.11.0-6
-- sap-hana-vmware: deprecated profile
-  Resolves: rhbz#1672213
+  Resolves: rhbz#1739563
 
 * Fri Jun 07 2019 Ondřej Lysoněk <olysonek@redhat.com> - 2.11.0-5
 - Ignore non-existent settings from system sysctl configs