Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmctl for openSUSE:Factory checked in at 2022-02-19 19:21:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmctl (Old) and /work/SRC/openSUSE:Factory/.cmctl.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmctl" Sat Feb 19 19:21:17 2022 rev:2 rq:956002 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cmctl/cmctl.changes 2022-02-14 22:37:26.585612563 +0100 +++ /work/SRC/openSUSE:Factory/.cmctl.new.1958/cmctl.changes 2022-02-19 19:21:32.201214205 +0100 @@ -1,0 +2,5 @@ +Sat Feb 19 09:54:37 UTC 2022 - Johannes Kastl <[email protected]> + +- make this available as a kubectl plugin by creating a link to /usr/bin/kubectl-cert_manager + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmctl.spec ++++++ --- /var/tmp/diff_new_pack.aSGs7w/_old 2022-02-19 19:21:32.801214248 +0100 +++ /var/tmp/diff_new_pack.aSGs7w/_new 2022-02-19 19:21:32.801214248 +0100 @@ -47,10 +47,13 @@ %install # Install the binary. install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}" +cd %{buildroot}/%{_bindir}/ +ln -s %{name} kubectl-cert_manager %files %doc README.md %license LICENSE %{_bindir}/%{name} +%{_bindir}/kubectl-cert_manager %changelog
