diff --git a/kubectl-capacity.changes b/kubectl-capacity.changes index 782e658..b41dfd8 100644 --- a/kubectl-capacity.changes +++ b/kubectl-capacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 20 05:11:38 UTC 2023 - Johannes Kastl + +- rework %prep section, trim Summary + ------------------------------------------------------------------- Mon Sep 18 13:38:08 UTC 2023 - Johannes Kastl diff --git a/kubectl-capacity.spec b/kubectl-capacity.spec index 4cf69ef..60d52f0 100644 --- a/kubectl-capacity.spec +++ b/kubectl-capacity.spec @@ -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 \