import podman-4.9.4-13.module+el8.10.0+22283+6d6d094a

c8-stream-rhel8 imports/c8-stream-rhel8/podman-4.9.4-13.module+el8.10.0+22283+6d6d094a
MSVSphere Packaging Team 2 months ago
parent 9e05481890
commit 5962628d81
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1,4 +1,4 @@
SOURCES/dnsname-bdc4ab8.tar.gz
SOURCES/gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz
SOURCES/v0.1.7.tar.gz
SOURCES/v4.9-rhel-6b45bb1.tar.gz
SOURCES/v4.9-rhel-e3221b5.tar.gz

@ -1,4 +1,4 @@
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
78ab2a45bc90b147bc3d7c1c286c375c274bee6a SOURCES/gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
3c4f9102c8b2166345e46e34bc551ce3da85628b SOURCES/v4.9-rhel-6b45bb1.tar.gz
24a883ff35abd3589b770032667c4ff271d3f939 SOURCES/v4.9-rhel-e3221b5.tar.gz

@ -8,7 +8,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
%global import_path github.com/containers/podman
%global branch v4.9-rhel
%global commit0 6b45bb172a71e5af9d3da83dec9ed518538499a4
%global commit0 e3221b581951ce34597acae75589847725eea1ef
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.7
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 4
Name: podman
Version: 4.9.4
Release: 12%{?dist}
Release: 13%{?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,11 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Wed Aug 28 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-13
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/e3221b5)
- Resolves: RHEL-56326
* Thu Aug 08 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-12
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/6b45bb1)

Loading…
Cancel
Save