Accepting request 1216934 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/1216934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kargo-cli?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2024-10-22 12:53:18 +00:00 committed by Git OBS Bridge
commit 0f97139085
8 changed files with 24 additions and 19 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/akuity/kargo</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v1.0.0</param>
<param name="revision">v1.0.1</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/akuity/kargo</param>
<param name="changesrevision">cf1278071ae31e2c79b4bf77dc125fb081c0aff3</param></service></servicedata>
<param name="changesrevision">9fc3e3b417de09d4fd561ceeb1d87cece989bd4a</param></service></servicedata>

View File

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

3
kargo-cli-1.0.1.obscpio Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 22 07:12:07 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 1.0.1:
* chore(backport release-1.0): docs: fix cli download links in
quickstart (#2798)
-------------------------------------------------------------------
Sat Oct 19 08:14:18 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: kargo-cli
version: 1.0.0
mtime: 1729299977
commit: cf1278071ae31e2c79b4bf77dc125fb081c0aff3
version: 1.0.1
mtime: 1729556127
commit: 9fc3e3b417de09d4fd561ceeb1d87cece989bd4a

View File

@ -21,14 +21,17 @@
%define executable_name kargo
Name: kargo-cli
Version: 1.0.0
Version: 1.0.1
Release: 0
Summary: CLI for the Kubernetes Application lifecycle orchestration
License: Apache-2.0
URL: https://github.com/akuity/kargo
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: bash-completion
BuildRequires: fish
BuildRequires: go >= 1.22
BuildRequires: zsh
%description
Kargo is a next-generation continuous delivery and application lifecycle
@ -97,8 +100,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
%{buildroot}/%{_bindir}/%{executable_name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish
# create the zsh completion file
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{buildroot}/%{_bindir}/%{executable_name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{executable_name}
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
%{buildroot}/%{_bindir}/%{executable_name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{executable_name}
%files
%doc README.md
@ -106,17 +109,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{_bindir}/%{executable_name}
%files -n %{name}-bash-completion
%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/%{executable_name}
%files -n %{name}-fish-completion
%dir %{_datarootdir}/fish
%dir %{_datarootdir}/fish/vendor_completions.d
%{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish
%files -n %{name}-zsh-completion
%defattr(-,root,root)
%dir %{_datarootdir}/zsh_completion.d/
%{_datarootdir}/zsh_completion.d/_%{executable_name}
%{_datarootdir}/zsh/site-functions/_%{executable_name}
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13515af7f3f7194c69781e5e33b49d0ca4542e5ee8686c0e37aeecb932f76cc5
size 13519276
oid sha256:d50088a3c11e41668c52f315b517018d737ef126aea8798687e692ff210ba691
size 13512483