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