podman-4.9.4-10.el8

- rebuild for  golang fixes
- Related: RHEL-28452

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-08-01 15:12:11 +02:00
parent 5302d22e85
commit f9954a0f29

View File

@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 4
Name: podman
Version: 4.9.4
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Manage Pods, Containers and Container Images
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
URL: https://%{name}.io/
@ -423,6 +423,10 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Thu Aug 01 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-10
- rebuild for golang fixes
- Related: RHEL-28452
* Tue Jul 23 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-9
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/1a2d8e3)