From: Greg Rose Date: Tue, 3 Sep 2019 15:50:42 +0000 (-0700) Subject: rhel: Revert RHEL 7.4 comp_ver change X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d0fa7d7f12f131db5a49ea5c61b0276784c09ca3;p=mirror_ovs.git rhel: Revert RHEL 7.4 comp_ver change I looked at the wrong list of kernels when I changed the value for the RHEL 7.4 comp_ver variable. Revert that part of commit e64c2c1 ("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3"). Fixes: e64c2c1 ("rhel: Fix ovs-kmod-manage.sh to work with RHEL 7.3") Signed-off-by: Greg Rose Signed-off-by: Gurucharan Shetty --- diff --git a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh index c5b1d2d40..693fb0b74 100644 --- a/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh +++ b/rhel/usr_share_openvswitch_scripts_ovs-kmod-manage.sh @@ -87,7 +87,7 @@ if [ "$mainline_major" = "3" ] && [ "$mainline_minor" = "10" ]; then installed_ver="$minor_rev" elif [ "$major_rev" = "693" ]; then # echo "rhel74" - comp_ver=21 + comp_ver=11 ver_offset=4 installed_ver="$minor_rev" elif [ "$major_rev" = "862" ]; then