Accepting request 1097634 from home:cyphar:docker

- Update to Docker 24.0.4-ce. See upstream changelog online at
  <https://docs.docker.com/engine/release-notes/24.0/#2404>.

OBS-URL: https://build.opensuse.org/request/show/1097634
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=391
This commit is contained in:
Aleksa Sarai 2023-07-07 21:34:35 +00:00 committed by Git OBS Bridge
parent 05940254ab
commit b42e51bd45
7 changed files with 19 additions and 13 deletions

View File

@ -3,16 +3,16 @@
<param name="url">https://github.com/moby/moby.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">24.0.3_ce_%h</param>
<param name="revision">v24.0.3</param>
<param name="versionformat">24.0.4_ce_%h</param>
<param name="revision">v24.0.4</param>
<param name="filename">docker</param>
</service>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/docker/cli.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">24.0.3_ce</param>
<param name="revision">v24.0.3</param>
<param name="versionformat">24.0.4_ce</param>
<param name="revision">v24.0.4</param>
<param name="filename">docker-cli</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb31d9740b81ef49cfc7ee39c29700e21049709eb13a26782abdb81f4e5c6388
size 8785508

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3afe8f4cc394ae9450dc649cdc1512a431c5d4fc645d01ce4cc7be74e34a4161
size 8785084

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3048886d7d2aa51d890e188c79e23220fb8da00bba835c75f97eebb90ae2956b
size 3513404

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dcce35801136750e1815a689911b7363f518abe58c6c04d0839d2622bd31802
size 3514396

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 7 21:29:05 UTC 2023 - Aleksa Sarai <asarai@suse.com>
- Update to Docker 24.0.4-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/24.0/#2404>.
-------------------------------------------------------------------
Fri Jul 7 02:35:02 UTC 2023 - Aleksa Sarai <asarai@suse.com>

View File

@ -31,9 +31,9 @@
# helpfully injects into our build environment from the changelog). If you want
# to generate a new git_commit_epoch, use this:
# $ date --date="$(git show --format=fuller --date=iso $COMMIT_ID | grep -oP '(?<=^CommitDate: ).*')" '+%s'
%define real_version 24.0.3
%define git_version 1d9c8619cded
%define git_commit_epoch 1688392545
%define real_version 24.0.4
%define git_version 4ffc61430bbe
%define git_commit_epoch 1688740946
Name: docker
Version: %{real_version}_ce