1
0
forked from pool/aws-efs-utils

- 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=18
This commit is contained in:
Robert Schweikert 2022-02-18 14:51:57 +00:00 committed by Git OBS Bridge
parent f02137959b
commit 5989180d39
5 changed files with 27 additions and 7 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 18 12:39:14 UTC 2022 - Robert Schweikert <rjschwei@suse.com>
- 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 <jsegitz@suse.com>

View File

@ -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

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

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

7
skip-styletest.patch Normal file
View File

@ -0,0 +1,7 @@
--- Makefile.orig
+++ Makefile
@@ -58,4 +58,3 @@ deb:
.PHONY: test
test:
pytest --ignore=test/mount_efs_test
- flake8

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3619127427178795a9fc76ae23b4e8603e4cfd9f5330e9f3ce44fddc21fe85cb
size 101173