Accepting request 1226553 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/1226553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubesec?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2024-11-26 19:57:06 +00:00 committed by Git OBS Bridge
commit 5e00e70a5b
8 changed files with 30 additions and 22 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/controlplaneio/kubesec</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v2.14.1</param>
<param name="revision">v2.14.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/controlplaneio/kubesec</param>
<param name="changesrevision">2d31e51659470451e6c51cb47be1df9e103fb49d</param></service></servicedata>
<param name="changesrevision">bb804de5ed6f311a7d281c3d119fe85e77e75a13</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a53806ae25d245ae0162fb5660b5d2855633e45eb8f9f1d8fc36a982df48d2da
size 1070604

3
kubesec-2.14.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fca9fd43e4bc42b83bedc51d3761d65726e1858254422534b23564a5b41932e
size 1069580

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 26 14:02:59 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 2.14.2:
* docs: add release note for v2.14.2
* chore(deps): bump the gomod group across 1 directory with 6
updates
* chore(deps): bump the gha group across 1 directory with 2
updates
* Update go to 1.22.7 for fixing High vulnerability
* Update go to 1.22.7 for fixing High vulnerability
-------------------------------------------------------------------
Tue Aug 20 11:47:40 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: kubesec
version: 2.14.1
mtime: 1724068086
commit: 2d31e51659470451e6c51cb47be1df9e103fb49d
version: 2.14.2
mtime: 1732293262
commit: bb804de5ed6f311a7d281c3d119fe85e77e75a13

View File

@ -16,17 +16,18 @@
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: kubesec
Version: 2.14.1
Version: 2.14.2
Release: 0
Summary: Security risk analysis for Kubernetes resources
License: Apache-2.0
URL: https://github.com/controlplaneio/kubesec
Source: kubesec-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go >= 1.17
BuildRequires: bash-completion
BuildRequires: fish
BuildRequires: go >= 1.23.1
BuildRequires: zsh
%description
Security risk analysis for Kubernetes resources
@ -92,8 +93,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
%{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
# create the zsh completion file
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
%files
%doc README.md
@ -101,17 +102,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{_bindir}/%{name}
%files -n %{name}-bash-completion
%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/%{name}
%files -n %{name}-fish-completion
%dir %{_datarootdir}/fish
%dir %{_datarootdir}/fish/vendor_completions.d
%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
%files -n %{name}-zsh-completion
%defattr(-,root,root)
%dir %{_datarootdir}/zsh_completion.d/
%{_datarootdir}/zsh_completion.d/_%{name}
%{_datarootdir}/zsh/site-functions/_%{name}
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9757df16d2dbee0a0bc73b8feedc61629d263e7ccae51afd6a78cb39d2b01f74
size 2494320
oid sha256:45fda5321ea6c74e28f5fabde7ba9156929726812a19b564dfa81cf2662645f2
size 2512569