From b3e9934bd2e5dcbdbc47ad7b3394f27adfa2cf96 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Fri, 12 Apr 2019 20:45:08 +0800 Subject: [PATCH] Add missing runtime requirement: python3-dbus Signed-off-by: Gris Ge --- nmstate.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nmstate.spec b/nmstate.spec index 0ad391b..cc2baf6 100644 --- a/nmstate.spec +++ b/nmstate.spec @@ -4,7 +4,7 @@ Name: nmstate Version: 0.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Declarative network manager API License: GPLv2+ URL: https://github.com/%{srcname}/%{srcname} @@ -38,6 +38,7 @@ Requires: python3-gobject-base Recommends: NetworkManager # Use Suggests for NetworkManager-ovs since it is only required for OVS support Suggests: NetworkManager-ovs +Requires: python3-dbus %description -n python3-%{libname} @@ -65,6 +66,9 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Fri Apr 12 2019 Gris Ge - 0.0.5-1 - Upgrade to 0.0.5