2020%bcond_with tests
2121
2222Name: netplan
23- Version: 1.1.2
24- Release: 5 %{?dist }
23+ Version: 1.2.1
24+ Release: 4 %{?dist }
2525Summary: Network configuration tool using YAML
2626License: GPL-3.0 -only
2727URL: http://netplan.io/
2828Source0: https://github.com/canonical/%{name }/archive/%{version }/%{name }-%{version }.tar.gz
2929
3030# Downstream only
3131Patch1001: netplan-fallback-renderer.patch
32- # https://github.com/canonical/netplan/pull/555
33- # probably won't be necessary in > 1.1.2
34- Patch1002: status_fail_cleanly.patch
3532
3633BuildRequires: gcc
3734BuildRequires: meson
@@ -43,6 +40,7 @@ BuildRequires: pkgconfig(systemd)
4340BuildRequires: pkgconfig(yaml-0.1)
4441BuildRequires: pkgconfig(uuid)
4542BuildRequires: python3-devel
43+ BuildRequires: python3-setuptools
4644BuildRequires: systemd-rpm-macros
4745BuildRequires: %{_bindir }/pandoc
4846BuildRequires: python3dist(cffi)
@@ -81,6 +79,8 @@ Requires: python3-%{name}%{?_isa} = %{version}-%{release}
8179Provides: %{ubuntu_name } = %{version }-%{release }
8280Provides: %{ubuntu_name }%{?_isa } = %{version }-%{release }
8381
82+ # provides "netplan status" functionality
83+ Suggests: systemd-networkd
8484
8585
8686%description
@@ -104,8 +104,10 @@ Currently supported backends are NetworkManager and systemd-networkd.
104104%dir %{_sysconfdir }/%{name }
105105%dir %{_libexecdir }/%{name }
106106%{_libexecdir }/%{name }/generate
107+ %{_libexecdir }/%{name }/configure
107108%{_libexecdir }/%{name }/%{name }-dbus
108109%{_datadir }/bash-completion/completions/%{name }
110+ %{_unitdir }/netplan-configure.service
109111
110112# ------------------------------------------------------------------------------------------------
111113
285287
286288
287289%changelog
290+ * Tue May 05 2026 Jonathan Wright <jonathan@almalinux.org> - 1.2.1-2
291+ - Suggest systemd-networkd for "netplan status" functionality
292+
293+ * Tue May 05 2026 Jonathan Wright <jonathan@almalinux.org> - 1.2.1-1
294+ - update to netplan 1.2.1 rhbz#2422802
295+
296+ * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5
297+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
298+
288299* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.1.2-4
289300- Rebuilt for Python 3.14.0rc3 bytecode
290301
0 commit comments