From 704601a66cee4d512950063561bf141a63215696 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 29 Nov 2021 14:07:19 -0600 Subject: [PATCH] Fix RSA pin. --- awscli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awscli.spec b/awscli.spec index 8458657..fe63dd2 100644 --- a/awscli.spec +++ b/awscli.spec @@ -48,8 +48,8 @@ sed -i "/,<0.16/d" setup.cfg sed -i "/,<0.16/d" setup.py # https://bugzilla.redhat.com/show_bug.cgi?id=1854288 -sed -i s/4.5.0/4.8/g setup.py -sed -i s/4.5.0/4.8/g setup.cfg +sed -i s/4.5.0/4.9/g setup.py +sed -i s/4.5.0/4.9/g setup.cfg # https://github.com/aws/aws-cli/issues/5795 sed -i s/\<0.4.4/\<=0.4.4/g setup.py