Accepting request 1149324 from home:dimstar:rpm4.20:k

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149324
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.23?expand=0&rev=28
This commit is contained in:
Priyanka Saggu 2024-02-26 08:23:28 +00:00 committed by Git OBS Bridge
parent ae0181de40
commit 6d4a728b92
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 12:45:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Jan 10 17:45:07 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -218,13 +218,13 @@ Fish command line completion support for %{name}-client.
%prep
%setup -q -n kubernetes-%{version}
%patch2 -p1
%patch3 -p1
%patch4 -p0
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p0
%patch -P 5 -p1
%patch -P 6 -p1
%patch -P 7 -p1
%patch -P 8 -p1
%build
# This is fixing bug bsc#1065972