Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1050206 Details for
Bug 1241469
kubectl should be in its own subpackage
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Break out kubectl into kubernetes-client sub-package
Break-out-kubectl-into-kubernetes-client-sub-packa.patch (text/plain), 1.83 KB, created by
Stef Walter
on 2015-07-09 09:56:16 UTC
(
hide
)
Description:
Break out kubectl into kubernetes-client sub-package
Filename:
MIME Type:
Creator:
Stef Walter
Created:
2015-07-09 09:56:16 UTC
Size:
1.83 KB
patch
obsolete
>From 2132e0505f42d41afad14de47c026a9a5d8fcc93 Mon Sep 17 00:00:00 2001 >From: Stef Walter <stefw@redhat.com> >Date: Thu, 9 Jul 2015 11:55:44 +0200 >Subject: [PATCH] Break out kubectl into kubernetes-client sub-package > >https://bugzilla.redhat.com/show_bug.cgi?id=1241469 >--- > kubernetes.spec | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) > >diff --git a/kubernetes.spec b/kubernetes.spec >index f407b5d..f7a329c 100644 >--- a/kubernetes.spec >+++ b/kubernetes.spec >@@ -345,6 +345,7 @@ BuildRequires: rsync > BuildRequires: go-md2man > > Requires(pre): shadow-utils >+Requires: kubernetes-client = %{version}-%{release} > > # if master is installed with node, version and release must be the same > Conflicts: kubernetes-master < %{version}-%{release} >@@ -353,6 +354,12 @@ Conflicts: kubernetes-master > %{version}-%{release} > %description node > Kubernetes services for node host > >+%package client >+Summary: Kubernetes client tools >+ >+%description client >+Kubernetes client tools like kubectl >+ > %prep > %autosetup -n %{name}-%{commit} -p1 > >@@ -482,13 +489,9 @@ fi > %doc README.md LICENSE CONTRIB.md CONTRIBUTING.md DESIGN.md > %{_mandir}/man1/kubelet.1* > %{_mandir}/man1/kube-proxy.1* >-%{_mandir}/man1/kubectl.1* >-%{_mandir}/man1/kubectl-* > %{_bindir}/kubelet > %{_bindir}/kube-proxy > %{_bindir}/kube-version-change >-%{_bindir}/kubectl >-%{_datadir}/bash-completion/completions/kubectl > %{_unitdir}/kube-proxy.service > %{_unitdir}/kubelet.service > %dir %{_sharedstatedir}/kubelet >@@ -498,6 +501,13 @@ fi > %config(noreplace) %{_sysconfdir}/%{name}/proxy > %{_tmpfilesdir}/kubernetes.conf > >+%files client >+%doc README.md LICENSE CONTRIB.md CONTRIBUTING.md DESIGN.md >+%{_mandir}/man1/kubectl.1* >+%{_mandir}/man1/kubectl-* >+%{_bindir}/kubectl >+%{_datadir}/bash-completion/completions/kubectl >+ > %files unit-test > %{_sharedstatedir}/kubernetes-unit-test/ > >-- >2.4.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1241469
: 1050206