fix reading infiniband p-key from ifcfg files (rh #2209164)

Resolves: #2209164
This commit is contained in:
Thomas Haller 2023-06-05 11:18:33 +02:00
parent cd5a1dfc01
commit be40f1d84c
No known key found for this signature in database
GPG Key ID: 29C2366E4DFC5728
2 changed files with 1304 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
%global epoch_version 1
%global real_version 1.40.16
%global rpm_version %{real_version}
%global release_version 6
%global release_version 7
%global snapshot %{nil}
%global git_sha %{nil}
%global bcond_default_debug 0
@ -201,6 +201,7 @@ Patch1002: 1002-dns-add-support-to-no-aaaa-option-rh2144521.patch
Patch1003: 1003-suppport-bond-port-prio-rh1920398.patch
Patch1004: 1004-team-don-t-try-to-connect-to-teamd-in-update_connect-rh2182029.patch
Patch1005: 1005-ipv6ll-don-t-regenerate-the-address-when-removed-rh2209353.patch
Patch1006: 1006-fix-read-infiniband-from-ifcfg-rh2209164.patch
Requires(post): systemd
%if 0%{?fedora} || 0%{?rhel} >= 8
@ -1236,6 +1237,9 @@ fi
%changelog
* Mon Jun 5 2023 Thomas Haller <thaller@redhat.com> - 1:1.40.16-7
- fix reading infiniband p-key from ifcfg files (rh #2209164)
* Wed May 24 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.40.16-6
- don't fail when the IPv6 link-local address is removed (rh #2209353)