diff --git a/SPECS/NetworkManager.spec b/SPECS/NetworkManager.spec index 4cb0b9b..a2bf0f4 100644 --- a/SPECS/NetworkManager.spec +++ b/SPECS/NetworkManager.spec @@ -5,9 +5,9 @@ %global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad) %global epoch_version 1 -%global rpm_version 1.28.0 -%global real_version 1.27.3 -%global release_version 0.1 +%global rpm_version 1.30.0 +%global real_version 1.29.3 +%global release_version 0.3 %global snapshot %{nil} %global git_sha %{nil} @@ -166,7 +166,7 @@ Source6: 70-nm-connectivity.conf Patch1: 0001-cloud-setup-systemd-unit-rh1791758.patch # Bugfixes that are only relevant until next rebase of the package. -# Patch1000: my.patch +# Patch1000: some.patch # The pregenerated docs contain default values and paths that depend # on the configure options when creating the source tarball. @@ -1118,6 +1118,26 @@ fi %changelog +* Fri Nov 27 2020 Beniamino Galvani - 1:1.30.0-0.3 +- Update to 1.29.3 (development) +- Support changing external-ids of OVS bridges and interfaces (rh #1866227) +- Add a hostname setting (rh #1766944) +- Support creating veth interfaces (rh #1901523) +- initrd: fix parsing of ip= arguments with empty first token (rh #1900260) + +* Mon Nov 9 2020 Beniamino Galvani - 1:1.30.0-0.2 +- device: fix crash in nm_device_reactivate_ip_config() +- dns: fix crash in systemd-resolved DNS plugin (rh #1894839) + +* Mon Nov 2 2020 Antonio Cardace - 1:1.30.0-0.1 +- Update to 1.29.1 (development) +- add library for handling profiles in keyfile format (rh #1813334) +- initrd: allow disabling NICs during boot (rh #1883958) +- allow `NM.Device.get_applied_connection_async()` to run by non-privilege user (rh #1882380) +- nmcli ignores /etc/terminal-colors.d/nmcli.scheme (rh #1886336) +- pass bridge master to wpa_supplicant when Wlan is part of bridge (rh #1888051) +- add infiniband support in initrd (rh #1883173) + * Fri Sep 18 2020 Beniamino Galvani - 1:1.28.0-0.1 - Update to 1.27.3 (development) - device: enforce the absence of a master during activation (rh #1869079)