Blame SPECS/nmstate.spec

245567
%?python_enable_dependency_generator
245567
%define srcname nmstate
245567
%define libname libnmstate
245567
245567
Name:           nmstate
8edc86
Version:        0.2.10
8edc86
Release:        1%{?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
245567
Source2:        gpgkey-F7910D93CA83D77348595C0E899014C0463C12BB.gpg
245567
BuildArch:      noarch
245567
BuildRequires:  python3-devel
245567
BuildRequires:  python3-setuptools
245567
BuildRequires:  gnupg2
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
8edc86
Requires:       NetworkManager-libnm >= 1:1.22.8
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
245567
245567
245567
%description -n python3-%{libname}
245567
This package contains the Python 3 library for nmstate.
245567
245567
%prep
245567
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
245567
%autosetup -p1
245567
245567
%build
245567
%py3_build
245567
245567
%install
245567
%py3_install
245567
245567
%files
245567
%doc README.md
245567
%doc examples/
31490e
%{_mandir}/man8/nmstatectl.8*
245567
%{python3_sitelib}/nmstatectl
245567
%{_bindir}/nmstatectl
245567
245567
%files -n python3-%{libname}
245567
%license LICENSE
245567
%{python3_sitelib}/%{libname}
245567
%{python3_sitelib}/%{srcname}-*.egg-info/
245567
245567
%changelog
8edc86
* Tue Apr 21 2020 Fernando Fernandez Mancera <ferferna@redhat.com> - 0.2.10-1
8edc86
- Upgrade to 0.2.10
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