From c344f050aad602cfa3d73cf7157a2e79658fa368 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 01 2018 16:19:38 +0000 Subject: Fix the python-docker-py requires for CentOS --- diff --git a/SPECS/atomic.spec b/SPECS/atomic.spec index 7112a82..12a896e 100644 --- a/SPECS/atomic.spec +++ b/SPECS/atomic.spec @@ -75,13 +75,13 @@ BuildRequires: %{pypkg}-ipaddress Requires: %{pypkg}-ipaddress %endif -%if 0%{?centos} || 0%{?fedora} +%if 0%{?fedora} BuildRequires: %{pypkg}-docker Requires: %{pypkg}-docker %else BuildRequires: %{pypkg}-docker-py >= 1.7.2-1 Requires: %{pypkg}-docker-py >= 1.7.2-1 -%endif # centos +%endif %description The goal of Atomic is to provide a high level, coherent entrypoint to the @@ -202,6 +202,9 @@ cd .. %{pysitelib}/registries-*.egg-info %changelog +* Mon Oct 1 2018 Johnny Hughes - 1:1.22.1-25.git5a342e3 +- Fix the python-docker-py requires for CentOS + * Wed Aug 29 2018 Lokesh Mandvekar - 1:1.22.1-25.git5a342e3 - Resolves: #1613325 - depends on python-urllib3