Blame SPECS/nmstate.spec

245567
%?python_enable_dependency_generator
245567
%define srcname nmstate
245567
%define libname libnmstate
245567
245567
Name:           nmstate
0f3ee0
Version:        1.4.2
0f3ee0
Release:        4%{?dist}
245567
Summary:        Declarative network manager API
245567
License:        LGPLv2+
245567
URL:            https://github.com/%{srcname}/%{srcname}
245567
Source0:        %{url}/releases/download/v%{version}/%{srcname}-%{version}.tar.gz
245567
Source1:        %{url}/releases/download/v%{version}/%{srcname}-%{version}.tar.gz.asc
dad7e0
Source2:        https://www.nmstate.io/nmstate.gpg
7f4ddb
Source3:        %{url}/releases/download/v%{version}/%{srcname}-vendor-%{version}.tar.xz
0f3ee0
# Patches 0X are reserved to downstream only
0f3ee0
Patch0:         BZ_2132570-nm-reverse-IPv6-order-before-adding-them-to-setting.patch
0f3ee0
Patch11:        Enable_clib_yml_api.patch
0f3ee0
Patch12:        BZ_2160416-fix-SRIOV.patch
0f3ee0
Patch13:        BZ_2160416-Ignore-error-when-creating-profile-if-not-desired.patch
245567
BuildRequires:  python3-devel
245567
BuildRequires:  python3-setuptools
245567
BuildRequires:  gnupg2
dd684e
BuildRequires:  rust-toolset
dd684e
BuildRequires:  pkg-config
245567
Requires:       python3-setuptools
245567
Requires:       python3-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release}
245567
245567
%description
4a7787
Nmstate is a library with an accompanying command line tool that manages host
245567
networking settings in a declarative manner and aimed to satisfy enterprise
245567
needs to manage host networking through a northbound declarative API and multi
245567
provider support on the southbound.
245567
245567
245567
%package -n python3-%{libname}
245567
Summary:        nmstate Python 3 API library
dd684e
BuildArch:      noarch
dad7e0
Requires:       NetworkManager-libnm >= 1:1.26.0
245567
# Use Recommends for NetworkManager because only access to NM DBus is required,
245567
# but NM could be running on a different host
245567
Recommends:     NetworkManager
4a7787
# Avoid automatically generated profiles
4a7787
Recommends:     NetworkManager-config-server
4a7787
# Use Suggests for NetworkManager-ovs and NetworkManager-team since it is only
4a7787
# required for OVS and team support
245567
Suggests:       NetworkManager-ovs
4a7787
Suggests:       NetworkManager-team
8662b7
Requires:       nispor
8662b7
Requires:       python3dist(varlink)
245567
dad7e0
%package -n nmstate-plugin-ovsdb
dad7e0
Summary:        nmstate plugin for OVS database manipulation
dd684e
BuildArch:      noarch
dad7e0
Requires:       python3-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release}
dad7e0
# The python-openvswitch rpm pacakge is not in the same repo with nmstate,
dad7e0
# hence state it as Recommends, no requires.
dad7e0
Recommends:     python3dist(ovs)
245567
dd684e
dd684e
%package libs
dd684e
Summary:        C binding of nmstate
dd684e
License:        ASL 2.0
dd684e
dd684e
%package devel
dd684e
Summary:        C binding development files of nmstate
dd684e
License:        ASL 2.0
dd684e
Requires:       nmstate-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
dd684e
dd684e
%description libs
dd684e
This package contains the C binding of nmstate.
dd684e
dd684e
%description devel
dd684e
This package contains the C binding development files of nmstate.
dd684e
245567
%description -n python3-%{libname}
245567
This package contains the Python 3 library for nmstate.
245567
dad7e0
%description -n nmstate-plugin-ovsdb
dad7e0
This package contains the nmstate plugin for OVS database manipulation.
dad7e0
245567
%prep
dad7e0
gpg2 --import --import-options import-export,import-minimal %{SOURCE2} > ./gpgkey-mantainers.gpg
dad7e0
gpgv2 --keyring ./gpgkey-mantainers.gpg %{SOURCE1} %{SOURCE0}
245567
%autosetup -p1
245567
dd684e
pushd rust
dd684e
# Source3 is vendored dependencies
dd684e
%cargo_prep -V 3
dd684e
dd684e
# The cargo_prep will create `.cargo/config` which take precedence over
dd684e
# `.cargo/config.toml` shipped by upstream which fix the SONAME of cdylib.
dd684e
# To workaround that, merge upstream rustflags into cargo_prep created one.
dd684e
_FLAGS=`sed -ne 's/rustflags = "\(.\+\)"/\1/p' .cargo/config.toml`
dd684e
sed -i -e "s/rustflags = \[\(.\+\), \]$/rustflags = [\1, \"$_FLAGS\"]/" \
dd684e
    .cargo/config
dd684e
rm .cargo/config.toml
dd684e
dd684e
popd
dd684e
245567
%build
245567
%py3_build
245567
dd684e
pushd rust
dd684e
make
dd684e
popd
dd684e
245567
%install
245567
%py3_install
dd684e
pushd rust
7f4ddb
env SKIP_PYTHON_INSTALL=1 \
7f4ddb
   PREFIX=%{_prefix} \
7f4ddb
   LIBDIR=%{_libdir} \
7f4ddb
   %make_install
dd684e
popd
245567
245567
%files
245567
%doc README.md
245567
%doc examples/
31490e
%{_mandir}/man8/nmstatectl.8*
69a85a
%{_mandir}/man8/nmstate-autoconf.8*
245567
%{python3_sitelib}/nmstatectl
245567
%{_bindir}/nmstatectl
dd684e
%{_bindir}/nmstatectl-rust
69a85a
%{_bindir}/nmstate-autoconf
245567
245567
%files -n python3-%{libname}
245567
%license LICENSE
245567
%{python3_sitelib}/%{libname}
245567
%{python3_sitelib}/%{srcname}-*.egg-info/
dad7e0
%exclude %{python3_sitelib}/%{libname}/plugins/nmstate_plugin_*
dad7e0
%exclude %{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_*
dad7e0
dad7e0
%files -n nmstate-plugin-ovsdb
dad7e0
%{python3_sitelib}/%{libname}/plugins/nmstate_plugin_ovsdb*
dad7e0
%{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_ovsdb*
245567
dd684e
%files libs
dd684e
%license rust/LICENSE
dd684e
%{_libdir}/libnmstate.so.*
dd684e
dd684e
%files devel
dd684e
%license LICENSE
dd684e
%{_libdir}/libnmstate.so
dd684e
%{_includedir}/nmstate.h
dd684e
%{_libdir}/pkgconfig/nmstate.pc
dd684e
dd684e
%post libs
dd684e
/sbin/ldconfig
dd684e
dd684e
%postun libs
dd684e
/sbin/ldconfig
dd684e
245567
%changelog
0f3ee0
* Mon Feb 27 2023 Gris Ge <fge@redhat.com> - 1.4.2-4
0f3ee0
- Ignore undesired iface config. RHBZ#2160416
703e39
0f3ee0
* Thu Feb 23 2023 Gris Ge <fge@redhat.com> - 1.4.2-3
0f3ee0
- Additional patch for SR-IOV. RHBZ#2160416
703e39
0f3ee0
* Wed Feb 22 2023 Gris Ge <fge@redhat.com> - 1.4.2-2
0f3ee0
- Enable YAML API in rust clib.
703e39
0f3ee0
* Sat Feb 18 2023 Gris Ge <fge@redhat.com> - 1.4.2-1
0f3ee0
- Upgrade to nmstate 1.4.2
703e39
0f3ee0
* Mon Jan 09 2023 Gris Ge <fge@redhat.com> - 1.4.1-1
0f3ee0
- Upgrade to nmstate-1.4.1
a8ca92
0f3ee0
* Wed Dec 14 2022 Gris Ge <fge@redhat.com> - 1.4.0-1
0f3ee0
- Upgrade to nmstate-1.4.0
a8ca92
0f3ee0
* Thu Dec 01 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.4.0.alpha.20221201
0f3ee0
- Upgrade to nmstate-1.4.0.alpha.20221201
0f3ee0
0f3ee0
* Fri Nov 18 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.3.4.alpha.20221118
0f3ee0
- Upgrade to nmstate-1.3.4.alpha.20221118
0f3ee0
0f3ee0
* Mon Oct 24 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.3.4.alpha.20221024
0f3ee0
- Undo the branching misdone by Fernando.
a8ca92
7f4ddb
* Mon Aug 15 2022 Gris Ge <fge@redhat.com> - 1.3.3-1
7f4ddb
- Upgrade to nmstate-1.3.3
9e7231
7f4ddb
* Tue Aug 02 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.3.2-1
7f4ddb
- Upgrade to nmstate-1.3.2
d3f050
7f4ddb
* Wed Jul 20 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.3.1-1
7f4ddb
- Upgrade to nmstate-1.3.1
7f4ddb
7f4ddb
* Fri Jul 01 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.3.1-0.alpha.20220701
7f4ddb
- Upgrade to nmstate-1.3.1-0.alpha.20220701
7f4ddb
7f4ddb
* Mon Jun 13 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.3.0-1
7f4ddb
- Upgrade to nmstate-1.3.0-1
7f4ddb
7f4ddb
* Thu May 05 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.3.0-0.alpha.20220505
7f4ddb
- Upgrade to nmstate-1.3.0.alpha.20220505
7f4ddb
7f4ddb
* Thu Apr 07 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.3.0-0.alpha.20220407
7f4ddb
- Upgrade to nmstate-1.3.0.alpha.20220407
7f4ddb
7f4ddb
* Thu Mar 10 2022 Gris Ge <fge@redhat.com> - 1.3.0-0.alpha.20220310
7f4ddb
Upgrade to nmstate-1.3.0-0.alpha.20220310
d3f050
dd684e
* Mon Feb 14 2022 Gris Ge <fge@redhat.com> - 1.2.1-1
dd684e
- Upgrade to 1.2.1. RHBZ#1996618
dd684e
dd684e
* Thu Jan 27 2022 Gris Ge <ferferna@redhat.com> - 1.2.1-0.2.alpha2
dd684e
- Upgrade to 1.2.1 alpha2. RHBZ#1996618
dd684e
dd684e
* Thu Jan 13 2022 Gris Ge <fge@redhat.com> - 1.2.1-0.1.alpha1
dd684e
- Upgrade to 1.2.1 alpha1. RHBZ#1996618
dd684e
dd684e
* Thu Dec 16 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.2.0-1
dd684e
- Upgrade to 1.2.0. RHBZ#1996618
dd684e
dd684e
* Thu Dec 09 2021 Gris Ge <fge@redhat.com> - 1.2.0-0.1.alpha2
dd684e
- Upgrade to 1.2.0 alpha2. RHBZ#1996618
208500
dd684e
* Tue Oct 12 2021 Gris Ge <fge@redhat.com> - 1.2.0-0.1.alpha1
dd684e
- Upgrade to 1.2.0 alpha1.
10b99c
dd684e
* Wed Sep 15 2021 Ana Cabral <acabral@redhat.com> - 1.1.1-0.1.alpha1
dd684e
- Upgrade to 1.1.1 alpha1.
dd684e
- Canonicalize ipv6 addresses for dns nameservers. RHBZ#1911241
dd684e
- Throw better error when peer is missing for veth interfaces. RHBZ#1973973
10b99c
69a85a
* Tue Jul 27 2021 Gris Ge <fge@redhat.com> - 1.1.0-3
69a85a
- Fix state=ignore for OVS interface. RHBZ#1944054
69a85a
- Fix verification for next hop address 0.0.0.0. RHBZ#1985879
266758
69a85a
* Fri Jul 23 2021 Gris Ge <fge@redhat.com> - 1.1.0-2
69a85a
- Preserving existing ethtool settings. RHBZ#1984764
266758
69a85a
* Thu Jul 15 2021 Gris Ge <fge@redhat.com> - 1.1.0-1
69a85a
- Upgrade to 1.1.0.
266758
69a85a
* Fri Jul 09 2021 Gris Ge <fge@redhat.com> - 1.1.0-0.7.alpha7
69a85a
- Upgarde to 1.1.0 alpha7.
1797a9
69a85a
* Thu Jul 01 2021 Gris Ge <fge@redhat.com> - 1.1.0-0.6.alpha6
69a85a
- Upgrade to 1.1.0 alpha6.
1797a9
69a85a
* Mon Jun 21 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.1.0-0.5.alpha4
69a85a
- Upgrade to 1.1.0 alpha4.
1797a9
69a85a
* Wed Jun 16 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.1.0-0.4.alpha3
69a85a
- Rebuild to introduce CI gating tier1 tests. RHBZ#1813357
1797a9
69a85a
* Tue Jun 08 2021 Gris Ge <fge@redhat.com> - 1.1.0-0.3.alpha3
69a85a
- Upgrade to 1.1.0 alpha3.
1797a9
69a85a
* Mon Jun 07 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.1.0-0.2
69a85a
- Upgrade to 1.1.0 alpha2.
1797a9
69a85a
* Wed May 19 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-0.1
69a85a
- Upgrade to 1.1.0 alpha1.
69a85a
69a85a
* Tue Apr 20 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.3-1
69a85a
- Upgrade to 1.0.3. RHBZ#1942458
69a85a
69a85a
* Fri Mar 26 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.2-6
69a85a
- Rebuild for RHEL 8.5. RHBZ#1935710
69a85a
69a85a
* Fri Mar 26 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.2-5
69a85a
- New patch for fixing unmanaged interfaces being managed. RHBZ#1935710
520691
8662b7
* Tue Feb 23 2021 Gris Ge <fge@redhat.com> - 1.0.2-4
8662b7
- New patch for SRIOV decrease VF amount. RHBZ#1931355
520691
8662b7
* Tue Feb 23 2021 Gris Ge <fge@redhat.com> - 1.0.2-3
8662b7
- Fix actiation failure when decrease VF mount on i40e. RHBZ#1931355
018106
8662b7
* Tue Feb 23 2021 Gris Ge <fge@redhat.com> - 1.0.2-2
8662b7
- Fix nmstatectl return code of `set` command. RHBZ#1931751
018106
8662b7
* Fri Feb 19 2021 Gris Ge <fge@redhat.com> - 1.0.2-1
8662b7
- Upgrade to 1.0.2.
018106
8662b7
* Wed Feb 10 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.2-0.3
8662b7
- Fix sources name
018106
8662b7
* Wed Feb 10 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.2-0.2
8662b7
- Upgrade to 1.0.2 alpha 2
018106
8662b7
* Tue Jan 26 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.2-0.1
8662b7
- Upgrade to 1.0.2 alpha 1
018106
8662b7
* Tue Jan 19 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.1-1
8662b7
- Upgrade to 1.0.1. RHBZ#1881287
018106
8662b7
* Tue Jan 05 2021 Gris Ge <fge@redhat.com> - 1.0.1-0.1
8662b7
- Upgrade to 1.0.1 alpha 1
018106
8662b7
* Tue Dec 08 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.0.0-1
8662b7
- Upgrade to 1.0.0
f4af94
8662b7
* Mon Nov 16 2020 Gris Ge <fge@redhat.com> - 1.0.0-0.1
8662b7
- Upgrade to 1.0.0 alpha 1
f4af94
8662b7
* Wed Oct 28 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.4.1-2
8662b7
- Allow VRF port to hold IP information
004403
8662b7
* Thu Oct 22 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.4.1-1
8662b7
- Upgrade to 0.4.1
004403
8662b7
* Tue Oct 20 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.4.0-3
8662b7
- Add nispor as a dependency for CI gating
8662b7
8662b7
* Tue Oct 20 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.4.0-2
8662b7
- Rebuild for CI gating
8662b7
- Remove old patches from the repository
8662b7
8662b7
* Mon Sep 14 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.4.0-1
8662b7
- Upgrade to 0.4.0
8662b7
- Sync. up with upstream spec file.
ca44bc
dad7e0
* Tue Aug 18 2020 Gris Ge <fge@redhat.com> - 0.3.4-12
dad7e0
- New patch: OVSDB: Allowing remove all OVS ports. RHBZ#1869345
dad7e0
dad7e0
* Tue Aug 18 2020 Gris Ge <fge@redhat.com> - 0.3.4-11
dad7e0
- OVSDB: Allowing remove all OVS ports. RHBZ#1869345
dad7e0
dad7e0
* Thu Aug 06 2020 Gris Ge <fge@redhat.com> - 0.3.4-10
dad7e0
- OVSDB: Preserv old external_ids. RHBZ#1866269
dad7e0
dad7e0
* Tue Aug 04 2020 Gris Ge <fge@redhat.com> - 0.3.4-9
dad7e0
- Fix converting memory only profile to persistent. RHBZ#1859844
dad7e0
dad7e0
* Mon Aug 03 2020 Gris Ge <fge@redhat.com> - 0.3.4-8
dad7e0
- Fix failure when adding ovs bond to existing bridge. RHBZ#1858758
dad7e0
dad7e0
* Thu Jul 30 2020 Gris Ge <fge@redhat.com> - 0.3.4-7
dad7e0
- Remove existing inactivate NM profiles. RHBZ#1862025
dad7e0
dad7e0
* Wed Jul 29 2020 Gris Ge <fge@redhat.com> - 0.3.4-6
dad7e0
- New build to retrigger the CI gating.
dad7e0
dad7e0
* Wed Jul 29 2020 Gris Ge <fge@redhat.com> - 0.3.4-5
dad7e0
- Use new patch. RHBZ#1861668
dad7e0
dad7e0
* Wed Jul 29 2020 Gris Ge <fge@redhat.com> - 0.3.4-4
dad7e0
- Ignore unknown interface. RHBZ#1861668
dad7e0
dad7e0
* Tue Jul 28 2020 Gris Ge <fge@redhat.com> - 0.3.4-3
dad7e0
- Add support NetworkManaged exteranl managed interface. RHBZ#1861263
dad7e0
dad7e0
* Tue Jul 28 2020 Gris Ge <fge@redhat.com> - 0.3.4-2
dad7e0
- Hide MTU for OVS patch port. RHBZ#1858762
dad7e0
dad7e0
* Sat Jul 25 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.4-1
dad7e0
- Upgrade to 0.3.4
dad7e0
dad7e0
* Fri Jul 24 2020 Gris Ge <fge@redhat.com> - 0.3.3-3
dad7e0
- Allowing child been marked absent. RHBZ#1859148
dad7e0
dad7e0
* Mon Jul 06 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.3-2
dad7e0
- Fix bug 1850698
dad7e0
dad7e0
* Thu Jul 02 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.3-1
dad7e0
- Upgrade to 0.3.3
dad7e0
dad7e0
* Mon Jun 29 2020 Gris Ge <fge@redhat.com> - 0.3.2-6
dad7e0
- Improve performance by remove unneeded calls. RHBZ#1820009
dad7e0
dad7e0
* Mon Jun 29 2020 Gris Ge <fge@redhat.com> - 0.3.2-5
dad7e0
- Sort the pretty state with priority. RHBZ#1806474
dad7e0
dad7e0
* Mon Jun 29 2020 Gris Ge <fge@redhat.com> - 0.3.2-4
dad7e0
- Canonicalize IP address. RHBZ#1816612
dad7e0
dad7e0
* Mon Jun 29 2020 Gris Ge <fge@redhat.com> - 0.3.2-3
dad7e0
- Improve VLAN MTU error message. RHBZ#1788763
dad7e0
dad7e0
* Mon Jun 29 2020 Gris Ge <fge@redhat.com> - 0.3.2-2
dad7e0
- Fix bug 1850698
dad7e0
dad7e0
* Mon Jun 15 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.2-1
dad7e0
- Upgrade to 0.3.2
dad7e0
- Sync. up with upstream spec file
dad7e0
dad7e0
* Thu Jun 11 2020 Gris Ge <fge@redhat.com> - 0.3.1-1
dad7e0
- Upgrade to 0.3.1
dad7e0
dad7e0
* Wed May 13 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.3.0-1
dad7e0
- Upgrade to 0.3.0
dad7e0
- Sync. up with upstream spec file.
dad7e0
- Update signature verification.
8f4f2d
8edc86
* Tue Mar 31 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.2.9-1
8edc86
- Upgrade to 0.2.9
8f4f2d
4a7787
* Wed Mar 25 2020 Gris Ge <fge@redhat.com> - 0.2.6-6
4a7787
- Support 3+ DNS name server(IPv4 only or IPv6 only). RHBZ #1816043
31490e
4a7787
* Fri Mar 20 2020 Gris Ge <fge@redhat.com> - 0.2.6-5
4a7787
- Support static DNS with DHCP. RHBZ #1815112
31490e
4a7787
* Thu Mar 12 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.2.6-4.8
4a7787
- Fix bond mac and options regression. RHBZ #1809330
31490e
4a7787
* Mon Mar 09 2020 Gris Ge <fge@redhat.com> - 0.2.6-3.8
4a7787
- Fix change bond mode. RHBZ #1809330
31490e
4a7787
* Mon Mar 02 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.2.6-2.7
4a7787
- Fix cmd stuck when trying to create ovs-bond. RHBZ #1806249.
4a7787
4a7787
* Tue Feb 25 2020 Gris Ge <fge@redhat.com> - 0.2.6-1
4a7787
- Upgrade to 0.2.6
4a7787
4a7787
* Thu Feb 20 2020 Gris Ge <fge@redhat.com> - 0.2.5-1
4a7787
- Upgrade to 0.2.5
4a7787
4a7787
* Thu Feb 13 2020 Gris Ge <fge@redhat.com> - 0.2.4-2
4a7787
- Fix failure when editing existing OVS interface. RHBZ #1786935
4a7787
4a7787
* Thu Feb 13 2020 Gris Ge <fge@redhat.com> - 0.2.4-1
4a7787
- Upgrade to 0.2.4
4a7787
4a7787
* Wed Feb 05 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.2.3-1
4a7787
- Upgrade to 0.2.3
4a7787
4a7787
* Tue Feb 04 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.2.2-3
4a7787
- Fix the incorrect source
31490e
4a7787
* Tue Feb 04 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.2.2-2
4a7787
- Upgrade to 0.2.2
4a7787
4a7787
* Wed Jan 22 2020 Gris Ge <fge@redhat.com> - 0.2.0-3.1
4a7787
- Fix the memeory leak of NM.Client. RHBZ #1784707
4a7787
4a7787
* Mon Dec 02 2019 Gris Ge <fge@redhat.com> - 0.2.0-2
4a7787
- Fix the incorrect source tarbal.
4a7787
4a7787
* Mon Dec 02 2019 Gris Ge <fge@redhat.com> - 0.2.0-1
4a7787
- Upgrade to nmstate 0.2.0
4a7787
4a7787
* Mon Dec 02 2019 Gris Ge <fge@redhat.com> - 0.1.1-4
4a7787
- Fix the problem found by CI gating.
4a7787
4a7787
* Mon Dec 02 2019 Gris Ge <fge@redhat.com> - 0.1.1-3
4a7787
- Bump dist number as RHEL 8.1.1 took 0.1.1-2.
4a7787
4a7787
* Mon Dec 02 2019 Gris Ge <fge@redhat.com> - 0.1.1-2
31490e
- Upgrade to nmstate 0.1.1.
31490e
245567
* Tue Sep 10 2019 Gris Ge <fge@redhat.com> - 0.0.8-15
245567
- Detach slaves without deleting them: RHBZ #1749632
245567
245567
* Fri Sep 06 2019 Gris Ge <fge@redhat.com> - 0.0.8-14
245567
- Preserve (dynamic) IPv6 address base on MAC address: RHBZ #1748825
245567
245567
* Fri Sep 06 2019 Gris Ge <fge@redhat.com> - 0.0.8-13
245567
- Prioritize master interfaces activaction: RHBZ #1749314
245567
245567
* Mon Sep 02 2019 Gris Ge <fge@redhat.com> - 0.0.8-12
245567
- Fix slave activatoin race: RHBZ #1741440
245567
245567
* Mon Sep 02 2019 Gris Ge 
245567
- Add NetworkManager-config-server dependency: Fix RHBZ #1740085
245567
245567
* Thu Aug 15 2019 Gris Ge <fge@redhat.com> - 0.0.8-10
245567
- Fix RHBZ #1740125
245567
245567
* Wed Aug 14 2019 Gris Ge <fge@redhat.com> - 0.0.8-9
245567
- Fix RHBZ #1741049
245567
245567
* Wed Aug 14 2019 Gris Ge <fge@redhat.com> - 0.0.8-8
245567
- Fix RHBZ #1740584
245567
245567
* Tue Aug 13 2019 Gris Ge <fge@redhat.com> - 0.0.8-7
245567
- Fix RHBZ #1740554
245567
245567
* Tue Aug 13 2019 Gris Ge <fge@redhat.com> - 0.0.8-6
245567
- Bump release tag as CNV took the -5.
245567
245567
* Tue Aug 13 2019 Gris Ge <fge@redhat.com> - 0.0.8-5
245567
- Bump release tag as CNV took the -4.
245567
245567
* Tue Aug 13 2019 Gris Ge <fge@redhat.com> - 0.0.8-4
245567
- Disable reapply on ipv6 to fix bug 1738101.
245567
245567
* Fri Jul 26 2019 Gris Ge <fge@redhat.com> - 0.0.8-3
245567
- Fix the license to meet Fedora/RHEL guideline.
245567
245567
* Fri Jul 26 2019 Gris Ge <fge@redhat.com> - 0.0.8-2
245567
- Relicense to LGPL2.1+.
245567
245567
* Fri Jul 26 2019 Gris Ge <fge@redhat.com> - 0.0.8-1
245567
- Upgrade to 0.0.8.
245567
245567
* Fri Jun 14 2019 Gris Ge <fge@redhat.com> - 0.0.7-1
245567
- Upgrade to 0.0.7.
245567
245567
* Mon Apr 22 2019 Gris Ge <fge@redhat.com> - 0.0.5-3
245567
- Add missing runtime dependency.
245567
245567
* Thu Mar 21 2019 Gris Ge <fge@redhat.com> - 0.0.5-2
245567
- Rebuild to enable CI testing.
245567
245567
* Mon Mar 18 2019 Gris Ge <fge@redhat.com> - 0.0.5-1
245567
- Initial release