From cb32230e528414f6280a2ceaaf2d77f895b3587d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 12 Apr 2016 10:30:52 +1000 Subject: [PATCH] Revert "Work around broken rabbitmq 3.6.1 packages on Fedora 23" This reverts commit 616957d5981310e465e9fb3fd0c040751d8b0b63. Fixed packages are released to F23 stable Change-Id: I6c1ecaf9afb78afa3051922eb8347a2610e57416 --- tools/fixup_stuff.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/fixup_stuff.sh b/tools/fixup_stuff.sh index 15cb5a1180..193a1f7aba 100755 --- a/tools/fixup_stuff.sh +++ b/tools/fixup_stuff.sh @@ -159,14 +159,6 @@ if is_fedora; then pip_install --upgrade --force-reinstall requests fi fi - - if [[ "$os_VENDOR" == "Fedora" ]] && [[ "$os_RELEASE" -ge "23" ]]; then - # work-around broken rabbitmq-server 3.6.1 packages - # https://bugzilla.redhat.com/show_bug.cgi?id=1323610 - # Will be removed when this bug is fixed. - sudo dnf -y install \ - https://kojipkgs.fedoraproject.org/packages/rabbitmq-server/3.5.7/4.fc23/noarch/rabbitmq-server-3.5.7-4.fc23.noarch.rpm - fi fi # The version of pip(1.5.4) supported by python-virtualenv(1.11.4) has