import UBI podman-5.2.2-9.el9_5

This commit is contained in:
eabdullin 2024-11-12 11:07:16 +00:00
parent a82fb112bc
commit 4487f47651
3 changed files with 92 additions and 83 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/dnsname-bdc4ab8.tar.gz
SOURCES/v0.1.7.tar.gz SOURCES/v0.1.7.tar.gz
SOURCES/v4.9-rhel-70e4d02.tar.gz SOURCES/v5.2-rhel-6df7dfb.tar.gz

View File

@ -1,3 +1,3 @@
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
6a76e90c911dc8fc5595459fcd9271b5bb673af6 SOURCES/v4.9-rhel-70e4d02.tar.gz 0cea444043ae555d38df4ee53e49a38226ecef3c SOURCES/v5.2-rhel-6df7dfb.tar.gz

View File

@ -4,8 +4,8 @@
GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**}; GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
%global import_path github.com/containers/podman %global import_path github.com/containers/podman
%global branch v4.9-rhel %global branch v5.2-rhel
%global commit0 70e4d02dbd57bf7980a33e722d868dc1c6bcbb72 %global commit0 6df7dfbba58e97311df61beb13823a1169860fcb
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.7 %global cataver 0.1.7
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2 %global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
@ -13,8 +13,8 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 4 Epoch: 4
Name: podman Name: podman
Version: 4.9.4 Version: 5.2.2
Release: 16%{?dist} Release: 9%{?dist}
Summary: Manage Pods, Containers and Container Images Summary: Manage Pods, Containers and Container Images
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
URL: https://%{name}.io/ URL: https://%{name}.io/
@ -65,6 +65,7 @@ Requires: libseccomp >= 2.5
Requires: conmon >= 2.0.25 Requires: conmon >= 2.0.25
Requires: (container-selinux if selinux-policy) Requires: (container-selinux if selinux-policy)
Requires: slirp4netns >= 0.4.0-1 Requires: slirp4netns >= 0.4.0-1
Requires: passt
Recommends: crun Recommends: crun
Requires: fuse-overlayfs Requires: fuse-overlayfs
Requires: oci-runtime Requires: oci-runtime
@ -156,6 +157,11 @@ sed -i '$d' configure.ac
popd popd
tar fx %{SOURCE2} tar fx %{SOURCE2}
# cgroups-v1 is supported on rhel9
%if 0%{?rhel} == 9
sed -i '/DELETE ON RHEL9/,/DELETE ON RHEL9/d' libpod/runtime.go
%endif
# this is shipped by skopeo: containers-common subpackage # this is shipped by skopeo: containers-common subpackage
rm -rf docs/source/markdown/containers-mounts.conf.5.md rm -rf docs/source/markdown/containers-mounts.conf.5.md
@ -203,7 +209,7 @@ LDFLAGS="-X %{import_path}/libpod/define.buildInfo=$(date +%s)"
# build rootlessport # build rootlessport
%gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport %gobuild -o bin/rootlessport %{import_path}/cmd/rootlessport
export BUILDTAGS="seccomp btrfs_noversion exclude_graphdriver_devicemapper exclude_graphdriver_btrfs $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)" export BUILDTAGS="cni seccomp btrfs_noversion exclude_graphdriver_devicemapper exclude_graphdriver_btrfs $(hack/libdm_tag.sh) $(hack/selinux_tag.sh) $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh)"
%gobuild -o bin/%{name} %{import_path}/cmd/%{name} %gobuild -o bin/%{name} %{import_path}/cmd/%{name}
# build %%{name}-remote # build %%{name}-remote
@ -333,6 +339,7 @@ fi
%files docker %files docker
%{_bindir}/docker %{_bindir}/docker
%{_mandir}/man1/docker*.1* %{_mandir}/man1/docker*.1*
%{_sysconfdir}/profile.d/%{name}-docker.*
%{_tmpfilesdir}/%{name}-docker.conf %{_tmpfilesdir}/%{name}-docker.conf
%{_user_tmpfilesdir}/%{name}-docker.conf %{_user_tmpfilesdir}/%{name}-docker.conf
@ -358,101 +365,103 @@ fi
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Fri Nov 01 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-16 * Wed Oct 23 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-9
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
(https://github.com/containers/podman/commit/70e4d02) (https://github.com/containers/podman/commit/6df7dfb)
- Resolves: RHEL-65451 - Resolves: RHEL-61847
* Tue Oct 29 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-15 * Tue Oct 15 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-8
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
(https://github.com/containers/podman/commit/1866072) (https://github.com/containers/podman/commit/c03b5f3)
- Resolves: RHEL-61868 - Resolves: RHEL-61667
* Thu Oct 24 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-14 * Mon Oct 07 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-7
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - attempt to fix the TMT testing pipeline
(https://github.com/containers/podman/commit/235a22c) - Resolves: RHEL-59714
- Resolves: RHEL-61154
* Fri Oct 11 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-13 * Mon Oct 07 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-6
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - podman gating: test CNI, thanks to Ed Santiago
(https://github.com/containers/podman/commit/6cf9920) - Resolves: RHEL-61249
- Resolves: RHEL-60964
* Tue Oct 08 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-12 * Mon Oct 07 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-5
- rebuild to address CVE-2024-34155 CVE-2024-34156 CVE-2024-34158 - bump Epoch to 4
- Resolves: RHEL-57980 RHEL-57950 RHEL-58203 - Resolves: RHEL-60963
* Thu Aug 29 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-11 * Mon Oct 07 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.2-4
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
(https://github.com/containers/podman/commit/e3221b5) (https://github.com/containers/podman/commit/8e693ce)
- Resolves: RHEL-56327 RHEL-50231 - Resolves: RHEL-60963
* Thu Aug 08 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-10 * Wed Sep 25 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.2-3
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
(https://github.com/containers/podman/commit/6b45bb1) (https://github.com/containers/podman/commit/5f2c188)
- Resolves: RHEL-53250 - Resolves: RHEL-59703
* Thu Jul 25 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-9 * Tue Sep 24 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.2-2
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - Add cni build tag to podman build
(https://github.com/containers/podman/commit/1a2d8e3) - Resolves: RHEL-59714
- Resolves: RHEL-50507
* Mon Jul 22 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-8 * Thu Aug 22 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.2-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to https://github.com/containers/podman/releases/tag/v5.2.2
(https://github.com/containers/podman/commit/affa589) - Related: RHEL-27608
- Resolves: RHEL-45916
* Thu Jul 18 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-7 * Thu Aug 15 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.1-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to https://github.com/containers/podman/releases/tag/v5.2.1
(https://github.com/containers/podman/commit/8fa0c76) - Related: RHEL-27608
- Resolves: RHEL-40804
* Mon Jul 01 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-6 * Wed Aug 07 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.0-2
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - Add PODMAN_TESTING definition
(https://github.com/containers/podman/commit/b699052) - Related: RHEL-27608
- Resolves: RHEL-45531
* Fri Jun 21 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-5 * Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.0-1
- rebuild for CVE-2024-1394 - update to https://github.com/containers/podman/releases/tag/v5.2.0
- Resolves: RHEL-40793 - Related: RHEL-27608
* Tue Apr 30 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-4 * Wed Jul 10 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.1.2-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to https://github.com/containers/podman/releases/tag/v5.1.2
(https://github.com/containers/podman/commit/4afc71a) - Related: RHEL-27608
- Resolves: RHEL-28735
* Mon Apr 15 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-3 * Tue Jun 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.1.1-1
- rebuild - update to https://github.com/containers/podman/releases/tag/v5.1.1
- Related: RHEL-28234 - Related: RHEL-27608
* Wed Apr 03 2024 Lokesh Mandvekar <lsm5@redhat.com> - 4:4.9.4-2 * Mon Jun 03 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.1.0-1
- bump Epoch to 4 to preserve upgrade path from rhel 8.10 - update to https://github.com/containers/podman/releases/tag/v5.1.0
- bump release tag or else it refuses to build - Related: RHEL-27608
- Resolves: RHEL-28234
* Wed Apr 03 2024 Lokesh Mandvekar <lsm5@redhat.com> - 4:4.9.4-1 * Wed May 29 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.3-1
- bump Epoch to 4 to preserve upgrade path from rhel 8.10 - update to https://github.com/containers/podman/releases/tag/v5.0.3
- Resolves: RHEL-28234 - Related: RHEL-27608
* Mon Apr 01 2024 Lokesh Mandvekar <lsm5@redhat.com> - 3:4.9.4-1 * Tue May 07 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.2-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to https://github.com/containers/podman/releases/tag/v5.0.2
(https://github.com/containers/podman/commit/7752c56) - Related: RHEL-27608
- Resolves: RHEL-28234
* Tue Mar 19 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.3-3 * Mon Apr 15 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.1-2
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - Add requires to passt
(https://github.com/containers/podman/commit/5f872ae) - Related: RHEL-27608
- Resolves: RHEL-28234
* Thu Mar 14 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.3-2 * Sat Apr 13 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.1-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to https://github.com/containers/podman/releases/tag/v5.0.1
(https://github.com/containers/podman/commit/06e4598) - Related: RHEL-27608
- Resolves: RHEL-28636
* Fri Mar 08 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.3-1 * Fri Mar 22 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.0-3
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - Add missing scripts
(https://github.com/containers/podman/commit/c82fdc8) - Related: RHEL-27608
- Resolves: RHEL-28633 RHEL-28629
* Fri Mar 22 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.0-2
- update to latest content of https://github.com/containers/podman/releases/tag/5.0.0
(https://github.com/containers/podman/commit/e71ec6f1d94d2d97fb3afe08aae0d8adaf8bddf0)
- Related: RHEL-27608
* Wed Mar 20 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.0-1
- update to https://github.com/containers/podman/releases/tag/v5.0.0
- Related: RHEL-27608
* Tue Mar 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.4-0.2
- update to the latest content of https://github.com/containers/podman/tree/v4.9
(https://github.com/containers/podman/commit/3ae0197)
- Related: RHEL-27608
* Tue Feb 20 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.4-0.1 * Tue Feb 20 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.4-0.1
- update to the latest content of https://github.com/containers/podman/tree/v4.9 - update to the latest content of https://github.com/containers/podman/tree/v4.9