Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gopass for openSUSE:Factory checked in at 2024-03-21 17:00:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gopass (Old) and /work/SRC/openSUSE:Factory/.gopass.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gopass" Thu Mar 21 17:00:42 2024 rev:2 rq:1159944 version:1.15.12 Changes: -------- --- /work/SRC/openSUSE:Factory/gopass/gopass.changes 2024-03-18 16:45:26.260903570 +0100 +++ /work/SRC/openSUSE:Factory/.gopass.new.1905/gopass.changes 2024-03-21 17:01:08.361944446 +0100 @@ -1,0 +2,10 @@ +Wed Mar 20 23:51:17 UTC 2024 - Marcus Rueckert <[email protected]> + +- add the provides/obsoletes for the renamed completion packages + +------------------------------------------------------------------- +Wed Mar 20 23:45:38 UTC 2024 - Marcus Rueckert <[email protected]> + +- make us ignore the git hash and just use the tag as revision + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gopass.spec ++++++ --- /var/tmp/diff_new_pack.2jvbZd/_old 2024-03-21 17:01:09.081971469 +0100 +++ /var/tmp/diff_new_pack.2jvbZd/_new 2024-03-21 17:01:09.085971620 +0100 @@ -16,8 +16,7 @@ # -%global revision b79eae9 -%global make_args PREFIX=%{_prefix} GOPASS_REVISION=%{revision} +%global make_args PREFIX=%{_prefix} GOPASS_REVISION=v%{version} Name: gopass Version: 1.15.12 Release: 0 @@ -51,6 +50,8 @@ Requires: %{name} = %{version} Supplements: (bash and %{name}) BuildArch: noarch +Provides: gopass-completion-bash = %{version}-%{release} +Obsoletes: gopass-completion-bash < %{version}-%{release} %description bash-completion Manage your credentials with ease. In a globally distributed team, on multiple devices or fully offline on an air gapped machine. @@ -66,6 +67,8 @@ Requires: %{name} = %{version} Supplements: (fish and %{name}) BuildArch: noarch +Provides: gopass-completion-fish = %{version}-%{release} +Obsoletes: gopass-completion-fish < %{version}-%{release} %description fish-completion Manage your credentials with ease. In a globally distributed team, on multiple devices or fully offline on an air gapped machine. @@ -81,6 +84,8 @@ Requires: %{name} = %{version} Supplements: (zsh and %{name}) BuildArch: noarch +Provides: gopass-completion-zsh = %{version}-%{release} +Obsoletes: gopass-completion-zsh < %{version}-%{release} %description zsh-completion Manage your credentials with ease. In a globally distributed team, on multiple devices or fully offline on an air gapped machine.
