podman-4.9.1-1.el8
- switch to v4.9.1-rhel branch - update dnsname to the latest commit - Related: Jira:RHEL-2110 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
cedc30d94d
commit
b6a3d1d541
14
podman.spec
14
podman.spec
@ -7,12 +7,11 @@
|
||||
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 f7c7b0a7e437b6d4849a9fb48e0e779c3100e337
|
||||
%global branch v4.9.1-rhel
|
||||
%global commit0 80efc8fe1940d1c415eefcb37f865b15da68d1b6
|
||||
%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.7.1
|
||||
@ -20,7 +19,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
||||
|
||||
Epoch: 3
|
||||
Name: podman
|
||||
Version: 4.9.0
|
||||
Version: 4.9.1
|
||||
Release: 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
|
||||
@ -423,6 +422,11 @@ fi
|
||||
%{_libexecdir}/%{name}/gvproxy
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (podman-4.9.0-f7c7b0a.tar.gz) = 110d4763360f5f82f5e3eb58e22a6674fe3b193fdfe4b067365a710485cbf3606bcde98fb8b12aa8a95b5df86f7fc4fcd70549234727e6c3e97a3170309a9bf6
|
||||
SHA512 (v0.1.7.tar.gz) = 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
|
||||
SHA512 (dnsname-18822f9.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8
|
||||
SHA512 (gvisor-tap-vsock-97028a6a6d6af2f26680f4fdf9dd15323de07804.tar.gz) = 8a6ecf13ce79d18a41467641c54511db9e2c1ddfe736f10a8e717f08b8e4e184d6858a78a4b03b9736e87b7c393b0809a065d1f457b2c21380ca407d1979bed7
|
||||
SHA512 (v4.9.1-rhel-80efc8f.tar.gz) = 60930ccfa9651e1caf949ec4ecc098aa3b91d6f658051b68eb0e2525865ced8bd2093eb18d0b0b0d4f24165b55ba1eed6bc6a6e658b1c19ef3bb114c2e17fd72
|
||||
SHA512 (dnsname-bdc4ab8.tar.gz) = 2c7f4463b439d143c1cc1194b45bbd18e220bd03aa2c466cd81a14d043b753d69d84d331518cca3fab9b75ad5467b73f640f7d8ddce3eee05a5f5507d6f20cef
|
||||
|
Loading…
Reference in New Issue
Block a user