update to 6.1.0
Resolves: RHEL-185733 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
b410a0ffad
commit
ade42fbd0b
20
podman.spec
20
podman.spec
@ -12,7 +12,7 @@
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
#%%global branch v6.0-rhel
|
||||
%global commit0 b28edb9ad70ce4317dc762ee9ce0a6d081d154e9
|
||||
%global commit0 cade97a52ebdf9dbf9e81de8009015776837a074
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
@ -59,7 +59,7 @@ Epoch: 7
|
||||
# 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: 6.0.2
|
||||
Version: 6.1.0
|
||||
# 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: 1%{?dist}
|
||||
@ -71,11 +71,7 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64 riscv64
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
URL: https://%{name}.io/
|
||||
# All SourceN files fetched from upstream
|
||||
%if 0%{?branch:1}
|
||||
Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
|
||||
%else
|
||||
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
|
||||
%endif
|
||||
Source0: https://%{import_path}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
||||
BuildRequires: %{_bindir}/envsubst
|
||||
@ -217,11 +213,7 @@ https://docs.podman.io/en/latest/markdown/podman-machine.1.html
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%if 0%{?branch:1}
|
||||
%autosetup -Sgit -n containers-%{name}-%{shortcommit0}
|
||||
%else
|
||||
%autosetup -Sgit -n %{name}-%{commit0}
|
||||
%endif
|
||||
%autosetup -Sgit -n %{name}-%{version}
|
||||
sed -i 's;@@PODMAN@@\;$(BINDIR);@@PODMAN@@\;%{_bindir};' Makefile
|
||||
|
||||
# cgroups-v1 is supported on rhel9
|
||||
@ -383,6 +375,10 @@ ln -s ../qemu-kvm %{buildroot}%{_libexecdir}/%{name}/qemu-system-%{arch}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2026 Jindrich Novy <jnovy@redhat.com> - 7:6.1.0-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v6.1.0
|
||||
- Resolves: RHEL-185733
|
||||
|
||||
* Wed Jul 22 2026 Jindrich Novy <jnovy@redhat.com> - 7:6.0.2-1
|
||||
- update to the latest content of https://github.com/containers/podman/releases/tag/v6.0.2
|
||||
- Related: RHEL-185733
|
||||
|
||||
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (podman-6.0.2-b28edb9.tar.gz) = 823c7851550f9098fbb2aea177560a6f7d7971eaf16626218cc7aafd6b040577be4624a963adc596da3ee3093f58cd6079377fe8ee058e38ed8e4be098908c7e
|
||||
SHA512 (podman-6.1.0.tar.gz) = 3822eb564111f6cdcdce0f34d06e962cb40b1b34be158c2162334fe966bc314a66e8d164326ceed7ab1f1f87607bd13be1258ca9cfb274ea2a69f7409be40149
|
||||
|
||||
Loading…
Reference in New Issue
Block a user