-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #289 from TomasTomecek/0.10-release
0.10.0 upstream release
- Loading branch information
Showing
4 changed files
with
28 additions
and
13 deletions.
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 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ universal = 1 | |
|
||
[metadata] | ||
name = ansible-bender | ||
url = https://github.com/TomasTomecek/ansible-bender | ||
url = "https://github.com/ansible-community/ansible-bender" | ||
description = A tool which builds container images using Ansible playbooks | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
|
@@ -12,14 +12,18 @@ author_email = [email protected] | |
license = MIT | ||
license_file = LICENSE | ||
classifiers = | ||
Development Status :: 4 - Beta | ||
Development Status :: 5 - Production/Stable | ||
Environment :: Console | ||
Intended Audience :: Developers | ||
License :: OSI Approved :: MIT License | ||
Operating System :: POSIX :: Linux | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Topic :: Software Development | ||
Topic :: Utilities | ||
keywords = | ||
|