Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package helm for openSUSE:Factory checked in at 2021-10-20 20:22:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helm (Old) and /work/SRC/openSUSE:Factory/.helm.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helm" Wed Oct 20 20:22:57 2021 rev:29 rq:926113 version:3.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/helm/helm.changes 2021-09-20 23:32:44.527143107 +0200 +++ /work/SRC/openSUSE:Factory/.helm.new.1890/helm.changes 2021-10-20 20:23:22.513344405 +0200 @@ -1,0 +2,6 @@ +Mon Oct 18 12:37:13 UTC 2021 - Robert Munteanu <romb...@apache.org> + +- use 'v' prefix for the version to match upstream builds +- package fish completions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ helm.spec ++++++ --- /var/tmp/diff_new_pack.rS5EBM/_old 2021-10-20 20:23:23.005344709 +0200 +++ /var/tmp/diff_new_pack.rS5EBM/_new 2021-10-20 20:23:23.005344709 +0200 @@ -56,12 +56,22 @@ %description zsh-completion Zsh command line completion support for %{name}. +%package fish-completion +Summary: Fish Completion for %{name} +Group: System/Shells +Requires: %{name} = %{version} +Supplements: packageand(%{name}:fish) +BuildArch: noarch + +%description fish-completion +Fish command line completion support for %{name}. + %prep %setup -qa1 %build %goprep %{goipath} -%gobuild -mod vendor -buildmode pie -ldflags "-X %{goipath}/internal/version.version=%{version} -X %{goipath}/internal/version.gitCommit=%{git_commit} -X %{goipath}/internal/version.gitTreeState=%{git_dirty}" cmd/helm +%gobuild -mod vendor -buildmode pie -ldflags "-X %{goipath}/internal/version.version=v%{version} -X %{goipath}/internal/version.gitCommit=%{git_commit} -X %{goipath}/internal/version.gitTreeState=%{git_dirty}" cmd/helm %install %goinstall @@ -69,6 +79,8 @@ %{buildroot}/%{_bindir}/helm completion bash > %{buildroot}%{_datarootdir}/bash-completion/completions/%{name} mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d %{buildroot}/%{_bindir}/helm completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name} +mkdir -p %{buildroot}%{_datadir}/fish/vendor_completions.d +%{buildroot}/%{_bindir}/helm completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish %files %doc README.md @@ -85,4 +97,10 @@ %dir %{_datarootdir}/zsh_completion.d/ %{_datarootdir}/zsh_completion.d/_%{name} +%files fish-completion +%defattr(-,root,root) +%dir %{_datarootdir}/fish +%dir %{_datarootdir}/fish/vendor_completions.d +%{_datarootdir}/fish/vendor_completions.d/%{name}.fish + %changelog