mirror of
https://abf.rosa.ru/djam/podman-compose.git
synced 2025-02-23 05:22:49 +00:00
Update version to 1.0.3
This commit is contained in:
parent
17dbe7f2cf
commit
15e259bc17
2 changed files with 3 additions and 6 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
podman-compose-0.1.8.tar.gz: 2d8bc98920d009a9442735c87c4f61d57e34584f
|
||||
podman-compose-1.0.3.tar.gz: 7598ecebf8950e7b6a199ef94bb4589fb4ef7c9a
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: podman-compose
|
||||
Version: 0.1.8
|
||||
Version: 1.0.3
|
||||
Release: 1
|
||||
Summary: Run docker-compose.yml using podman
|
||||
Group: Development/Python
|
||||
License: GPLv2
|
||||
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/refs/tags/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
||||
#iSource0: https://github.com/containers/podman-compose/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
|
@ -43,6 +43,3 @@ unmodified and rootless.
|
|||
|
||||
#Drop spurious shebang
|
||||
sed -i /python3/d %{buildroot}%{python3_sitelib}/podman_compose.py
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue