1.3.0
Some checks failed
Run CI/CD... / main (push) Failing after 21s

This commit is contained in:
Your Name 2025-02-15 13:46:21 +00:00
parent ed70165be3
commit 7fb136b6e2

View file

@ -11,14 +11,14 @@ URL: https://github.com/containers/podman-compose
Source0: %{url}/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
#iSource0: https://github.com/containers/podman-compose/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pyyaml
#BuildRequires: python3-devel
#BuildRequires: python3-setuptools
#BuildRequires: python3-pyyaml
BuildRequires: python38-devel
BuildRequires: python38-setuptools
BuildRequires: python38-pyyaml
Requires: python3
Requires: python3-pyyaml
#Requires: python3
#Requires: python3-pyyaml
Requires: podman
BuildArch: noarch
@ -27,17 +27,17 @@ An implementation of docker-compose with podman backend.
The main objective of this project is to be able to run
docker-compose.yml unmodified and rootless.
%package -n %{name}-py3
#package -n %{name}-py3
%description -n %{name}-py3
An implementation of docker-compose with podman backend.
The main objective of this project is to be able to run
docker-compose.yml unmodified and rootless.
#description -n %{name}-py3
#An implementation of docker-compose with podman backend.
#The main objective of this project is to be able to run
#docker-compose.yml unmodified and rootless.
%files -n %{name}-py3
%{_bindir}/podman-compose3
%{python3_sitelib}/__pycache__/podman_compose*pyc
%{python3_sitelib}/podman_compose*
#files -n %{name}-py3
#{_bindir}/podman-compose3
#{python3_sitelib}/__pycache__/podman_compose*pyc
#{python3_sitelib}/podman_compose*
%files
%doc README.md CONTRIBUTING.md docs/ examples LICENSE
@ -50,14 +50,14 @@ docker-compose.yml unmodified and rootless.
%setup -q
%build
%py3_build
#py3_build
%py38_build
%install
%py3_install
#py3_install
%py38_install
#Drop spurious shebang
sed -i /python3/d %{buildroot}%{python3_sitelib}/podman_compose.py
#sed -i /python3/d %{buildroot}%{python3_sitelib}/podman_compose.py
sed -i /python3/d %{buildroot}%{python38_sitelib}/podman_compose.py