|
|
@ -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
|
|
|
|
#%%global branch v4.9
|
|
|
|
%global commit0 4c140196f1233e5a48a088a41fe63eb2ad5e6b78
|
|
|
|
%global commit0 fcee48106a12dd531702d729d17f40f6e152027f
|
|
|
|
%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,7 +13,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|
|
|
|
|
|
|
|
|
|
|
Epoch: 2
|
|
|
|
Epoch: 2
|
|
|
|
Name: podman
|
|
|
|
Name: podman
|
|
|
|
Version: 4.9.2
|
|
|
|
Version: 5.2.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?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
|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
@ -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,6 +365,81 @@ fi
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Oct 20 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2:5.2.2-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.2-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.2.2
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.1-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.2.1
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 07 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.0-2
|
|
|
|
|
|
|
|
- Add PODMAN_TESTING definition
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.2.0-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.2.0
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.1.2-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.1.2
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.1.1-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.1.1
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 03 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.1.0-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.1.0
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.3-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.0.3
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.2-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.0.2
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 15 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.1-2
|
|
|
|
|
|
|
|
- Add requires to passt
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 13 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.1-1
|
|
|
|
|
|
|
|
- update to https://github.com/containers/podman/releases/tag/v5.0.1
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 22 2024 Jindrich Novy <jnovy@redhat.com> - 2:5.0.0-3
|
|
|
|
|
|
|
|
- Add missing scripts
|
|
|
|
|
|
|
|
- Related: RHEL-27608
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- update to the latest content of https://github.com/containers/podman/tree/v4.9
|
|
|
|
|
|
|
|
(https://github.com/containers/podman/commit/4b69d93)
|
|
|
|
|
|
|
|
- Related: RHEL-2112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.3-0.1
|
|
|
|
|
|
|
|
- update to the latest content of https://github.com/containers/podman/tree/v4.9
|
|
|
|
|
|
|
|
(https://github.com/containers/podman/commit/b8a887c)
|
|
|
|
|
|
|
|
- Related: RHEL-2112
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 06 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.2-1
|
|
|
|
* Tue Feb 06 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.2-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
|
|
|
|
(https://github.com/containers/podman/commit/4c14019)
|
|
|
|
(https://github.com/containers/podman/commit/4c14019)
|
|
|
@ -491,9 +573,6 @@ CVE-2023-25173 CVE-2022-41724 CVE-2022-41725 CVE-2023-24537 CVE-2023-24538 CVE-2
|
|
|
|
- build and add missing docker man pages
|
|
|
|
- build and add missing docker man pages
|
|
|
|
- Resolves: #2187187
|
|
|
|
- Resolves: #2187187
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2:4.4.1-9
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.1-9
|
|
|
|
* Fri Apr 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.1-9
|
|
|
|
- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel
|
|
|
|
- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel
|
|
|
|
(https://github.com/containers/podman/commit/fd0ea3b)
|
|
|
|
(https://github.com/containers/podman/commit/fd0ea3b)
|
|
|
|