From 403ac1ef6e7fce55d265c657b505ddcbc3780f96 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Dec 10 2018 23:25:01 +0000 Subject: Fix python-docker-py upgrade paths Obsoletes must include Epoch 1 to cover all cases where it was introduced: * in f26 python-docker-py for revert 2.0.2 to 1.10.6 * and also recently in RHEL 7.6 Extras for python-docker-pycreds upstream version fixup --- diff --git a/python-docker.spec b/python-docker.spec index 22c09b5..e2f7963 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -63,11 +63,7 @@ Requires: python%{?fedora:2}-pyOpenSSL Requires: python%{?fedora:2}-idna Requires: python%{?fedora:2}-cryptography -%if 0%{?fedora} >= 26 Obsoletes: python-docker-py < 1:2 -%else -Obsoletes: python-docker-py < 2 -%endif %description -n python2-%{srcname} It lets you do anything the docker command does, but from within Python apps –