Accepting request 1078716 from home:psaggu:branches:devel:kubic

- add kubernetes1.18-client-common as conflicts with kubernetes-client-bash-completion

OBS-URL: https://build.opensuse.org/request/show/1078716
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.24?expand=0&rev=12
This commit is contained in:
Priyanka Saggu 2023-04-12 12:56:53 +00:00 committed by Git OBS Bridge
parent bfe73bf28b
commit 8c69e071e8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 12 12:26:52 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
- add kubernetes1.18-client-common as conflicts with kubernetes-client-bash-completion
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 27 09:24:52 UTC 2023 - Robert Munteanu <rombert@apache.org> Mon Mar 27 09:24:52 UTC 2023 - Robert Munteanu <rombert@apache.org>

View File

@ -69,8 +69,8 @@ for management and discovery.
# packages to build containerized control plane
# packages to build containerized control plane
%package apiserver %package apiserver
Summary: Kubernetes apiserver for container image Summary: Kubernetes apiserver for container image
Group: System/Management Group: System/Management
@ -188,6 +188,7 @@ BuildArch: noarch
Obsoletes: kubernetes%{baseversionminus1}-client-bash-completion Obsoletes: kubernetes%{baseversionminus1}-client-bash-completion
Provides: kubernetes-client-bash-completion = %{version} Provides: kubernetes-client-bash-completion = %{version}
Conflicts: kubernetes-client-bash-completion Conflicts: kubernetes-client-bash-completion
Conflicts: kubernetes1.18-client-common
%description client-bash-completion %description client-bash-completion
Bash command line completion support for %{name}-client Bash command line completion support for %{name}-client