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:
parent
0d4953f2c5
commit
7352289617
@ -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>
|
Fri Feb 18 12:39:14 UTC 2022 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
@ -49,7 +49,6 @@ BuildRequires: python3-six >= 1.11.0
|
|||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
Requires: nfs-utils
|
Requires: nfs-utils
|
||||||
Requires: python3
|
|
||||||
Requires: stunnel >= 4.56
|
Requires: stunnel >= 4.56
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -59,7 +58,7 @@ This package provides utilities for using the EFS file systems.
|
|||||||
%prep
|
%prep
|
||||||
%setup -n efs-utils-%{version}
|
%setup -n efs-utils-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
find . -name "*.py" -exec sed -i 's/env python/python3/' {} +
|
find . -name "*.py" -exec sed -i 's/env python3/python3/' {} +
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user