|
|
@ -6,7 +6,7 @@
|
|
|
|
Name: pass
|
|
|
|
Name: pass
|
|
|
|
Summary: A password manager using standard Unix tools
|
|
|
|
Summary: A password manager using standard Unix tools
|
|
|
|
Version: 1.7.4
|
|
|
|
Version: 1.7.4
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 7%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Url: http://zx2c4.com/projects/password-store/
|
|
|
|
Url: http://zx2c4.com/projects/password-store/
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -18,8 +18,8 @@ BuildRequires: git-core
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: tree >= 1.7.0
|
|
|
|
BuildRequires: tree >= 1.7.0
|
|
|
|
Recommends: (wl-clipboard if libwayland-client else xclip)
|
|
|
|
Recommends: (wl-clipboard if libwayland-client)
|
|
|
|
Recommends: (xclip if xorg-x11-server-Xorg else wl-clipboard)
|
|
|
|
Recommends: (xclip if xorg-x11-server-Xorg)
|
|
|
|
Requires: git-core
|
|
|
|
Requires: git-core
|
|
|
|
Requires: gnupg2
|
|
|
|
Requires: gnupg2
|
|
|
|
Requires: qrencode
|
|
|
|
Requires: qrencode
|
|
|
@ -81,6 +81,10 @@ make test
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 10 2023 Peter Georg <peter.georg@physik.uni-regensburg.de> - 1.7.4-7
|
|
|
|
|
|
|
|
- Only recommend wl-clipboard if libwayland-client is installed
|
|
|
|
|
|
|
|
- Only recommend xclip if xorg-x11-server-Xorg is installed
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 22 2022 Peter Georg <peter.georg@physik.uni-regensburg.de> - 1.7.4-6
|
|
|
|
* Mon Aug 22 2022 Peter Georg <peter.georg@physik.uni-regensburg.de> - 1.7.4-6
|
|
|
|
- Set wl-copy/xclip requires to recommends
|
|
|
|
- Set wl-copy/xclip requires to recommends
|
|
|
|
Resolves: rhbz#2022909
|
|
|
|
Resolves: rhbz#2022909
|
|
|
|