podman-5.3.1-1.el9
- update to https://github.com/containers/podman/releases/tag/v5.3.1 - Related: RHEL-60277 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
ccb4bce95e
commit
30e3d314cd
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 %{?**};
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch v5.2-rhel
|
||||
%global commit0 e40738bd34f1776356494522d129846fee357299
|
||||
#%%global branch v5.2-rhel
|
||||
%global commit0 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cataver 0.1.7
|
||||
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
||||
@ -13,8 +13,8 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
||||
|
||||
Epoch: 5
|
||||
Name: podman
|
||||
Version: 5.2.2
|
||||
Release: 2%{?dist}
|
||||
Version: 5.3.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
|
||||
URL: https://%{name}.io/
|
||||
@ -261,7 +261,7 @@ cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
|
||||
rm -f %{buildroot}/%{_datadir}/%{name}/test/system/*.t
|
||||
|
||||
# do not include docker and podman-remote man pages in main package
|
||||
for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do
|
||||
for file in `find %{buildroot}%{_mandir}/man[157] -type f | sed "s,%{buildroot},," | grep -v -e remote -e docker`; do
|
||||
echo "$file*" >> podman.file-list
|
||||
done
|
||||
|
||||
@ -370,6 +370,10 @@ fi
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Wed Nov 27 2024 Jindrich Novy <jnovy@redhat.com> - 5:5.3.1-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.3.1
|
||||
- Related: RHEL-60277
|
||||
|
||||
* Mon Nov 11 2024 Jindrich Novy <jnovy@redhat.com> - 5:5.2.2-2
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
|
||||
(https://github.com/containers/podman/commit/e40738b)
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (v0.1.7.tar.gz) = 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
|
||||
SHA512 (dnsname-bdc4ab8.tar.gz) = 2c7f4463b439d143c1cc1194b45bbd18e220bd03aa2c466cd81a14d043b753d69d84d331518cca3fab9b75ad5467b73f640f7d8ddce3eee05a5f5507d6f20cef
|
||||
SHA512 (v5.2-rhel-e40738b.tar.gz) = 27667061b263a9b626fccefcde42cf1e9c88c9c48820be3f4f5e5cae7ca74bef34f0ddbeef0e7fffcdaa3dfc03628e385d99b55c727769f76c511b20dbe2150f
|
||||
SHA512 (podman-5.3.1-4cbdfde.tar.gz) = 0f78d70d24a76ac4e5d9d52f75da78eb5e9329b1a9548e8ada900ebe946f434b535215e82fec53f4eda63842d4e9706d2ac23af8210164f756cf8503d2dae5da
|
||||
|
Loading…
Reference in New Issue
Block a user