!10 Remove irrelevant dependency
From: @weiwei_150212 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
3972ad188a
@ -2,7 +2,7 @@
|
||||
|
||||
Name: docker-compose
|
||||
Version: 1.22.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Multi-container orchestration for Docker
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/docker/compose
|
||||
@ -55,6 +55,8 @@ Using Compose is basically a three-step process.
|
||||
|
||||
%prep
|
||||
%autosetup -p 1
|
||||
#Remove irrelevant dependency version constraints
|
||||
sed -e 's/, < [0-9.]\+//' -i setup.py
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -75,6 +77,9 @@ install -D -p -m 644 contrib/completion/fish/docker-compose.fish %{buildroot}%{_
|
||||
%{_datadir}/fish
|
||||
|
||||
%changelog
|
||||
* Fri Sep 11 2020 tianwei <tianwei12@huawei.com> - 1.22.0-4
|
||||
- remove irrelevant dependency version constraints
|
||||
|
||||
* Thu Jun 2 2020 maqiang <maqiang42@huawei.com> - 1.22.0-3
|
||||
- modify the limit maximum version
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user