diff --git a/aws-efs-utils.changes b/aws-efs-utils.changes index af184d3..9b0c92f 100644 --- a/aws-efs-utils.changes +++ b/aws-efs-utils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 18 12:39:14 UTC 2022 - Robert Schweikert + +- Update to version 1.31.3 (bsc#1195916) + + Add skip-styletest.patch + - Style is enforced upstream and triggers unnecessary build version + requirements + + Allow specifying fs_id in cloudwatch log group name + + Includes fix for stunnel path + ------------------------------------------------------------------- Wed Aug 11 12:32:39 UTC 2021 - Johannes Segitz diff --git a/aws-efs-utils.spec b/aws-efs-utils.spec index 7abcb0c..f8bbade 100644 --- a/aws-efs-utils.spec +++ b/aws-efs-utils.spec @@ -1,7 +1,7 @@ # # spec file for package aws-efs-utils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,22 @@ Name: aws-efs-utils -Version: 1.31.2 +Version: 1.31.3 Release: 0 Summary: Utilities for using the EFS file systems License: MIT Group: System/Management URL: https://github.com/aws/efs-utils -Source0: https://github.com/aws/efs-utils/archive/v%{version}.tar.gz +Source0: efs-utils-%{version}.tar.gz Patch0: disable_mount_efs_test.patch Patch1: harden_amazon-efs-mount-watchdog.service.patch +Patch2: skip-styletest.patch BuildRequires: openssl BuildRequires: python3-attrs >= 17.4.0 BuildRequires: python3-botocore >= 1.17.53 BuildRequires: python3-coverage >= 4.5.4 -BuildRequires: python3-flake8 >= 3.7.9 +#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 @@ -59,6 +61,7 @@ This package provides utilities for using the EFS file systems. %patch0 -p1 find . -name "*.py" -exec sed -i 's/env python/python3/' {} + %patch1 -p1 +%patch2 %build # No build required diff --git a/efs-utils-1.31.3.tar.gz b/efs-utils-1.31.3.tar.gz new file mode 100644 index 0000000..84750b2 --- /dev/null +++ b/efs-utils-1.31.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9c494631133f72d2755379b3907930ed4c333e0f9de5d0df64ef352be58954 +size 105670 diff --git a/skip-styletest.patch b/skip-styletest.patch new file mode 100644 index 0000000..d773164 --- /dev/null +++ b/skip-styletest.patch @@ -0,0 +1,7 @@ +--- Makefile.orig ++++ Makefile +@@ -58,4 +58,3 @@ deb: + .PHONY: test + test: + pytest --ignore=test/mount_efs_test +- flake8 diff --git a/v1.31.2.tar.gz b/v1.31.2.tar.gz deleted file mode 100644 index 18e13f1..0000000 --- a/v1.31.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3619127427178795a9fc76ae23b4e8603e4cfd9f5330e9f3ce44fddc21fe85cb -size 101173