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:
Johannes Kastl 2023-09-20 05:14:44 +00:00 committed by Git OBS Bridge
parent 922f8e1dfd
commit cf19276625
2 changed files with 8 additions and 4 deletions

View File

@ -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>

View File

@ -21,7 +21,7 @@
Name: kubectl-capacity
Version: 0.7.4
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
URL: https://github.com/robscott/kube-capacity
Source: kube-capacity-%{version}.tar.gz
@ -31,9 +31,8 @@ BuildRequires: go >= 1.19
%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.
%prep -n kube-capacity-%{version}
%setup -q -n kube-capacity-%{version}
%setup -q -T -D -a 1 -n kube-capacity-%{version}
%prep
%autosetup -p1 -a 1 -n kube-capacity-%{version}
%build
go build \