Browse Source

update to release 5

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
6b7071889c
  1. 0
      SOURCES/00-server.conf
  2. 0
      SOURCES/1001-wwan-dns-fix-rh2059138.patch
  3. 0
      SOURCES/1002-checkpoint-preserve-external-bridge-ports-rh2035519.patch
  4. 0
      SOURCES/1003-fix-ovsdb-removal-ports-rhbz1935026.patch
  5. 0
      SOURCES/20-connectivity-fedora.conf
  6. 0
      SOURCES/20-connectivity-redhat.conf
  7. 0
      SOURCES/70-nm-connectivity.conf
  8. 0
      SOURCES/NetworkManager.conf
  9. 14
      SPECS/NetworkManager.spec

0
SOURCES/00-server.conf

0
SOURCES/1001-wwan-dns-fix-rh2059138.patch

0
SOURCES/1002-checkpoint-preserve-external-bridge-ports-rh2035519.patch

0
SOURCES/1003-fix-ovsdb-removal-ports-rhbz1935026.patch

0
SOURCES/20-connectivity-fedora.conf

0
SOURCES/20-connectivity-redhat.conf

0
SOURCES/70-nm-connectivity.conf

0
SOURCES/NetworkManager.conf

14
SPECS/NetworkManager.spec

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
%global epoch_version 1
%global rpm_version 1.36.0
%global real_version 1.36.0
%global release_version 3
%global release_version 5
%global snapshot %{nil}
%global git_sha %{nil}

@ -195,6 +195,10 @@ Source6: 70-nm-connectivity.conf @@ -195,6 +195,10 @@ Source6: 70-nm-connectivity.conf
Patch1001: 1001-wwan-dns-fix-rh2059138.patch
Patch1002: 1002-checkpoint-preserve-external-bridge-ports-rh2035519.patch
Patch1003: 1003-fix-ovsdb-removal-ports-rhbz1935026.patch
Patch1004: 1004-n-dhcp4-discard-NAKs-from-other-servers-rhbz2067122.patch
Patch1005: 1005-fix-dhcp-loses-lease-when-restarting-rhbz2094715.patch
Patch1006: 1006-dhcp-routes-src-rh2094778.patch
Patch1007: 1007-platform-workaround-for-preserving-ipv6-address-rhbz2094715.patch

Requires(post): systemd
%if 0%{?fedora} || 0%{?rhel} > 7
@ -1190,6 +1194,14 @@ fi @@ -1190,6 +1194,14 @@ fi


%changelog
* Thu Jun 09 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.36.0-5
- Fix DHCP loses lease when restarting (rh #2094715)
- core: set "src" attribute for routes from DHCPv4 (rh #2094778)
- platform: workaround for preserving IPv6 address order (rh #2094715)

* Fri Apr 01 2022 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.36.0-4
- n-dhcp4: discard NAKs from different servers in SELECTING (rh #2067122)

* Fri Mar 11 2022 Thomas Haller <thaller@redhat.com> - 1:1.36.0-3
- core: preserve external bridge ports during checkpoint rollback (rh #2061711)
- ovs-port: fix removal of ovsdb entry if the interface goes away (rh #2061709)

Loading…
Cancel
Save