podman-5.3.1-1.el10
- update to https://github.com/containers/podman/releases/tag/v5.3.1 - Resolves: RHEL-24623 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
aa9cc525ac
commit
4d8d3629bb
15
podman.spec
15
podman.spec
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
%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})
|
||||
|
||||
# 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.2.2
|
||||
Version: 5.3.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: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
%if %{defined golang_arches_future}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
%else
|
||||
@ -111,7 +111,6 @@ Requires: containers-common-extra >= 5:0.58.0-1
|
||||
%else
|
||||
Requires: containers-common-extra
|
||||
%endif
|
||||
Provides: %{name}-quadlet
|
||||
Obsoletes: %{name}-quadlet <= 5:4.4.0-1
|
||||
Provides: %{name}-quadlet = %{epoch}:%{version}-%{release}
|
||||
|
||||
@ -288,7 +287,7 @@ PODMAN_VERSION=%{version} %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} ETCDI
|
||||
sed -i 's;%{buildroot};;g' %{buildroot}%{_bindir}/docker
|
||||
|
||||
# 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 %{name}sh.1 -e remote -e docker`; do
|
||||
for file in `find %{buildroot}%{_mandir}/man[157] -type f | sed "s,%{buildroot},," | grep -v -e %{name}sh.1 -e remote -e docker`; do
|
||||
echo "$file*" >> %{name}.file-list
|
||||
done
|
||||
|
||||
@ -355,6 +354,10 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
|
||||
%{_libexecdir}/%{name}/virtiofsd
|
||||
|
||||
%changelog
|
||||
* Mon Nov 25 2024 Jindrich Novy <jnovy@redhat.com> - 6:5.3.1-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.3.1
|
||||
- Resolves: RHEL-24623
|
||||
|
||||
* Mon Nov 11 2024 Jindrich Novy <jnovy@redhat.com> - 6:5.2.2-3
|
||||
- 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 +1 @@
|
||||
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