Accepting request 977971 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/977971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-efs-utils?expand=0&rev=9
This commit is contained in:
commit
7a4bebd6c0
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 18 05:39:02 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 1.33.1
|
||||||
|
* Enable mount process to retry on failed or timed out mount.nfs command
|
||||||
|
* use unittest.mock instead of mock
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 06:39:41 UTC 2022 - pgajdos@suse.com
|
Wed Apr 27 06:39:41 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: aws-efs-utils
|
Name: aws-efs-utils
|
||||||
Version: 1.32.1
|
Version: 1.33.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for using the EFS file systems
|
Summary: Utilities for using the EFS file systems
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -65,8 +65,6 @@ find . -name "*.py" -exec sed -i 's/env python3/python3/' {} +
|
|||||||
# No build required
|
# No build required
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# https://github.com/aws/efs-utils/issues/131
|
|
||||||
sed -i 's:from mock:from unittest.mock:' test/*/test_*.py
|
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46efeaa705dfe4a6965856aa8b18fb9b52706fff9979582c91667d4c2d0a0f53
|
|
||||||
size 110024
|
|
3
efs-utils-1.33.1.tar.gz
Normal file
3
efs-utils-1.33.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a62dba9d76224420ea65b0c7107d5b4dbf3273edba592a48e84a622570515150
|
||||||
|
size 112444
|
Loading…
Reference in New Issue
Block a user