podman-5.6.1-0.1.el9
- update to the latest content of https://github.com/containers/podman/tree/v5.6 (https://github.com/containers/podman/commit/d46b857) - fixes "Work on RHEL 9.7 packaging" - Related: RHEL-80816 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
fae8a166eb
commit
a30d02917d
14
podman.spec
14
podman.spec
@ -4,8 +4,8 @@
|
|||||||
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 %{?**};
|
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 import_path github.com/containers/podman
|
||||||
#%%global branch v5.4-rhel
|
%global branch v5.6
|
||||||
%global commit0 da671ef6cfa3fc9ac6225c18f1dd0a70a951e43f
|
%global commit0 d46b8574178552c1f04d17d13e1cb3b3c2b0df93
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
%global cataver 0.1.7
|
%global cataver 0.1.7
|
||||||
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
||||||
@ -13,8 +13,8 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
|
|
||||||
Epoch: 5
|
Epoch: 5
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 5.6.0
|
Version: 5.6.1
|
||||||
Release: 1%{?dist}
|
Release: 0.1%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
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
|
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -377,6 +377,12 @@ fi
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 20 2025 Jindrich Novy <jnovy@redhat.com> - 5:5.6.1-0.1
|
||||||
|
- update to the latest content of https://github.com/containers/podman/tree/v5.6
|
||||||
|
(https://github.com/containers/podman/commit/d46b857)
|
||||||
|
- fixes "Work on RHEL 9.7 packaging"
|
||||||
|
- Related: RHEL-80816
|
||||||
|
|
||||||
* Mon Aug 18 2025 Jindrich Novy <jnovy@redhat.com> - 5:5.6.0-1
|
* Mon Aug 18 2025 Jindrich Novy <jnovy@redhat.com> - 5:5.6.0-1
|
||||||
- update to https://github.com/containers/podman/releases/tag/v5.6.0
|
- update to https://github.com/containers/podman/releases/tag/v5.6.0
|
||||||
- Related: RHEL-80816
|
- Related: RHEL-80816
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (podman-5.6.0-da671ef.tar.gz) = dddffa8874438df953b5aac09173e05577c26cabf3a0c110b0afdd483df742d57923d4e4574a78770a5d5ed78d4df3311d3abc8c317cb0d7821f01ced7cebf26
|
SHA512 (v5.6-d46b857.tar.gz) = 305fee336305526f01d7f7af05e983e38739b30ee81285a0b5d180673bd215c6657b004c63ca2f73d95da53bc4df70668acfb2d330b3fefda8146151ae421e23
|
||||||
SHA512 (v0.1.7.tar.gz) = 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
|
SHA512 (v0.1.7.tar.gz) = 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
|
||||||
SHA512 (dnsname-bdc4ab8.tar.gz) = 2c7f4463b439d143c1cc1194b45bbd18e220bd03aa2c466cd81a14d043b753d69d84d331518cca3fab9b75ad5467b73f640f7d8ddce3eee05a5f5507d6f20cef
|
SHA512 (dnsname-bdc4ab8.tar.gz) = 2c7f4463b439d143c1cc1194b45bbd18e220bd03aa2c466cd81a14d043b753d69d84d331518cca3fab9b75ad5467b73f640f7d8ddce3eee05a5f5507d6f20cef
|
||||||
|
Loading…
Reference in New Issue
Block a user