podman-5.3.2-1.el10
- update to https://github.com/containers/podman/releases/tag/v5.3.2 - Related: RHEL-58990 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
3985853858
commit
4056dfa058
10
podman.spec
10
podman.spec
@ -9,7 +9,7 @@
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
#%%global branch v5.2-rhel
|
||||
%global commit0 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c
|
||||
%global commit0 85043bb1a3818102194afa82845cb63841067c9c
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# RHEL's default %%gobuild macro doesn't account for the BUILDTAGS variable, so we
|
||||
@ -57,10 +57,10 @@ 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.3.1
|
||||
Version: 5.3.2
|
||||
# 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: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
%if %{defined golang_arches_future}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
%else
|
||||
@ -360,6 +360,10 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2025 Jindrich Novy <jnovy@redhat.com> - 6:5.3.2-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.3.2
|
||||
- Related: RHEL-58990
|
||||
|
||||
* Mon Dec 02 2024 Jindrich Novy <jnovy@redhat.com> - 6:5.3.1-3
|
||||
- Do not use ExcludeArch for machine but ifarch conditionals
|
||||
- Resolves: RHEL-69441
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (podman-5.3.1-4cbdfde.tar.gz) = 0f78d70d24a76ac4e5d9d52f75da78eb5e9329b1a9548e8ada900ebe946f434b535215e82fec53f4eda63842d4e9706d2ac23af8210164f756cf8503d2dae5da
|
||||
SHA512 (podman-5.3.2-85043bb.tar.gz) = 8d3d9663605921579bf4f243e38c71ecce15dd07bc63812fb81bdab778715f96e4dfb42c5fb896530be4e42c622e017e7e8e948a5e24030939d9ebaeab4aaa75
|
||||
|
Loading…
Reference in New Issue
Block a user