podman-4.0.2-25.el8
- rebuild with golang 1.20.6+ for CVE-2023-39321 CVE-2023-29409 - Related: Jira:RHEL-4508 - Related: Jira:RHEL-7443 Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
09bb3c936a
commit
6da377dc01
@ -23,7 +23,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.0.2
|
Version: 4.0.2
|
||||||
Release: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0 and GPLv3+
|
License: ASL 2.0 and GPLv3+
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -41,7 +41,7 @@ Source4: https://github.com/containers/gvisor-tap-vsock/archive/%{commit_gvproxy
|
|||||||
ExclusiveArch: %{go_arches}
|
ExclusiveArch: %{go_arches}
|
||||||
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}
|
Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release}
|
||||||
BuildRequires: golang >= 1.17.7
|
BuildRequires: golang >= 1.20.6
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: glibc-static
|
BuildRequires: glibc-static
|
||||||
@ -411,6 +411,11 @@ exit 0
|
|||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 03 2023 Lokesh Mandvekar <lsm5@redhat.com> - 2:4.0.2-25
|
||||||
|
- rebuild with golang 1.20.6+ for CVE-2023-39321 CVE-2023-29409
|
||||||
|
- Related: Jira:RHEL-4508
|
||||||
|
- Related: Jira:RHEL-7443
|
||||||
|
|
||||||
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-24
|
* Mon Aug 28 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-24
|
||||||
- rebuild for CVE-2023-29406
|
- rebuild for CVE-2023-29406
|
||||||
- Related: #2176055
|
- Related: #2176055
|
||||||
|
Loading…
Reference in New Issue
Block a user