1
0
Ana Guerrero 2024-02-26 18:45:40 +00:00 committed by Git OBS Bridge
commit d417db1d01
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 12:44:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Mar 27 09:24:52 UTC 2023 - Robert Munteanu <rombert@apache.org>

View File

@ -196,9 +196,9 @@ Kubernetes client tools common files
%prep
%setup -q -n kubernetes-%{version}
%patch2 -p0
%patch3 -p1
%patch4 -p0
%patch -P 2 -p0
%patch -P 3 -p1
%patch -P 4 -p0
%build
# This is fixing bug bsc#1065972