forked from pool/ansible-lint
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
This commit is contained in:
parent
1fe59cacf0
commit
81ffed4f5a
13
_service
13
_service
@ -1,15 +1,4 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/ansible-community/ansible-lint</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v6.7.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="match-tag">v*</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
<service name="download_files" mode="disabled">
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/ansible-community/ansible-lint</param>
|
||||
<param name="changesrevision">04f808a67e341d88bcf77fd2017199be959c0459</param></service></servicedata>
|
||||
<param name="changesrevision">08a89892121d92b98b3f837116d5cea71b088bd4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17dfacb0d9139a435ccf2095234e20491d556f7adb97dedd891b40566e316553
|
||||
size 308690
|
3
ansible-lint-6.8.4.tar.gz
Normal file
3
ansible-lint-6.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:887ab2140269dcaa76cfa00a5213ef26cf17fd51c48ec3d2b6339e6565d7c81d
|
||||
size 292459
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 07:44:23 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- 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 <kastl@b1-systems.de>
|
||||
|
||||
- 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 <kastl@b1-systems.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user