prefer keyfile settings plugin from Fedora 33 and newer
https://mail.gnome.org/archives/networkmanager-list/2020-May/msg00002.html https://fedoraproject.org/wiki/Changes/NetworkManager_keyfile_instead_of_ifcfg_rh https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/OLOU27DAON2TYGTAVZ35GZE2BEIN42U3/ https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/OLOU27DAON2TYGTAVZ35GZE2BEIN42U3/ https://pagure.io/fesco/issue/2432 https://bugzilla.redhat.com/show_bug.cgi?id=1857391
This commit is contained in:
parent
f6133686c9
commit
acbaadae23
@ -7,7 +7,7 @@
|
|||||||
%global epoch_version 1
|
%global epoch_version 1
|
||||||
%global rpm_version 1.26.0
|
%global rpm_version 1.26.0
|
||||||
%global real_version 1.26.0
|
%global real_version 1.26.0
|
||||||
%global release_version 1
|
%global release_version 2
|
||||||
%global snapshot %{nil}
|
%global snapshot %{nil}
|
||||||
%global git_sha %{nil}
|
%global git_sha %{nil}
|
||||||
|
|
||||||
@ -109,7 +109,11 @@
|
|||||||
%global dns_rc_manager_default file
|
%global dns_rc_manager_default file
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel} > 8 || 0%{?fedora} > 32
|
||||||
|
%global config_plugins_default keyfile,ifcfg-rh
|
||||||
|
%else
|
||||||
%global config_plugins_default ifcfg-rh
|
%global config_plugins_default ifcfg-rh
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# Although eBPF would be available on Fedora's kernel, it seems
|
# Although eBPF would be available on Fedora's kernel, it seems
|
||||||
@ -1082,6 +1086,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 13 2020 Thomas Haller <thaller@redhat.com> - 1:1.26.0-2
|
||||||
|
- prefer keyfile settings plugin over ifcfg-rh (rh #1857391)
|
||||||
|
|
||||||
* Mon Jul 13 2020 Thomas Haller <thaller@redhat.com> - 1:1.26.0-1
|
* Mon Jul 13 2020 Thomas Haller <thaller@redhat.com> - 1:1.26.0-1
|
||||||
- update to 1.26.0
|
- update to 1.26.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user