podman-5.6.1-0.1.el10
- update to the latest content of https://github.com/containers/podman/tree/v5.6 (https://github.com/containers/podman/commit/d46b857) - fixes "Can not find network create and rm message from podman event when set --events-backend to journald" - Related: RHEL-109790 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
44afddb4ff
commit
cbb77655ef
14
podman.spec
14
podman.spec
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
#%%global branch v5.4-rhel
|
||||
%global commit0 da671ef6cfa3fc9ac6225c18f1dd0a70a951e43f
|
||||
%global branch v5.6
|
||||
%global commit0 d46b8574178552c1f04d17d13e1cb3b3c2b0df93
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
@ -60,10 +60,10 @@ Epoch: 6
|
||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||
# copr and koji builds.
|
||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||
Version: 5.6.0
|
||||
Version: 5.6.1
|
||||
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||
Release: 1%{?dist}
|
||||
Release: 0.1%{?dist}
|
||||
%if %{defined golang_arches_future}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
%else
|
||||
@ -382,6 +382,12 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 20 2025 Jindrich Novy <jnovy@redhat.com> - 6:5.6.1-0.1
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v5.6
|
||||
(https://github.com/containers/podman/commit/d46b857)
|
||||
- fixes "Can not find network create and rm message from podman event when set --events-backend to journald"
|
||||
- Related: RHEL-109790
|
||||
|
||||
* Fri Aug 15 2025 Jindrich Novy <jnovy@redhat.com> - 6:5.6.0-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.6.0
|
||||
- Related: RHEL-80817
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (podman-5.6.0-da671ef.tar.gz) = dddffa8874438df953b5aac09173e05577c26cabf3a0c110b0afdd483df742d57923d4e4574a78770a5d5ed78d4df3311d3abc8c317cb0d7821f01ced7cebf26
|
||||
SHA512 (v5.6-d46b857.tar.gz) = 305fee336305526f01d7f7af05e983e38739b30ee81285a0b5d180673bd215c6657b004c63ca2f73d95da53bc4df70668acfb2d330b3fefda8146151ae421e23
|
||||
|
||||
Loading…
Reference in New Issue
Block a user