Remove irrelevant dependency

This commit is contained in:
s17723959267 2020-09-11 14:32:19 +08:00
parent 7feab09c89
commit 43833dcc35

View File

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