From 480fbc65fa01b70bcb3e1746849d63061000e6b8 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Apr 23 2019 19:18:26 +0000 Subject: Add (Build)Requires: python3-distro --- diff --git a/cloud-init.spec b/cloud-init.spec index c4089e3..027c3f5 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -39,6 +39,8 @@ BuildRequires: systemd # For tests BuildRequires: iproute BuildRequires: python3-configobj +# https://bugzilla.redhat.com/show_bug.cgi?id=1695953 +BuildRequires: python3-distro # https://bugzilla.redhat.com/show_bug.cgi?id=1417029 BuildRequires: python3-httpretty >= 0.8.14-2 BuildRequires: python3-jinja2 @@ -64,6 +66,8 @@ Requires: net-tools Requires: policycoreutils-python3 Requires: procps Requires: python3-configobj +# https://bugzilla.redhat.com/show_bug.cgi?id=1695953 +Requires: python3-distro Requires: python3-jinja2 Requires: python3-jsonpatch Requires: python3-jsonschema @@ -163,6 +167,7 @@ nosetests-%{python3_version} tests/unittests/ %changelog * Tue Apr 23 2019 Björn Esser - 17.1-10 - Add patch to replace platform.dist() [RH:1695953] +- Add (Build)Requires: python3-distro * Tue Apr 23 2019 Björn Esser - 17.1-9 - Fix %%systemd_postun macro [RH:1695953]