mirror of
https://abf.rosa.ru/djam/docker-compose.git
synced 2025-02-23 14:42:57 +00:00
Update to 1.26.2
This commit is contained in:
parent
2bca731d51
commit
7044009a8a
2 changed files with 6 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
compose-1.25.0.tar.gz: 583ddfa1fbb4873bcf21a9a4c5f3dcaf37420cde
|
compose-1.26.2.tar.gz: 79ce73f574203e3cf38690474ef9abd4a0ac2395
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%global dcvers 1.25.0
|
%global dcvers 1.26.2
|
||||||
#global dcrc rc1
|
#global dcrc rc1
|
||||||
%global dist_version %{dcvers}
|
%global dist_version %{dcvers}
|
||||||
|
|
||||||
|
@ -11,13 +11,14 @@
|
||||||
|
|
||||||
Name: %{project}-%{repo}
|
Name: %{project}-%{repo}
|
||||||
Version: %{dist_version}
|
Version: %{dist_version}
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: Multi-container orchestration for Docker
|
Summary: Multi-container orchestration for Docker
|
||||||
Group: System/Kernel and hardware
|
Group: System/Kernel and hardware
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://www.docker.com/
|
URL: https://www.docker.com/
|
||||||
#Source0: https://%{import_path}/archive/%{dcvers}-%{dcrc}.tar.gz
|
#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.
|
# docker-compose is compatible with fig and is a simple rename.
|
||||||
Provides: fig = %{version}-%{release}
|
Provides: fig = %{version}-%{release}
|
||||||
|
@ -25,7 +26,7 @@ Obsoletes: fig < 1.0.0-4
|
||||||
|
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: python3egg(setuptools)
|
BuildRequires: python3egg(setuptools)
|
||||||
BuildRequires: python3egg(docker) >= 3.7.0
|
BuildRequires: python3egg(docker) >= 4.2.2
|
||||||
BuildRequires: python3egg(websocket-client)
|
BuildRequires: python3egg(websocket-client)
|
||||||
BuildRequires: python3egg(texttable)
|
BuildRequires: python3egg(texttable)
|
||||||
BuildRequires: python3egg(requests)
|
BuildRequires: python3egg(requests)
|
||||||
|
|
Loading…
Add table
Reference in a new issue