Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package password-store for openSUSE:Factory checked in at 2021-05-15 01:24:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/password-store (Old) and /work/SRC/openSUSE:Factory/.password-store.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "password-store" Sat May 15 01:24:41 2021 rev:12 rq:893216 version:1.7.3+git20210216.918992c Changes: -------- --- /work/SRC/openSUSE:Factory/password-store/password-store.changes 2021-04-01 14:18:53.468122679 +0200 +++ /work/SRC/openSUSE:Factory/.password-store.new.2988/password-store.changes 2021-05-15 01:25:00.422852211 +0200 @@ -1,0 +2,5 @@ +Fri May 14 13:04:59 UTC 2021 - Dan ??erm??k <[email protected]> + +- boo#1185984: Require either xclip or wl-clipboard + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ password-store.spec ++++++ --- /var/tmp/diff_new_pack.7ypm8A/_old 2021-05-15 01:25:00.854850693 +0200 +++ /var/tmp/diff_new_pack.7ypm8A/_new 2021-05-15 01:25:00.858850679 +0200 @@ -21,7 +21,6 @@ Release: 0 Summary: Utility to store, retrieve, generate and synchronize passwords License: GPL-2.0-or-later -Group: Productivity/Other URL: https://zx2c4.com/projects/%{name}/ Source: %{name}-%{version}.tar.xz BuildRequires: bash-completion @@ -31,11 +30,11 @@ BuildRequires: tree BuildRequires: xz BuildRequires: zsh +Requires: (xclip or wl-clipboard) Requires: gpg2 Requires: qrencode Requires: tree >= 1.7.0 Recommends: pwgen -Requires: xclip Suggests: git BuildArch: noarch %if 0%{?suse_version} > 1320 @@ -62,7 +61,7 @@ %prep %autosetup for shell_script in src/%{name}.sh contrib/dmenu/passmenu; do - sed -i "s|#\!/usr/bin/env bash|#\!/bin/bash|" $shell_script + sed -i "s|#\!%{_bindir}/env bash|#\!/bin/bash|" $shell_script done %build @@ -73,7 +72,7 @@ %check %if 0%{?suse_version} >= 1320 -make test %{?_smp_mflags} +%make_build test %endif %files
