-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
288153: docker-cli-20.10.10-alt1 +1 more
- new release docker-engine-20.10.10-alt1 - 20.10.10
- Loading branch information
Vladimir Didenko
committed
Oct 25, 2021
1 parent
672a69a
commit 76c5ab5
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ | |
%global repo cli | ||
|
||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} | ||
%global commit c2ea9bc90bacf19bdbe37fd13eec8772432aca99 | ||
%global commit b485636f4b90ed5a91a1f403e65ffced469c641a | ||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
|
||
Name: docker-cli | ||
Version: 20.10.9 | ||
Version: 20.10.10 | ||
Release: alt1 | ||
Summary: Docker CLI | ||
License: Apache-2.0 | ||
|
@@ -91,6 +91,9 @@ install -Dp -m 644 contrib/completion/fish/docker.fish %{buildroot}%{_datadir}/f | |
%{_datadir}/fish/completions/docker.fish | ||
|
||
%changelog | ||
* Mon Oct 25 2021 Vladimir Didenko <[email protected]> 20.10.10-alt1 | ||
- new release | ||
|
||
* Wed Oct 6 2021 Vladimir Didenko <[email protected]> 20.10.9-alt1 | ||
- new release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ | |
%global servicename docker | ||
|
||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} | ||
%global commit 79ea9d3080181d755855d5924d0f4f116faa9463 | ||
%global commit e2f740de442bac52b280bc485a3ca5b31567d938 | ||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
|
||
Name: docker-engine | ||
Version: 20.10.9 | ||
Version: 20.10.10 | ||
Release: alt1 | ||
Summary: The open-source application container engine | ||
License: Apache-2.0 | ||
|
@@ -121,6 +121,9 @@ exit 0 | |
%{_sysconfdir}/udev/rules.d/80-docker.rules | ||
|
||
%changelog | ||
* Mon Oct 25 2021 Vladimir Didenko <[email protected]> 20.10.10-alt1 | ||
- 20.10.10 | ||
|
||
* Wed Oct 6 2021 Vladimir Didenko <[email protected]> 20.10.9-alt1 | ||
- 20.10.9 (Fixes: CVE-2021-39293) | ||
|
||
|