podman-5.5.1-1.el10
- update to https://github.com/containers/podman/releases/tag/v5.5.1 - Related: RHEL-80817 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
1a900d47ef
commit
798314737b
20
podman.spec
20
podman.spec
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch v5.4-rhel
|
||||
%global commit0 a994a04ea08add96a053a7ea4961e85f1c4a7f52
|
||||
#%%global branch v5.4-rhel
|
||||
%global commit0 850db76dd78a0641eddb9ee19ee6f60d2c59bcfa
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
@ -60,14 +60,14 @@ Epoch: 6
|
||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||
# copr and koji builds.
|
||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||
Version: 5.4.0
|
||||
Version: 5.5.1
|
||||
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||
Release: 7%{?dist}
|
||||
Release: 1%{?dist}
|
||||
%if %{defined golang_arches_future}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
%else
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64 riscv64
|
||||
%endif
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
URL: https://%{name}.io/
|
||||
@ -167,9 +167,10 @@ Requires: nmap-ncat
|
||||
Requires: httpd-tools
|
||||
Requires: openssl
|
||||
Requires: socat
|
||||
Requires: slirp4netns
|
||||
Requires: buildah
|
||||
Requires: gnupg
|
||||
Requires: slirp4netns
|
||||
Requires: xfsprogs
|
||||
Recommends: bats
|
||||
|
||||
%description tests
|
||||
@ -273,6 +274,7 @@ export GOPROXY=direct
|
||||
|
||||
LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \
|
||||
-X \"%{ld_libpod}/define.buildOrigin=%{build_origin}\" \
|
||||
-X %{ld_libpod}/define.gitCommit=%{commit0} \
|
||||
-X %{ld_libpod}/config._installPrefix=%{_prefix} \
|
||||
-X %{ld_libpod}/config._etcDir=%{_sysconfdir} \
|
||||
-X %{ld_project}/pkg/systemd/quadlet._binDir=%{_bindir}"
|
||||
@ -280,7 +282,7 @@ LDFLAGS="-X %{ld_libpod}/define.buildInfo=${SOURCE_DATE_EPOCH:-$(date +%s)} \
|
||||
# build rootlessport first
|
||||
%gobuild -o bin/rootlessport ./cmd/rootlessport
|
||||
|
||||
export BASEBUILDTAGS="seccomp exclude_graphdriver_devicemapper $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)"
|
||||
export BASEBUILDTAGS="seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)"
|
||||
|
||||
# libtrust_openssl buildtag switches to using the FIPS-compatible func
|
||||
# `ecdsa.HashSign`.
|
||||
@ -408,6 +410,10 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 09 2025 Jindrich Novy - 6:5.5.1-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.5.1
|
||||
- Related: RHEL-80817
|
||||
|
||||
* Fri May 02 2025 Lokesh Mandvekar <lsm5@redhat.com> - 6:5.4.0-7
|
||||
- Switch to TMT for gating tests
|
||||
- Resolves: RHEL-80817
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v5.4-rhel-a994a04.tar.gz) = 2cbf98f561982c603fa7275c09e17e9a4d44043e0ac94a29f2d495ad325b882f5b3892565cd9f8f924358d5883e97fef2e5c85fbef5e3f6486afdcd2547ae3fa
|
||||
SHA512 (podman-5.5.1-850db76.tar.gz) = d069d5156f8d8c7220612f29fd42ce3719f3c90a96d30ada7aa1cd4bcae3435af5db40b032ce3ec498006b96d1989a33f403d0e1bc5fa2540442998c0bcb7190
|
||||
|
||||
Loading…
Reference in New Issue
Block a user