From e32b98afc0452147d2c8340bd726974c4c9060e6eb34b6636b7eaabb81a0feea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 25 Apr 2025 21:14:01 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main aws-cli revision 4ffbd0ac0360c5762b28e2d1afb6dbd0 --- aws-cli.changes | 5 +++++ aws-cli.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/aws-cli.changes b/aws-cli.changes index 65abe65..8958aa8 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 27 13:30:32 UTC 2025 - Bernhard Wiedemann + +- Use %autosetup to work with rpm-4.20 (bsc#1240154) + ------------------------------------------------------------------- Mon Dec 11 14:59:37 UTC 2023 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index b434f32..0c94cb5 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -71,8 +71,7 @@ services. With this tool, multiple AWS services can be controlled from the command line and automated through scripts. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 sed -i 's/from botocore\.vendored //' awscli/customizations/awslambda.py sed -i 's/botocore\.vendored\.//' awscli/customizations/configure/__init__.py