Accepting request 960475 from home:glaubitz:branches:Cloud:Tools

- Remove redundant python3 dependency from Requires
- Update regular expression to fix python shebang

OBS-URL: https://build.opensuse.org/request/show/960475
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=19
This commit is contained in:
Robert Schweikert 2022-03-09 12:16:24 +00:00 committed by Git OBS Bridge
parent 0d4953f2c5
commit 7352289617
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 9 11:47:22 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Remove redundant python3 dependency from Requires
- Update regular expression to fix python shebang
-------------------------------------------------------------------
Fri Feb 18 12:39:14 UTC 2022 - Robert Schweikert <rjschwei@suse.com>

View File

@ -49,7 +49,6 @@ BuildRequires: python3-six >= 1.11.0
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(systemd)
Requires: nfs-utils
Requires: python3
Requires: stunnel >= 4.56
BuildArch: noarch
@ -59,7 +58,7 @@ This package provides utilities for using the EFS file systems.
%prep
%setup -n efs-utils-%{version}
%patch0 -p1
find . -name "*.py" -exec sed -i 's/env python/python3/' {} +
find . -name "*.py" -exec sed -i 's/env python3/python3/' {} +
%patch1 -p1
%patch2