Add missing runtime requirement: python3-dbus
Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
0c01427816
commit
b3e9934bd2
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: nmstate
|
Name: nmstate
|
||||||
Version: 0.0.5
|
Version: 0.0.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Declarative network manager API
|
Summary: Declarative network manager API
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/%{srcname}/%{srcname}
|
URL: https://github.com/%{srcname}/%{srcname}
|
||||||
@ -38,6 +38,7 @@ Requires: python3-gobject-base
|
|||||||
Recommends: NetworkManager
|
Recommends: NetworkManager
|
||||||
# Use Suggests for NetworkManager-ovs since it is only required for OVS support
|
# Use Suggests for NetworkManager-ovs since it is only required for OVS support
|
||||||
Suggests: NetworkManager-ovs
|
Suggests: NetworkManager-ovs
|
||||||
|
Requires: python3-dbus
|
||||||
|
|
||||||
|
|
||||||
%description -n python3-%{libname}
|
%description -n python3-%{libname}
|
||||||
@ -65,6 +66,9 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|||||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 12 2019 Gris Ge <fge@redhat.com - 0.0.5-2
|
||||||
|
- Add missing runtime requirement: python3-dbus
|
||||||
|
|
||||||
* Tue Mar 12 2019 Gris Ge <fge@redhat.com> - 0.0.5-1
|
* Tue Mar 12 2019 Gris Ge <fge@redhat.com> - 0.0.5-1
|
||||||
- Upgrade to 0.0.5
|
- Upgrade to 0.0.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user