Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubie for openSUSE:Factory checked in at 2021-02-04 20:24:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubie (Old) and /work/SRC/openSUSE:Factory/.kubie.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubie" Thu Feb 4 20:24:21 2021 rev:2 rq:869116 version:0.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kubie/kubie.changes 2021-02-03 19:56:36.645738753 +0100 +++ /work/SRC/openSUSE:Factory/.kubie.new.28504/kubie.changes 2021-02-04 20:24:53.598901089 +0100 @@ -1,0 +2,5 @@ +Wed Feb 3 23:58:48 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Make summary usable. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubie.spec ++++++ --- /var/tmp/diff_new_pack.sDBuwD/_old 2021-02-04 20:24:54.258902094 +0100 +++ /var/tmp/diff_new_pack.sDBuwD/_new 2021-02-04 20:24:54.262902101 +0100 @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: kubie Version: 0.12.1 Release: 0 -Summary: An alternative to kubectx, kubens and the k on prompt modification script +Summary: A Kubernetes context switcher License: Zlib URL: https://github.com/sbstp/kubie Source: https://github.com/sbstp/kubie/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -31,14 +32,15 @@ BuildRequires: rust %description -It offers context switching, namespace switching and prompt modification in a +kubie offers context switching, namespace switching and prompt modification in a way that makes each shell independent from others. It also has support for split configuration files, meaning it can load Kubernetes contexts from multiple files. You can configure the paths where kubie will look for contexts, see the settings section. %prep -%setup -qa1 +%autosetup -a1 + mkdir .cargo cp %{SOURCE2} .cargo/config