forked from ansible-community/ansible-bender
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathansible-bender.spec
106 lines (82 loc) · 2.87 KB
/
ansible-bender.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# All tests require Internet access
# to test in mock use: --enable-network --with check
# to test in a privileged environment use:
# --with check --with privileged_tests
%bcond_with check
%bcond_with privileged_tests
Name: ansible-bender
Version: 0.8.1
Release: 1%{?dist}
Summary: Build container images using Ansible playbooks
License: MIT
URL: https://github.com/ansible-community/ansible-bender
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-setuptools_scm
BuildRequires: python%{python3_pkgversion}-setuptools_scm_git_archive
%if %{with check}
# These are required for tests:
BuildRequires: python%{python3_pkgversion}-pyyaml
BuildRequires: python%{python3_pkgversion}-tabulate
BuildRequires: python%{python3_pkgversion}-jsonschema
BuildRequires: python%{python3_pkgversion}-pytest
BuildRequires: python%{python3_pkgversion}-flexmock
BuildRequires: python%{python3_pkgversion}-pytest-xdist
BuildRequires: python%{python3_pkgversion}-libselinux
BuildRequires: ansible
BuildRequires: podman
BuildRequires: buildah
BuildRequires: git
%endif
Requires: ansible
Requires: buildah
%description
This is a tool which bends containers using Ansible playbooks and
turns them into container images. It has a pluggable builder selection
- it is up to you to pick the tool which will be used to construct
your container image. Right now the only supported builder is
buildah. More to come in the future. Ansible-bender (ab) relies on
Ansible connection plugins for performing builds.
tl;dr Ansible is the frontend, buildah is the backend.
%prep
%autosetup
%build
%py3_build
%install
%py3_install
%if %{with check}
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} \
pytest-3 \
-v \
--disable-pytest-warnings \
--numprocesses=auto \
%if %{with privileged_tests}
tests
%else
tests/unit
%endif
%endif
%files
%{python3_sitelib}/ansible_bender-*.egg-info/
%{python3_sitelib}/ansible_bender/
%{_bindir}/ansible-bender
%license LICENSE
%doc docs/* README.md
%changelog
* Thu Dec 12 2019 Tomas Tomecek <[email protected]> - 0.8.1-1
- new upstream release: 0.8.1
* Tue Nov 19 2019 Tomas Tomecek <[email protected]> - 0.8.0-1
- new upstream release: 0.8.0
* Thu Oct 03 2019 Miro Hrončok <[email protected]> - 0.7.0-4
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok <[email protected]> - 0.7.0-3
- Rebuilt for Python 3.8
* Wed Jul 24 2019 Fedora Release Engineering <[email protected]> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Jul 03 2019 Gordon Messmer <[email protected]> - 0.7.0-1
- Build 0.7.0
* Tue Jul 02 2019 Gordon Messmer <[email protected]> - 0.6.1-6
- First build for Fedora