import CS podman-4.9.4-0.1.module_el8+971+3d3df00d

This commit is contained in:
eabdullin 2024-03-28 13:42:34 +00:00
parent c6359e089d
commit 6ef2b526b4
3 changed files with 53 additions and 14 deletions

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/dnsname-18822f9.tar.gz
SOURCES/gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz
SOURCES/dnsname-bdc4ab8.tar.gz
SOURCES/gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz
SOURCES/v0.1.7.tar.gz
SOURCES/v4.6.1-rhel-ea33dce.tar.gz
SOURCES/v4.9-4b69d93.tar.gz

View File

@ -1,4 +1,4 @@
00c35447384f51ccc2360965b80868fc91293711 SOURCES/dnsname-18822f9.tar.gz
0a7a599e515fe9ab844f479b7ae6cc94ddab92b0 SOURCES/gvisor-tap-vsock-407efb5dcdb0f4445935f7360535800b60447544.tar.gz
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
1b106798490bad6a68b4b0338354412c335eb948 SOURCES/gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
8e58dc5c5e8bd62de73922556806d1b4ce7fd35d SOURCES/v4.6.1-rhel-ea33dce.tar.gz
be2c8de6f07e952d86fb54f452c9fdc737dda934 SOURCES/v4.9-4b69d93.tar.gz

View File

@ -7,21 +7,20 @@
GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
%global import_path github.com/containers/podman
%global branch v4.6.1-rhel
%global commit0 ea33dce70f1b9d6f60faa405f57ed791a89cd751
%global branch v4.9
%global commit0 4b69d939e692aeab7f10d3757458e3c201da8fbb
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.7
#%%global dnsnamever 1.3.0
%global commit_dnsname 18822f9a4fb35d1349eb256f4cd2bfd372474d84
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
%global shortcommit_dnsname %(c=%{commit_dnsname}; echo ${c:0:7})
%global gvproxyrepo gvisor-tap-vsock
%global gvproxyver 0.6.1
%global commit_gvproxy 407efb5dcdb0f4445935f7360535800b60447544
%global gvproxyver 0.7.1
%global commit_gvproxy 97028a6a6d6af2f26680f4fdf9dd15323de07804
Epoch: 3
Name: podman
Version: 4.6.1
Release: 4%{?dist}
Version: 4.9.4
Release: 0.1%{?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 +422,46 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Feb 20 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.4-0.1
- update to the latest content of https://github.com/containers/podman/tree/v4.9
(https://github.com/containers/podman/commit/4b69d93)
- Related: Jira:RHEL-2110
* Tue Feb 06 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.2-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9
(https://github.com/containers/podman/commit/4c14019)
- Related: Jira:RHEL-2110
* Fri Feb 02 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.1-1
- switch to v4.9.1-rhel branch
- update dnsname to the latest commit
- Related: Jira:RHEL-2110
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.0-1
- update to https://github.com/containers/podman/releases/tag/v4.9.0
- Related: Jira:RHEL-2110
* Fri Jan 05 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.8.3-1
- update to https://github.com/containers/podman/releases/tag/v4.8.3
- Related: Jira:RHEL-2110
* Tue Jan 02 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.8.2-1
- update to https://github.com/containers/podman/releases/tag/v4.8.2
- Related: Jira:RHEL-2110
* Thu Dec 07 2023 Lokesh Mandvekar <lsm5@redhat.com> - 3:4.8.1-1
- update to https://github.com/containers/podman/releases/tag/v4.8.1
- Related: Jira:RHEL-2110
* Fri Nov 10 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.7.2-1
- update to https://github.com/containers/podman/releases/tag/v4.7.2
- Related: Jira:RHEL-2110
* Fri Sep 29 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.6.1-5
- update to the latest content of https://github.com/containers/podman/tree/v4.6.1-rhel
(https://github.com/containers/podman/commit/68e7ae0)
- Related: Jira:RHEL-2110
* Fri Aug 25 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.6.1-4
- update to the latest content of https://github.com/containers/podman/tree/v4.6.1-rhel
(https://github.com/containers/podman/commit/ea33dce)