forked from ansible-community/ansible-bender
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes ansible-community#271 Signed-off-by: Tomas Tomecek <[email protected]>
- Loading branch information
1 parent
68df071
commit 25b6c9c
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%bcond_with privileged_tests | ||
|
||
Name: ansible-bender | ||
Version: 0.9.0 | ||
Version: 0.10.0 | ||
Release: 1%{?dist} | ||
Summary: Build container images using Ansible playbooks | ||
|
||
|
@@ -83,6 +83,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ | |
|
||
|
||
%changelog | ||
* Fri Feb 03 2023 Tomas Tomecek <[email protected]> - 0.10.0-1 | ||
- 0.10.0 upstream release | ||
|
||
* Mon Jul 27 2020 Fedora Release Engineering <[email protected]> - 0.8.1-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
|