|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%define libname libnmstate
|
|
|
|
|
|
|
|
|
|
Name: nmstate
|
|
|
|
|
Version: 2.1.4
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.2.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Declarative network manager API
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://github.com/%{srcname}/%{srcname}
|
|
|
|
@ -12,7 +12,6 @@ Source0: https://github.com/nmstate/nmstate/releases/download/v%{version}
|
|
|
|
|
Source1: https://github.com/nmstate/nmstate/releases/download/v%{version}/nmstate-%{version}.tar.gz.asc
|
|
|
|
|
Source2: https://nmstate.io/nmstate.gpg
|
|
|
|
|
Source3: https://github.com/nmstate/nmstate/releases/download/v%{version}/nmstate-vendor-%{version}.tar.xz
|
|
|
|
|
Patch0: BZ-2148394_nm-Fix-moving-bridge-port-to-bond.patch
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
@ -78,8 +77,7 @@ This package contains the Python 3 library for Nmstate.
|
|
|
|
|
%prep
|
|
|
|
|
gpg2 --import --import-options import-export,import-minimal %{SOURCE2} > ./gpgkey-mantainers.gpg
|
|
|
|
|
gpgv2 --keyring ./gpgkey-mantainers.gpg %{SOURCE1} %{SOURCE0}
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
pushd rust
|
|
|
|
|
# Source3 is vendored dependencies
|
|
|
|
@ -152,8 +150,47 @@ popd
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Nov 26 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.1.4-2
|
|
|
|
|
- Fix moving bridge port to bond. RHBZ#2148394
|
|
|
|
|
* Fri Feb 17 2023 Gris Ge <fge@redhat.com> - 2.2.7-1
|
|
|
|
|
- Upgrade to 2.2.7
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2023 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.2.6-1
|
|
|
|
|
- Upgrade to 2.2.6
|
|
|
|
|
|
|
|
|
|
* Thu Jan 26 2023 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.2.5-1
|
|
|
|
|
- Upgrade to 2.2.5
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.2.4-1
|
|
|
|
|
- Upgrade to 2.2.4
|
|
|
|
|
|
|
|
|
|
* Wed Jan 11 2023 Gris Ge <fge@redhat.com> - 2.2.3-3
|
|
|
|
|
- Fix OVSDB verification error
|
|
|
|
|
|
|
|
|
|
* Tue Jan 10 2023 Gris Ge <fge@redhat.com> - 2.2.3-2
|
|
|
|
|
- Enable error message for rpm CI gating
|
|
|
|
|
|
|
|
|
|
* Mon Jan 09 2023 Gris Ge <fge@redhat.com> - 2.2.3-1
|
|
|
|
|
- Upgrade to 2.2.3
|
|
|
|
|
|
|
|
|
|
* Thu Dec 15 2022 Gris Ge <fge@redhat.com> - 2.2.2-2
|
|
|
|
|
- Fix regression on VRF interface.
|
|
|
|
|
|
|
|
|
|
* Wed Dec 14 2022 Gris Ge <fge@redhat.com> - 2.2.2-1
|
|
|
|
|
- Upgrade to 2.2.2
|
|
|
|
|
|
|
|
|
|
* Thu Dec 01 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.2.2-0.alpha.20221201.c8c776e9
|
|
|
|
|
- Upgrade to 2.2.2-0.alpha.20221201.c8c776e9
|
|
|
|
|
|
|
|
|
|
* Wed Nov 16 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.2.1-1
|
|
|
|
|
- Upgrade to 2.2.1
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.2.1-0.alpha.20221110.a9cee09d
|
|
|
|
|
- Upgrade to 2.2.1-0.alpha.20221110.a9cee09d
|
|
|
|
|
|
|
|
|
|
* Mon Oct 17 2022 Gris Ge <fge@redhat.com> - 2.2.0-1
|
|
|
|
|
- Upgrade to 2.2.0
|
|
|
|
|
|
|
|
|
|
* Fri Oct 14 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 2.2.0-0.alpha.20221014.e54d9ae0
|
|
|
|
|
- Upgrade to 2.2.0-alpha.20221014.e54d9ae0
|
|
|
|
|
|
|
|
|
|
* Mon Aug 15 2022 Gris Ge <fge@rehda.tcom> - 2.1.4-1
|
|
|
|
|
- Upgrade to 2.1.4
|
|
|
|
|