import UBI podman-4.6.1-9.module+el8.9.0+21697+6a5e98e7

This commit is contained in:
eabdullin 2024-04-29 13:18:22 +00:00
parent 27cbfccd92
commit de5e4e2465
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/dnsname-18822f9.tar.gz
SOURCES/gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz
SOURCES/v0.1.7.tar.gz
SOURCES/v4.6.1-rhel-227b84e.tar.gz
SOURCES/v4.6.1-rhel-22c2308.tar.gz

View File

@ -1,4 +1,4 @@
00c35447384f51ccc2360965b80868fc91293711 SOURCES/dnsname-18822f9.tar.gz
1b106798490bad6a68b4b0338354412c335eb948 SOURCES/gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
ac95107b16ae4f2d9ac9ee9fe69c336a01f6e721 SOURCES/v4.6.1-rhel-227b84e.tar.gz
6b6ef54316d1a2693d56ba151f388d1314b3a6af SOURCES/v4.6.1-rhel-22c2308.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.6.1-rhel
%global commit0 227b84e26d5526dc4f4b3b2dba81610c0db8932c
%global commit0 22c230846c6a5a48968b1880398e99892b060cc3
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.7
#%%global dnsnamever 1.3.0
@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 3
Name: podman
Version: 4.6.1
Release: 8%{?dist}
Release: 9%{?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 Apr 17 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.6.1-9
- update to the latest content of https://github.com/containers/podman/tree/v4.6.1-rhel
(https://github.com/containers/podman/commit/22c2308)
- Resolves: RHEL-26763
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.6.1-8
- Make the module buildable again
- Resolves: RHEL-16299