Add python3dist(varlink) dependency
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
parent
6962c3fb31
commit
822de5c4cb
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: nmstate
|
||||
Version: 0.3.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Declarative network manager API
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/%{srcname}/%{srcname}
|
||||
|
|
@ -37,6 +37,7 @@ Recommends: NetworkManager-config-server
|
|||
# required for OVS and team support
|
||||
Suggests: NetworkManager-ovs
|
||||
Suggests: NetworkManager-team
|
||||
Requires: python3dist(varlink)
|
||||
|
||||
%package -n nmstate-plugin-ovsdb
|
||||
Summary: nmstate plugin for OVS database manipulation
|
||||
|
|
@ -79,13 +80,15 @@ gpgv2 --keyring ./gpgkey-mantainers.gpg %{SOURCE1} %{SOURCE0}
|
|||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
%exclude %{python3_sitelib}/%{libname}/plugins/nmstate_plugin_*
|
||||
%exclude %{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_*
|
||||
%{_unitdir}/nmstate-varlink.service
|
||||
|
||||
%files -n nmstate-plugin-ovsdb
|
||||
%{python3_sitelib}/%{libname}/plugins/nmstate_plugin_ovsdb*
|
||||
%{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_ovsdb*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 22 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.6-2
|
||||
- Add python3dist(varlink) dependency
|
||||
|
||||
* Thu Oct 22 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.6-1
|
||||
- Update to 0.3.6
|
||||
- Sync. with upstream specfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue