diff --git a/SPECS/mod_wsgi.spec b/SPECS/mod_wsgi.spec
index bf9d6b0..7b9d560 100644
--- a/SPECS/mod_wsgi.spec
+++ b/SPECS/mod_wsgi.spec
@@ -18,7 +18,7 @@
 
 Name:           mod_wsgi
 Version:        4.6.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A WSGI interface for Python web applications in Apache
 Group:          System Environment/Libraries
 License:        ASL 2.0
@@ -68,11 +68,6 @@ Obsoletes: mod_wsgi < %{version}-%{release}
 Summary:        %summary
 Requires:       httpd-mmn = %{_httpd_mmn}
 BuildRequires:  python3-devel
-%if %{without python2}
-Provides: mod_wsgi = %{version}-%{release}
-Provides: mod_wsgi%{?_isa} = %{version}-%{release}
-Obsoletes: mod_wsgi < %{version}-%{release}
-%endif
 
 %description -n python3-%{name} %_description
 
@@ -162,6 +157,10 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express
 %endif
 
 %changelog
+* Wed Dec 04 2019 Lubos Uhliarik <luhliari@redhat.com> - 4.6.4-4
+- Resolves: #1779705 - python3-mod_wsgi: Remove the Provides and Obsoletes for
+  the name `mod_wsgi`
+
 * Thu Dec 13 2018 Joe Orton <jorton@redhat.com> - 4.6.4-3
 - avoid unstripped binaries, re-enable debugsource generation (#1659086)