diff --git a/aws-efs-utils.changes b/aws-efs-utils.changes index 6588d98..91f6268 100644 --- a/aws-efs-utils.changes +++ b/aws-efs-utils.changes @@ -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 diff --git a/aws-efs-utils.spec b/aws-efs-utils.spec index 1d0e1ea..b2c7738 100644 --- a/aws-efs-utils.spec +++ b/aws-efs-utils.spec @@ -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 diff --git a/efs-utils-1.31.3.tar.gz b/efs-utils-1.31.3.tar.gz deleted file mode 100644 index 84750b2..0000000 --- a/efs-utils-1.31.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d9c494631133f72d2755379b3907930ed4c333e0f9de5d0df64ef352be58954 -size 105670 diff --git a/efs-utils-1.32.1.tar.gz b/efs-utils-1.32.1.tar.gz new file mode 100644 index 0000000..6132426 --- /dev/null +++ b/efs-utils-1.32.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46efeaa705dfe4a6965856aa8b18fb9b52706fff9979582c91667d4c2d0a0f53 +size 110024