Fix libjudy installation on CentOS 8. (#11248)
Austin S. Hemmelgarn committed
Jun 18, 2021 at 07:52 UTC
41ee9f8787e568d02133e2c0019285dd82e705b5
1 file changed
+1
-1
packaging/installer/install-required-packages.sh
+1
-1
@@ -1563,7 +1563,7 @@ validate_tree_centos() {
1563
fi
1564
1565
echo >&2 " > Installing Judy-devel directly ..."
1566
- run ${sudo} yum ${opts} install http://mirror.centos.org/centos/8/PowerTools/x86_64/os/Packages/Judy-devel-1.0.5-18.module_el8.1.0+217+4d875839.x86_64.rpm
1566
+ run ${sudo} yum ${opts} install http://mirror.centos.org/centos/8/PowerTools/x86_64/os/Packages/Judy-devel-1.0.5-18.module_el8.3.0+757+d382997d.x86_64.rpm
1567
1568
elif [[ "${version}" =~ ^6\..*$ ]]; then
1569
echo >&2 " > Detected CentOS 6.x ..."