mirror of
https://abf.rosa.ru/djam/podman-compose.git
synced 2025-02-23 13:32:47 +00:00
fix spec
This commit is contained in:
parent
7fe1e772e5
commit
17dbe7f2cf
1 changed files with 18 additions and 61 deletions
|
@ -3,39 +3,27 @@
|
||||||
|
|
||||||
Name: podman-compose
|
Name: podman-compose
|
||||||
Version: 0.1.8
|
Version: 0.1.8
|
||||||
Release: 1%{?dist}
|
Release: 1
|
||||||
Summary: Run docker-compose.yml using podman
|
Summary: Run docker-compose.yml using podman
|
||||||
|
Group: Development/Python
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/containers/podman-compose
|
URL: https://github.com/containers/podman-compose
|
||||||
Source0: https://github.com/containers/podman-compose/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/containers/podman-compose/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
#iSource0: https://github.com/containers/podman-compose/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
#iSource0: https://github.com/containers/podman-compose/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
BuildRequires: python3-pyyaml
|
||||||
BuildRequires: python%{python3_pkgversion}-pyyaml
|
Requires: python3
|
||||||
Requires: python%{python3_pkgversion}
|
Requires: python3-pyyaml
|
||||||
Requires: python%{python3_pkgversion}-pyyaml
|
|
||||||
Requires: podman
|
Requires: podman
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An implementation of docker-compose with podman backend.
|
An implementation of docker-compose with podman backend.
|
||||||
The main objective of this project is to be able to run docker-compose.yml
|
The main objective of this project is to be able to run docker-compose.yml
|
||||||
unmodified and rootless.
|
unmodified and rootless.
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup
|
|
||||||
|
|
||||||
%build
|
|
||||||
%py3_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%py3_install
|
|
||||||
|
|
||||||
#Drop spurious shebang
|
|
||||||
sed -i /python3/d %{buildroot}%{python3_sitelib}/podman_compose.py
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md CONTRIBUTING.md docs/ examples
|
%doc README.md CONTRIBUTING.md docs/ examples
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@ -43,49 +31,18 @@ sed -i /python3/d %{buildroot}%{python3_sitelib}/podman_compose.py
|
||||||
%{python3_sitelib}/__pycache__/podman_compose*pyc
|
%{python3_sitelib}/__pycache__/podman_compose*pyc
|
||||||
%{python3_sitelib}/podman_compose*
|
%{python3_sitelib}/podman_compose*
|
||||||
|
|
||||||
%changelog
|
#---------------------------------------------------------------
|
||||||
* Tue Nov 23 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.1.8-1
|
%prep
|
||||||
- 0.1.8
|
%autosetup
|
||||||
|
|
||||||
* Sun Nov 14 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.1.7-8.git20211114
|
%build
|
||||||
- Latest git to fix --dry-run issue.
|
%py3_build
|
||||||
|
|
||||||
* Thu Nov 11 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.1.7-7.git20211111
|
%install
|
||||||
- Latest git to fix string substitution issue.
|
%py3_install
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-6.git20210129
|
#Drop spurious shebang
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
sed -i /python3/d %{buildroot}%{python3_sitelib}/podman_compose.py
|
||||||
|
|
||||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.1.7-5.git20210129
|
|
||||||
- Rebuilt for Python 3.10
|
|
||||||
|
|
||||||
* Fri Jan 29 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.1.7-4.git20210129
|
|
||||||
- Update to latest git.
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-3.git20201120
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Nov 23 2020 Mikel Olasagasti Uranga <mikel@olasagasti.info> 0.1.7-2.git20201120
|
|
||||||
- Change deps to be able to build in EPEL8
|
|
||||||
|
|
||||||
* Fri Nov 20 2020 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 0.1.7-1.git20201120
|
|
||||||
- update to the latest git HEAD
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Pavel Raiskup <praiskup@redhat.com> - 0.1.6-1.git20200615
|
|
||||||
- update to the latest git HEAD; namely to allow spawning privileged containers
|
|
||||||
and to fix volume initialization
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-5.git20191107
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.5-4.git20191107
|
|
||||||
- Rebuilt for Python 3.9
|
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-3.git20191107
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Nov 07 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.1.5-2.git20191107
|
|
||||||
- Fix for service extension with the same name.
|
|
||||||
|
|
||||||
* Mon Oct 28 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.1.5-1.git20191030
|
|
||||||
- Initial build.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue