podman-5.6.0-2.el10
- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel (https://github.com/containers/podman/commit/56f1962) - fixes "Work on RHEL10.1 packaging" - Related: RHEL-80817 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
cbb77655ef
commit
528476cf41
16
podman.spec
16
podman.spec
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch v5.6
|
||||
%global commit0 d46b8574178552c1f04d17d13e1cb3b3c2b0df93
|
||||
%global branch v5.6-rhel
|
||||
%global commit0 56f1962fb0af60c29c7c5d27bdb4f26b13e69afe
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
@ -52,7 +52,7 @@ Name: podman
|
||||
%if %{defined copr_build}
|
||||
Epoch: 102
|
||||
%else
|
||||
Epoch: 6
|
||||
Epoch: 7
|
||||
%endif
|
||||
# DO NOT TOUCH the Version string!
|
||||
# The TRUE source of this specfile is:
|
||||
@ -60,10 +60,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.6.1
|
||||
Version: 5.6.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: 0.1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
%if %{defined golang_arches_future}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
%else
|
||||
@ -382,6 +382,12 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 22 2025 Jindrich Novy <jnovy@redhat.com> - 7:5.6.0-2
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel
|
||||
(https://github.com/containers/podman/commit/56f1962)
|
||||
- fixes "Work on RHEL10.1 packaging"
|
||||
- Related: RHEL-80817
|
||||
|
||||
* Wed Aug 20 2025 Jindrich Novy <jnovy@redhat.com> - 6:5.6.1-0.1
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v5.6
|
||||
(https://github.com/containers/podman/commit/d46b857)
|
||||
|
||||
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (v5.6-d46b857.tar.gz) = 305fee336305526f01d7f7af05e983e38739b30ee81285a0b5d180673bd215c6657b004c63ca2f73d95da53bc4df70668acfb2d330b3fefda8146151ae421e23
|
||||
SHA512 (v5.6-rhel-56f1962.tar.gz) = 02d24ac7aa03a7ae300e451f84842500a0dcb4548b9041609f54b66c844b5c9b330ad03925e0f882e850f25e61041d85ab76778422dfa5ef099bc4c560e2d2b4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user