import UBI podman-4.4.1-16.module+el8.8.0+19993+47c8ef84

This commit is contained in:
eabdullin 2023-10-04 12:50:58 +00:00
parent a58f6e42c8
commit f468bbe2d3
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-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz
SOURCES/v0.1.7.tar.gz
SOURCES/v4.4.1-rhel-dd490ff.tar.gz
SOURCES/v4.4.1-rhel-b9594a7.tar.gz

View File

@ -1,4 +1,4 @@
00c35447384f51ccc2360965b80868fc91293711 SOURCES/dnsname-18822f9.tar.gz
6061718236f43608692d0f363e8cf72f3cc5ecb8 SOURCES/gvisor-tap-vsock-aab0ac9367fc5142f5857c36ac2352bcb3c60ab7.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
936437717e4ce61ed1a354a7e882013a1c32a2c2 SOURCES/v4.4.1-rhel-dd490ff.tar.gz
0691a6de9126d36fa15109357715673c040b1c45 SOURCES/v4.4.1-rhel-b9594a7.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.4.1-rhel
%global commit0 dd490ff9437da53c0c2af8fca9c7c167ab0acbca
%global commit0 b9594a7be04c8436170363ef502eb794a393776a
%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.4.1
Release: 15%{?dist}
Release: 16%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -410,6 +410,11 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Sep 19 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-16
- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel
(https://github.com/containers/podman/commit/b9594a7)
- Resolves: Jira:RHEL-5037
* Thu Aug 17 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-15
- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel
(https://github.com/containers/podman/commit/dd490ff)