Accepting request 1112414 from home:ojkastl_buildservice:Branch_devel_kubic
rework %prep section, trim Summary OBS-URL: https://build.opensuse.org/request/show/1112414 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubectl-capacity?expand=0&rev=2
This commit is contained in:
parent
922f8e1dfd
commit
cf19276625
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 20 05:11:38 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- rework %prep section, trim Summary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 13:38:08 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Mon Sep 18 13:38:08 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: kubectl-capacity
|
Name: kubectl-capacity
|
||||||
Version: 0.7.4
|
Version: 0.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Overview of the resource requests, limits, and utilization in a Kubernetes cluster
|
Summary: Show resource requests, limits, and utilization in a Kubernetes cluster
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/robscott/kube-capacity
|
URL: https://github.com/robscott/kube-capacity
|
||||||
Source: kube-capacity-%{version}.tar.gz
|
Source: kube-capacity-%{version}.tar.gz
|
||||||
@ -31,9 +31,8 @@ BuildRequires: go >= 1.19
|
|||||||
%description
|
%description
|
||||||
This is a simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster. It attempts to combine the best parts of the output from kubectl top and kubectl describe into an easy to use CLI focused on cluster resources.
|
This is a simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster. It attempts to combine the best parts of the output from kubectl top and kubectl describe into an easy to use CLI focused on cluster resources.
|
||||||
|
|
||||||
%prep -n kube-capacity-%{version}
|
%prep
|
||||||
%setup -q -n kube-capacity-%{version}
|
%autosetup -p1 -a 1 -n kube-capacity-%{version}
|
||||||
%setup -q -T -D -a 1 -n kube-capacity-%{version}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
go build \
|
go build \
|
||||||
|
Loading…
Reference in New Issue
Block a user