podman-4.0.2-30.el8

- bump release to preserve upgrade path
- Related: RHEL-29525

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-03-19 11:44:05 +01:00
parent 09bb3c936a
commit b88a86a65c

View File

@ -23,7 +23,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 2
Name: podman
Version: 4.0.2
Release: 24%{?dist}
Release: 30%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -411,6 +411,10 @@ exit 0
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Mar 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-30
- bump release to preserve upgrade path
- Related: RHEL-29525
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-24
- rebuild for CVE-2023-29406
- Related: #2176055