%?python_enable_dependency_generator %define srcname nmstate %define libname libnmstate Name: nmstate Version: 0.3.7 Release: 1%{?dist} Summary: Declarative network manager API License: LGPLv2+ URL: https://github.com/%{srcname}/%{srcname} Source0: %{url}/releases/download/v%{version}/%{srcname}-%{version}.tar.gz Source1: %{url}/releases/download/v%{version}/%{srcname}-%{version}.tar.gz.asc Source2: nmstate.gpg BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: gnupg2 Requires: python3-setuptools Requires: python3-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release} %description Nmstate is a library with an accompanying command line tool that manages host networking settings in a declarative manner and aimed to satisfy enterprise needs to manage host networking through a northbound declarative API and multi provider support on the southbound. %package -n python3-%{libname} Summary: nmstate Python 3 API library Requires: NetworkManager-libnm >= 1:1.26.0 # Use Recommends for NetworkManager because only access to NM DBus is required, # but NM could be running on a different host Recommends: NetworkManager # Avoid automatically generated profiles Recommends: NetworkManager-config-server # Use Suggests for NetworkManager-ovs and NetworkManager-team since it is only # 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 Requires: python3-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: python3dist(ovs) %description -n python3-%{libname} This package contains the Python 3 library for Nmstate. %description -n nmstate-plugin-ovsdb This package contains the nmstate plugin for OVS database manipulation. %prep gpg2 --import --import-options import-export,import-minimal %{SOURCE2} > ./gpgkey-mantainers.gpg gpgv2 --keyring ./gpgkey-mantainers.gpg %{SOURCE1} %{SOURCE0} %setup -q %preun %systemd_preun nmstate-varlink.service %build %py3_build %install %py3_install %post %systemd_post nmstate-varlink.service %files %doc README.md %doc examples/ %{_mandir}/man8/nmstatectl.8* %{python3_sitelib}/nmstatectl %{_bindir}/nmstatectl %files -n python3-%{libname} %license LICENSE %{python3_sitelib}/%{libname} %{python3_sitelib}/%{srcname}-*.egg-info/ %exclude %{python3_sitelib}/%{libname}/plugins/nmstate_plugin_* %exclude %{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_* %files -n nmstate-plugin-ovsdb %{python3_sitelib}/%{libname}/plugins/nmstate_plugin_ovsdb* %{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_ovsdb* %changelog * Mon Apr 05 2021 Wen Liang - 0.3.7-1 - Update to 0.3.7 * Thu Oct 22 2020 Fernando Fernandez Mancera - 0.3.6-2 - Add python3dist(varlink) dependency * Thu Oct 22 2020 Fernando Fernandez Mancera - 0.3.6-1 - Update to 0.3.6 - Sync. with upstream specfile * Mon Aug 31 2020 Fernando Fernandez Mancera - 0.3.5-2 - Fix sources * Mon Aug 31 2020 Fernando Fernandez Mancera - 0.3.5-1 - Update to 0.3.5 * Tue Jul 28 2020 Fedora Release Engineering - 0.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jul 25 2020 Fernando Fernandez Mancera - 0.3.4-1 - Update to 0.3.4 - Sync. with upstream specfile * Thu Jul 02 2020 Fernando Fernandez Mancera - 0.3.3-1 - Update to 0.3.3 * Tue Jun 16 2020 Fernando Fernandez Mancera - 0.3.2-1 - Update to 0.3.2 - Sync with upstream specfile * Tue Jun 09 2020 Fernando Fernandez Mancera - 0.3.1-1 - Update to 0.3.1 * Tue May 26 2020 Miro Hrončok - 0.3.0-5 - Rebuilt for Python 3.9 * Fri May 08 2020 Fernando Fernandez Mancera - 0.3.0-4 - Fix source path * Fri May 08 2020 Fernando Fernandez Mancera - 0.3.0-3 - Fix signature verification * Fri May 08 2020 Fernando Fernandez Mancera - 0.3.0-2 - Update signature verification * Fri May 08 2020 Fernando Fernandez Mancera - 0.3.0-1 - Update to 0.3.0 - Sync with upstream specfile * Tue Apr 21 2020 Fernando Fernandez Mancera - 0.2.10-1 - Update to 0.2.10 * Thu Mar 26 2020 Fernando Fernandez Mancera - 0.2.9-1 - Update to 0.2.9 * Fri Mar 13 2020 Fernando Fernandez Mancera - 0.2.8-1 - Update to 0.2.8 * Wed Mar 04 2020 Fernando Fernandez Mancera - 0.2.7-1 - Update to 0.2.7 * Mon Feb 24 2020 Fernando Fernandez Mancera - 0.2.6-1 - Update to 0.2.6 * Wed Feb 19 2020 Fernando Fernandez Mancera - 0.2.5-1 - Update to 0.2.5 - Sync with upstream specfile * Wed Feb 12 2020 Fernando Fernandez Mancera - 0.2.4-1 - Update to 0.2.4 * Wed Feb 05 2020 Fernando Fernandez Mancera - 0.2.3-1 - Update to 0.2.3 * Tue Feb 04 2020 Fernando Fernandez Mancera - 0.2.2-1 - Update to 0.2.2 - Sync with upstream specfile * Wed Jan 29 2020 Fedora Release Engineering - 0.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 14 2020 Fernando Fernandez Mancera - 0.2.1-2 - Fix changelog * Tue Jan 14 2020 Fernando Fernandez Mancera - 0.2.1-1 - Update to 0.2.1 * Tue Dec 03 2019 Fernando Fernandez Mancera - 0.2.0-2 - Fix changelog * Tue Dec 03 2019 Fernando Fernandez Mancera - 0.2.0-1 - Update to 0.2.0 * Mon Dec 02 2019 Till Maas - 0.1.1-1 - Update to 0.1.1 - Sync with upstream specfile * Thu Oct 03 2019 Miro Hrončok - 0.0.8-3 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.0.8-2 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Gris Ge - 0.0.8-1 - Upgrade to 0.0.8. * Thu Jul 25 2019 Fedora Release Engineering - 0.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 14 2019 Gris Ge - 0.0.7-2 - Workaround broken dbus-python packaging: https://bugzilla.redhat.com/show_bug.cgi?id=1654774 * Fri Jun 14 2019 Gris Ge - 0.0.7-1 - Upgrade to 0.0.7 * Sun May 05 2019 Gris Ge - 0.0.6-1 - Upgrade to 0.0.6 * Fri Apr 12 2019 Gris Ge - 0.0.5-1 - Upgrade to 0.0.5 * Fri Feb 01 2019 Fedora Release Engineering - 0.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 29 2019 Till Maas - 0.0.4-2 - Sync with upstream spec - Use Recommends for NetworkManager - Add Suggests for NetworkManager-ovs - package examples as doc * Thu Jan 24 2019 Gris Ge - 0.0.4-1 - Upgrade to 0.0.4. * Mon Jan 21 2019 Gris Ge - 0.0.3-3 - Add missing runtime dependency for nmstatectl. * Wed Jan 02 2019 Gris Ge - 0.0.3-2 - Add source file PGP verification. * Thu Dec 20 2018 Gris Ge - 0.0.3-1 - Upgrade to 0.0.3. * Mon Dec 03 2018 Gris Ge - 0.0.2-2 - Trival RPM SPEC fix. * Wed Nov 28 2018 Gris Ge - 0.0.2-1 - Initial release.