From 81ffed4f5a32c981c226bd10a7faf1afd82e905c9b6fad07f46943d7c8c816b7 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 29 Oct 2022 07:52:56 +0000 Subject: [PATCH] Accepting request 1032118 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.8.4 OBS-URL: https://build.opensuse.org/request/show/1032118 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=11 --- _service | 13 +------------ _servicedata | 2 +- ansible-lint-6.8.2.tar.gz | 3 --- ansible-lint-6.8.4.tar.gz | 3 +++ ansible-lint.changes | 27 +++++++++++++++++++++++++++ ansible-lint.spec | 2 +- 6 files changed, 33 insertions(+), 17 deletions(-) delete mode 100644 ansible-lint-6.8.2.tar.gz create mode 100644 ansible-lint-6.8.4.tar.gz diff --git a/_service b/_service index dc09b40..1bd86b8 100644 --- a/_service +++ b/_service @@ -1,15 +1,4 @@ - - https://github.com/ansible-community/ansible-lint - git - .git - v6.7.0 - @PARENT_TAG@ - disable - v* - - - *.tar - gz + diff --git a/_servicedata b/_servicedata index 37acec8..c7f7a6d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/ansible-community/ansible-lint - 04f808a67e341d88bcf77fd2017199be959c0459 \ No newline at end of file + 08a89892121d92b98b3f837116d5cea71b088bd4 \ No newline at end of file diff --git a/ansible-lint-6.8.2.tar.gz b/ansible-lint-6.8.2.tar.gz deleted file mode 100644 index adaa98d..0000000 --- a/ansible-lint-6.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17dfacb0d9139a435ccf2095234e20491d556f7adb97dedd891b40566e316553 -size 308690 diff --git a/ansible-lint-6.8.4.tar.gz b/ansible-lint-6.8.4.tar.gz new file mode 100644 index 0000000..f5bc0bb --- /dev/null +++ b/ansible-lint-6.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887ab2140269dcaa76cfa00a5213ef26cf17fd51c48ec3d2b6339e6565d7c81d +size 292459 diff --git a/ansible-lint.changes b/ansible-lint.changes index 6449368..8b84dce 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Oct 29 07:44:23 UTC 2022 - Johannes Kastl + +- modify _service to no longer use the tar_scm service, + as the resulting tarball is not as expected + +------------------------------------------------------------------- +Sat Oct 29 07:29:21 UTC 2022 - Johannes Kastl + +- Update to 6.8.4: + * Bugfixes + - Add experimental rule for run_once (#2626) @ajinkyau + - Fix package name in pip upgrade instructions (#2625) @davedittrich + - Docs: wrap loop var tag (#2610) @oraNod + - Prevent pip exception with version check (#2624) @ssbarnea + +------------------------------------------------------------------- +Sat Oct 29 07:27:33 UTC 2022 - kastl@b1-systems.de + +- Update to version v6.8.3: + * Bugfixes + - Add warning message about outdated linter version (#2615) @ssbarnea + - Detect ScannerError while searching for skipped rules (#2619) @felixfontein + - Fix merging of command line options with configuration (#2616) @ssbarnea + - Refactor fqcn to recommend use of canonical names (#2604) @ssbarnea + - Allow toggling strict in the config file (#2603) @hemberger + ------------------------------------------------------------------- Fri Oct 14 04:52:59 UTC 2022 - Johannes Kastl diff --git a/ansible-lint.spec b/ansible-lint.spec index 07b6a46..da2d3e0 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -20,7 +20,7 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 6.8.2 +Version: 6.8.4 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT