Add varlink service back.
Signed-off-by: Gris Ge <cnfourt@gmail.com>
This commit is contained in:
parent
de9c1d06d9
commit
87a579a346
@ -4,7 +4,7 @@
|
||||
|
||||
Name: nmstate
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Declarative network manager API
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/%{srcname}/%{srcname}
|
||||
@ -77,6 +77,8 @@ gpgv2 --keyring ./gpgkey-mantainers.gpg %{SOURCE1} %{SOURCE0}
|
||||
%install
|
||||
%py3_install
|
||||
mkdir -p %{buildroot}%{_unitdir}
|
||||
install -p -m 644 %{buildroot}%{python3_sitelib}/nmstatectl/nmstate-varlink.service \
|
||||
%{buildroot}%{_unitdir}/nmstate-varlink.service
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
@ -86,6 +88,7 @@ mkdir -p %{buildroot}%{_unitdir}
|
||||
%{python3_sitelib}/nmstatectl
|
||||
%{_bindir}/nmstatectl
|
||||
%{_bindir}/nmstate-autoconf
|
||||
%{_unitdir}/nmstate-varlink.service
|
||||
|
||||
%files -n python3-%{libname}
|
||||
%license LICENSE
|
||||
@ -99,6 +102,9 @@ mkdir -p %{buildroot}%{_unitdir}
|
||||
%{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_ovsdb*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 27 2021 Gris Ge <fge@redhat.com> - 1.1.0-2
|
||||
- Add varlink service back.
|
||||
|
||||
* Tue Jul 27 2021 Gris Ge <fge@redhat.com> - 1.1.0-1
|
||||
- Upgrade to 1.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user