2187023
Name:           podman-compose
fb343ab
Version:        1.0.6
fb343ab
Release:        1%{?dist}
2187023
Summary:        Run docker-compose.yml using podman
4e1d647
License:        GPL-2.0-only
2187023
URL:            https://github.com/containers/podman-compose
87a8826
Source0:	https://github.com/containers/podman-compose/archive/v%{version}/%{name}-%{version}.tar.gz
c4d045f
Patch0:         env.patch
2187023
2187023
BuildArch:      noarch
9b4df5e
BuildRequires:  python%{python3_pkgversion}-devel
9b4df5e
BuildRequires:  python%{python3_pkgversion}-setuptools
9b4df5e
BuildRequires:  python%{python3_pkgversion}-pyyaml
9b4df5e
Requires:       python%{python3_pkgversion}
9b4df5e
Requires:       python%{python3_pkgversion}-pyyaml
2187023
Requires:       podman
905f99f
Requires:       podman-plugins
2187023
2187023
%description
2187023
An implementation of docker-compose with podman backend.
2187023
The main objective of this project is to be able to run docker-compose.yml
2187023
unmodified and rootless.
2187023
2187023
%prep
c4d045f
%autosetup -p0
2187023
2187023
%build
2187023
%py3_build
2187023
 
2187023
%install
2187023
%py3_install 
2187023
2187023
#Drop spurious shebang
2187023
sed -i /python3/d %{buildroot}%{python3_sitelib}/podman_compose.py
2187023
2187023
2187023
%files
2187023
%doc README.md CONTRIBUTING.md docs/ examples
2187023
%license LICENSE
2187023
%{_bindir}/podman-compose
2187023
%{python3_sitelib}/__pycache__/podman_compose*pyc
2187023
%{python3_sitelib}/podman_compose*
2187023
2187023
%changelog
fb343ab
* Tue Apr 11 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.0.6-1
fb343ab
- 1.0.6
fb343ab
4e1d647
* Wed Mar 01 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.0.3-8
4e1d647
- migrated to SPDX license
4e1d647
a5a4a3c
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-7
a5a4a3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
a5a4a3c
c4d045f
* Mon Aug 01 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.0.3-6
c4d045f
- Env patch
c4d045f
c01b5ad
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-5
c01b5ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
c01b5ad
8433d42
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.3-4
8433d42
- Rebuilt for Python 3.11
8433d42
7e0fc33
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3
7e0fc33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
7e0fc33
905f99f
* Fri Jan 07 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.0.3-2
905f99f
- Requires podman-plugins, BZ 2038126.
905f99f
87a8826
* Wed Dec 29 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.0.3-1
87a8826
- 1.0.3
87a8826
21ff2f1
* Tue Nov 23 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.1.8-1
21ff2f1
- 0.1.8
21ff2f1
a26fe6c
* Sun Nov 14 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.1.7-8.git20211114
a26fe6c
- Latest git to fix --dry-run issue.
a26fe6c
081c253
* Thu Nov 11 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.1.7-7.git20211111
081c253
- Latest git to fix string substitution issue.
081c253
9cc7068
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-6.git20210129
9cc7068
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
9cc7068
e1f1574
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.1.7-5.git20210129
e1f1574
- Rebuilt for Python 3.10
e1f1574
cda37de
* Fri Jan 29 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.1.7-4.git20210129
cda37de
- Update to latest git.
cda37de
c67e2dc
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-3.git20201120
c67e2dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c67e2dc
9b4df5e
* Mon Nov 23 2020 Mikel Olasagasti Uranga <mikel@olasagasti.info> 0.1.7-2.git20201120
9b4df5e
- Change deps to be able to build in EPEL8
9b4df5e
dba0d5e
* Fri Nov 20 2020 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 0.1.7-1.git20201120
dba0d5e
- update to the latest git HEAD
dba0d5e
3f7b0a7
* Wed Jul 29 2020 Pavel Raiskup <praiskup@redhat.com> - 0.1.6-1.git20200615
3f7b0a7
- update to the latest git HEAD; namely to allow spawning privileged containers
3f7b0a7
  and to fix volume initialization
3f7b0a7
2e006eb
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-5.git20191107
2e006eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2e006eb
042172f
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.1.5-4.git20191107
042172f
- Rebuilt for Python 3.9
042172f
c0fa29a
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-3.git20191107
c0fa29a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c0fa29a
02404f4
* Thu Nov 07 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.1.5-2.git20191107
02404f4
- Fix for service extension with the same name.
02404f4
2187023
* Mon Oct 28 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.1.5-1.git20191030
2187023
- Initial build.