Update version to 1.0.3

This commit is contained in:
Aleksandr Proklov 2023-01-11 13:53:08 +09:00
parent 17dbe7f2cf
commit 15e259bc17
2 changed files with 3 additions and 6 deletions

View file

@ -1,2 +1,2 @@
sources:
podman-compose-0.1.8.tar.gz: 2d8bc98920d009a9442735c87c4f61d57e34584f
podman-compose-1.0.3.tar.gz: 7598ecebf8950e7b6a199ef94bb4589fb4ef7c9a

View file

@ -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