Update to 1.26.2

This commit is contained in:
Sergey Zhemoitel 2020-07-07 09:28:59 +03:00
parent 2bca731d51
commit 7044009a8a
2 changed files with 6 additions and 5 deletions

View file

@ -1,2 +1,2 @@
sources:
compose-1.25.0.tar.gz: 583ddfa1fbb4873bcf21a9a4c5f3dcaf37420cde
compose-1.26.2.tar.gz: 79ce73f574203e3cf38690474ef9abd4a0ac2395

View file

@ -1,4 +1,4 @@
%global dcvers 1.25.0
%global dcvers 1.26.2
#global dcrc rc1
%global dist_version %{dcvers}
@ -11,13 +11,14 @@
Name: %{project}-%{repo}
Version: %{dist_version}
Release: 5
Release: 1
Summary: Multi-container orchestration for Docker
Group: System/Kernel and hardware
License: ASL 2.0
URL: https://www.docker.com/
#Source0: https://%{import_path}/archive/%{dcvers}-%{dcrc}.tar.gz
Source0: %{repo}-%{dist_version}.tar.gz
#Source0: %{repo}-%{dist_version}.tar.gz
Source0: https://github.com/docker/compose/archive/%{version}/%{repo}-%{version}.tar.gz
# docker-compose is compatible with fig and is a simple rename.
Provides: fig = %{version}-%{release}
@ -25,7 +26,7 @@ Obsoletes: fig < 1.0.0-4
BuildRequires: pkgconfig(python3)
BuildRequires: python3egg(setuptools)
BuildRequires: python3egg(docker) >= 3.7.0
BuildRequires: python3egg(docker) >= 4.2.2
BuildRequires: python3egg(websocket-client)
BuildRequires: python3egg(texttable)
BuildRequires: python3egg(requests)