From b2b95944366596572fd829c7da8f057bfa82fa6e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: May 01 2019 12:33:51 +0000 Subject: Change weak dependency in rawhide docker (1.13) was removed from rawhide [1] and thus we should change dependency to moby-engine (18.09) [1] https://src.fedoraproject.org/rpms/docker/tree/master --- diff --git a/conu.spec b/conu.spec index 1266161..b44a6c5 100644 --- a/conu.spec +++ b/conu.spec @@ -2,14 +2,14 @@ Name: %{pypi_name} Version: 0.7.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: library which makes it easy to write tests for your containers License: GPLv3+ URL: https://github.com/fedora-modularity/conu Source0: https://files.pythonhosted.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch -# exclude ppc64 because there is no docker package +# exclude ppc64 because there is no moby-engine package # https://bugzilla.redhat.com/show_bug.cgi?id=1547049 ExcludeArch: ppc64 @@ -37,7 +37,7 @@ Requires: python3-requests Requires: python3-pyxattr Requires: python3-six # these are optional but still recommended -Recommends: docker +Recommends: moby-engine Recommends: source-to-image Recommends: acl Recommends: libselinux-utils @@ -97,6 +97,9 @@ rm -rf html/.{doctrees,buildinfo} %license LICENSE %changelog +* Wed May 01 2019 Lukas Slebodnik - 0.7.1-4 +- Change weak dependency in rawhide (docker -> moby-engine) + * Wed May 01 2019 Lukas Slebodnik - 0.7.1-3 - rhbz#1677664 - Remove hard dependency on docker