1
0
forked from pool/aws-efs-utils
Dominique Leuenberger 2022-05-02 14:25:39 +00:00 committed by Git OBS Bridge
commit 0679e89aa4
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 27 06:39:41 UTC 2022 - pgajdos@suse.com
- version update to 1.32.1
* Enable watchdog to check stunnel health periodically and restart
hanging stunnel process when necessary.
- do not require python-mock for build
https://trello.com/c/S6eADbii/64-remove-python-mock
-------------------------------------------------------------------
Wed Mar 9 11:47:22 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -17,13 +17,13 @@
Name: aws-efs-utils
Version: 1.31.3
Version: 1.32.1
Release: 0
Summary: Utilities for using the EFS file systems
License: MIT
Group: System/Management
URL: https://github.com/aws/efs-utils
Source0: efs-utils-%{version}.tar.gz
Source0: https://github.com/aws/efs-utils/archive/refs/tags/v%{version}.tar.gz#/efs-utils-%{version}.tar.gz
Patch0: disable_mount_efs_test.patch
Patch1: harden_amazon-efs-mount-watchdog.service.patch
Patch2: skip-styletest.patch
@ -34,7 +34,6 @@ BuildRequires: python3-coverage >= 4.5.4
#BuildRequires: python3-flake8 >= 3.7.9
BuildRequires: python3-flake8
BuildRequires: python3-mccabe >= 0.6.1
BuildRequires: python3-mock >= 2.0.0
BuildRequires: python3-pbr >= 3.1.1
BuildRequires: python3-pluggy >= 0.13.0
BuildRequires: python3-py >= 1.10.0
@ -66,6 +65,8 @@ find . -name "*.py" -exec sed -i 's/env python3/python3/' {} +
# No build required
%check
# https://github.com/aws/efs-utils/issues/131
sed -i 's:from mock:from unittest.mock:' test/*/test_*.py
make test
%install

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d9c494631133f72d2755379b3907930ed4c333e0f9de5d0df64ef352be58954
size 105670

3
efs-utils-1.32.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46efeaa705dfe4a6965856aa8b18fb9b52706fff9979582c91667d4c2d0a0f53
size 110024