diff --git a/docker.changes b/docker.changes
index b356325..315effb 100644
--- a/docker.changes
+++ b/docker.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Jun 30 23:00:00 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
+
+- Emergency fix: %requires_eq does not work with provide symbols,
+  only effective package names. Convert back to regular Requires.
+
 -------------------------------------------------------------------
 Thu Jun 25 21:54:46 UTC 2020 - Aleksa Sarai <asarai@suse.com>
 
diff --git a/docker.spec b/docker.spec
index 55248bf..6c6f537 100644
--- a/docker.spec
+++ b/docker.spec
@@ -105,16 +105,16 @@ Requires:       ca-certificates-mozilla
 # for some old packaging issues (where rpm would delete a binary that was
 # installed by docker-libnetwork). See bsc#1057743 for more details.
 BuildRequires:  docker-libnetwork%{name_suffix}-git = %{required_libnetwork}
-%requires_eq    docker-libnetwork%{name_suffix}-git
+Requires:       docker-libnetwork%{name_suffix}-git = %{required_libnetwork}
 Requires:       fix_bsc_1057743
 # Containerd and runC are required as they are the only currently supported
 # execdrivers of Docker. NOTE: The version pinning here matches upstream's
 # vendor.conf to ensure that we don't use a slightly incompatible version of
 # runC or containerd (which would be bad).
 BuildRequires:  containerd%{name_suffix}-git  = %{required_containerd}
-%requires_eq    containerd%{name_suffix}-git
+Requires:       containerd%{name_suffix}-git = %{required_containerd}
 BuildRequires:  docker-runc%{name_suffix}-git = %{required_dockerrunc}
-%requires_eq    docker-runc%{name_suffix}-git
+Requires:       docker-runc%{name_suffix}-git = %{required_dockerrunc}
 # Needed for --init support. We don't use "tini", we use our own implementation
 # which handles edge-cases better.
 Requires:       catatonit