Accepting request 1151211 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1151211 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/containerd?expand=0&rev=65
This commit is contained in:
commit
e897d63509
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 11:04:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 15 11:12:05 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
Mon Jan 15 11:12:05 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
@ -100,9 +100,9 @@ reference the following Go import paths: github.com/containerd/containerd
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}_%{git_short}
|
%setup -q -n %{name}-%{version}_%{git_short}
|
||||||
%if 0%{?sle_version} == 120000
|
%if 0%{?sle_version} == 120000
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%goprep %{import_path}
|
%goprep %{import_path}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user