From 98f051856ba356a1bb632091b955838bbaaa3054 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Jun 14 2019 05:21:05 +0000 Subject: Workaround broken dbus-python packaging: https://bugzilla.redhat.com/show_bug.cgi?id=1654774 Signed-off-by: Gris Ge --- diff --git a/nmstate.spec b/nmstate.spec index 00fdd8f..e467112 100644 --- a/nmstate.spec +++ b/nmstate.spec @@ -4,7 +4,7 @@ Name: nmstate Version: 0.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Declarative network manager API License: GPLv2+ URL: https://github.com/%{srcname}/%{srcname} @@ -47,6 +47,7 @@ This package contains the Python 3 library for nmstate. %prep gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %setup -q +sed -i -e '/^dbus-python$/d' requirements.txt %build %py3_build @@ -66,6 +67,10 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Fri Jun 14 2019 Gris Ge - 0.0.7-2 +- Workaround broken dbus-python packaging: + https://bugzilla.redhat.com/show_bug.cgi?id=1654774 + * Fri Jun 14 2019 Gris Ge - 0.0.7-1 - Upgrade to 0.0.7