Accepting request 1150664 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1150664 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubernetes1.22?expand=0&rev=10
This commit is contained in:
commit
6f28b82960
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 12:45:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 17:43:49 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
@ -199,11 +199,11 @@ Kubernetes client tools common files
|
||||
|
||||
%prep
|
||||
%setup -q -n kubernetes-%{version}
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p0
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch -P 2 -p1
|
||||
%patch -P 3 -p1
|
||||
%patch -P 4 -p0
|
||||
%patch -P 5 -p1
|
||||
%patch -P 6 -p1
|
||||
|
||||
%build
|
||||
# This is fixing bug bsc#1065972
|
||||
|
Loading…
Reference in New Issue
Block a user