Accepting request 1147860 from home:dimstar:rpm4.20:a

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1147860
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=40
This commit is contained in:
Robert Schweikert 2024-02-20 12:03:49 +00:00 committed by Git OBS Bridge
parent bc053702bd
commit 42ff5e9552
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 11:16:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Feb 13 14:39:45 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -56,11 +56,11 @@ This package provides utilities for using the EFS file systems.
%prep
%setup -n efs-utils-%{version}
%patch0 -p1
%patch -P 0 -p1
find . -name "*.py" -exec sed -i 's/env python3/python3/' {} +
%patch1 -p1
%patch2
%patch3 -p1
%patch -P 1 -p1
%patch -P 2
%patch -P 3 -p1
%build
# No build required