Sync from SUSE:SLFO:Main skopeo revision 4c08dfb4fbf63e9412e110a524f7162e

This commit is contained in:
Adrian Schröter 2024-11-12 15:45:22 +01:00
parent b1dd71e315
commit 372437835e
3 changed files with 18377 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 29 06:25:15 UTC 2024 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Add patch for CVE-2024-9676 (bsc#1231698)
* 0001-Use-securejoin.SecureJoin-when-forming-userns-paths.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 20 13:43:43 UTC 2024 - danish.prakash@suse.com Mon May 20 13:43:43 UTC 2024 - danish.prakash@suse.com

View File

@ -29,6 +29,7 @@ URL: https://%project
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
Source1: skopeo.rpmlintrc Source1: skopeo.rpmlintrc
Requires: libcontainers-common Requires: libcontainers-common
Patch0: 0001-Use-securejoin.SecureJoin-when-forming-userns-paths.patch
BuildRequires: bash BuildRequires: bash
BuildRequires: device-mapper-devel >= 1.2.68 BuildRequires: device-mapper-devel >= 1.2.68
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -76,7 +77,7 @@ Supplements: (%{name} and zsh)
This package contains the zsh completion for skopeo. This package contains the zsh completion for skopeo.
%prep %prep
%autosetup %autosetup -p1
%build %build
mkdir -p .gopath/src/github.com/containers mkdir -p .gopath/src/github.com/containers