From fcb06a874cc05d9da8b76878dd5fc3f8571c8c7c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 Jan 2020 14:18:54 -0800 Subject: [PATCH] Drop no-longer-needed update workarounds Signed-off-by: Adam Williamson --- lib/utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 83ea232c..0c4a49e6 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -517,8 +517,8 @@ sub _repo_setup_updates { # a hash of releases and update IDs. if no workarounds are needed # for any release, the hash can be empty and this will do nothing my %workarounds = ( - "30" => ['FEDORA-2019-9ff3036c0a'], - "31" => ['FEDORA-2019-6f121fa8a0'] + "30" => [], + "31" => [] ); # then we'll download each update for our release: my $advisories = $workarounds{$version};