forked from pool/pluto
Accepting request 1195004 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1195004 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pluto?expand=0&rev=44
This commit is contained in:
commit
0e80cec0a2
4
_service
4
_service
@ -3,9 +3,7 @@
|
||||
<param name="url">https://github.com/FairwindsOps/pluto</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v5.20.0</param>
|
||||
<!-- tag v5.20.0 sits on same commit as v5.20 (without .0) -->
|
||||
<param name="match-tag">v5.20.0</param>
|
||||
<param name="revision">v5.20.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/FairwindsOps/pluto</param>
|
||||
<param name="changesrevision">e7460d33e0f76cc4232b5f6429bc99cfd7b6ef1c</param></service></servicedata>
|
||||
<param name="changesrevision">79c52a6ad221ef24aa9665cd05860565586d9349</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4f63326e2e2c4c5112fad638769b4dc1e8e89780cf6031fb9c6951336470ce6
|
||||
size 1840140
|
3
pluto-5.20.1.obscpio
Normal file
3
pluto-5.20.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0efb06c55231f4a81bd4f077b5f87f57bc56b30c49738ce82f5e5c5c49c4767e
|
||||
size 1797644
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 06:34:10 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 5.20.1:
|
||||
* fix: update golang to 1.22 and update other dependencies (#548)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 17:41:38 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pluto
|
||||
version: 5.20.0
|
||||
mtime: 1721839328
|
||||
commit: e7460d33e0f76cc4232b5f6429bc99cfd7b6ef1c
|
||||
version: 5.20.1
|
||||
mtime: 1724172818
|
||||
commit: 79c52a6ad221ef24aa9665cd05860565586d9349
|
||||
|
@ -19,17 +19,18 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: pluto
|
||||
Version: 5.20.0
|
||||
Version: 5.20.1
|
||||
Release: 0
|
||||
Summary: A cli tool to help discover deprecated apiVersions in Kubernetes
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/FairwindsOps/pluto
|
||||
Source: pluto-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.17
|
||||
BuildRequires: go >= 1.22
|
||||
|
||||
%description
|
||||
Pluto is a utility to help users find deprecated Kubernetes apiVersions in their code repositories and their helm releases.
|
||||
Pluto is a utility to help users find deprecated Kubernetes apiVersions in
|
||||
their code repositories and their helm releases.
|
||||
|
||||
%package bash-completion
|
||||
Summary: Bash Completion for %{name}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb3da320830ff4effcb3b4b29f621caec99990d1ec05decfc53a1b746dfcbfbb
|
||||
size 6984874
|
||||
oid sha256:3b8ad91c86018110ca5e04025a4abaf68a646240a0bc12e6cfb8edfa40e10389
|
||||
size 7363121
|
||||
|
Loading…
Reference in New Issue
Block a user