Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5c6adf0cf |
||
|
|
8de50a372a |
||
|
|
1bbf23b7ec |
||
|
|
58a5b68668 |
3 changed files with 10 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -74,3 +74,4 @@
|
|||
/v5.3.0.tar.gz
|
||||
/v5.3.1.tar.gz
|
||||
/v5.3.2.tar.gz
|
||||
/v5.4.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
Name: %{archive_name}
|
||||
Epoch: 1
|
||||
Version: 5.3.2
|
||||
Release: 2%{?dist}
|
||||
Version: 5.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
|
||||
License: MIT
|
||||
|
|
@ -23,6 +23,9 @@ Summary: %{summary}
|
|||
Obsoletes: python2-%{archive_name} < 3.4.23-6
|
||||
Provides: %{archive_name} = %{version}-%{release}
|
||||
|
||||
# Finally fixing this https://bugzilla.redhat.com/show_bug.cgi?id=1949362
|
||||
Requires: /usr/bin/ansible
|
||||
|
||||
%description -n python3-%{archive_name}
|
||||
Python3 module for ansible-lint.
|
||||
|
||||
|
|
@ -51,6 +54,9 @@ ln -sr %{buildroot}%{_bindir}/%{name}{,-3}
|
|||
%{python3_sitelib}/ansible_lint-%{version}.dist-info/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 13 2022 Parag Nemade <pnemade AT redhat DOT com> - 1:5.4.0-1
|
||||
- Update to 5.4.0 version (#2053887)
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v5.3.2.tar.gz) = f364bff0ae261f44281757447726fdd4db388ea68bee1260afec4f02c49fe53236fac116dea9cff35aab233530cef2b9871eac18a12290f4302684e94f85bc8e
|
||||
SHA512 (v5.4.0.tar.gz) = f1bbbb49eb77991d60b6087646c695a938d328d719bba67707af4ed858de857d383b78490bcf0930cffebd13a0b0abde20269a47e47e4713a37da715a28c5da0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue