Accepting request 1151185 from home:dimstar:rpm4.20:c

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151185
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=170
This commit is contained in:
Dan Čermák 2024-02-26 11:17:05 +00:00 committed by Git OBS Bridge
parent 20e48a9c6b
commit 9d391853bb
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -100,9 +100,9 @@ reference the following Go import paths: github.com/containerd/containerd
%prep
%setup -q -n %{name}-%{version}_%{git_short}
%if 0%{?sle_version} == 120000
%patch1 -p1
%patch -P 1 -p1
%endif
%patch2 -p1
%patch -P 2 -p1
%build
%goprep %{import_path}