From 3ebb95f9b5e82256e66fcedb23f8f0740349c898 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Fri, 2 Oct 2020 09:46:31 -0400 Subject: [PATCH] Removing fixup for f32 + dnsmasq 2.81 workaround reported https://bugs.launchpad.net/neutron/+bug/1896945 fixed by https://review.opendev.org/#/c/755356/ Change-Id: I86a0be548e344ed4e95eab7212ba432bf570d2ae --- tools/fixup_stuff.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/fixup_stuff.sh b/tools/fixup_stuff.sh index a3bda2b74f..c0e07dd51c 100755 --- a/tools/fixup_stuff.sh +++ b/tools/fixup_stuff.sh @@ -143,13 +143,6 @@ function fixup_fedora { # overwriting works. So this hacks around those packages that # have been dragged in by some other system dependency sudo rm -rf /usr/lib64/python3*/site-packages/PyYAML-*.egg-info - - # NOTE(lyarwood): Workaround a known issue on Fedora with dnsmasq >= 2.81 - # by downgrading to 2.80 for the time being. - # https://bugs.launchpad.net/neutron/+bug/1896945 - if [[ "$DISTRO" == "f32" ]] && [[ $(rpm --queryformat %{VERSION} -q dnsmasq) != "2.80" ]]; then - sudo dnf downgrade dnsmasq-2.80 -y - fi } function fixup_suse {