import UBI podman-4.9.4-4.module+el8.10.0+21995+81e8507c

This commit is contained in:
eabdullin 2024-07-02 18:48:31 +00:00
parent ddd544628c
commit 7c9cc996b0
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/dnsname-bdc4ab8.tar.gz
SOURCES/gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz
SOURCES/v0.1.7.tar.gz
SOURCES/v4.9-rhel-6464b2c.tar.gz
SOURCES/v4.9-rhel-1a6dca2.tar.gz

View File

@ -1,4 +1,4 @@
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
1b106798490bad6a68b4b0338354412c335eb948 SOURCES/gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
4743b278ded112f592eccfe772a33ba9a4ddba0a SOURCES/v4.9-rhel-6464b2c.tar.gz
95a356827a850f1340ed08b350c3c976e23e37a7 SOURCES/v4.9-rhel-1a6dca2.tar.gz

View File

@ -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 6464b2c2c2eadfe036ddf45267fb886b4a48a2ec
%global commit0 1a6dca22bed80d4abcedd6d1cb4f8f636c7a42ff
%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: 3%{?dist}
Release: 4%{?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
* Thu Jun 13 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-4
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/1a6dca2)
- Resolves: RHEL-40851
* Mon Jun 10 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-3
- BR: /usr/bin/man
- Related: RHEL-28727