cda37de
%global commit 6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7
2187023
%global shortcommit %(c=%{commit}; echo ${c:0:7})
2187023
2187023
Name:           podman-compose
dba0d5e
Version:        0.1.7
9cc7068
Release:        6.git20210129%{?dist}
2187023
Summary:        Run docker-compose.yml using podman
2187023
License:        GPLv2
2187023
URL:            https://github.com/containers/podman-compose
2187023
Source0:        https://github.com/containers/podman-compose/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
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
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
2187023
%autosetup -n %{name}-%{commit}
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
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.