podman-3.4.3-0.7.el9

- bump Epoch to not to pull in older versions built off upstream main branch
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2021-11-30 11:27:01 +01:00
parent 6cd2e7e3c1
commit a1c86b2790

View File

@ -26,10 +26,10 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global commit_mcni 0749884b8d1a455c68da30789e37811ec0809d51
%global shortcommit_mcni %(c=%{commit_mcni}; echo ${c:0:7})
Epoch: 1
Epoch: 2
Name: podman
Version: 3.4.3
Release: 0.6%{?dist}
Release: 0.7%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -404,6 +404,10 @@ exit 0
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Nov 30 2021 Jindrich Novy <jnovy@redhat.com> - 2:3.4.3-0.7
- bump Epoch to not to pull in older versions built off upstream main branch
- Related: #2000051
* Tue Nov 23 2021 Jindrich Novy <jnovy@redhat.com> - 1:3.4.3-0.6
- update to the latest content of https://github.com/containers/podman/tree/v3.4
(https://github.com/containers/podman/commit/e3a7a74)