Passmenu requires pass

epel9
Carl George 8 years ago
parent b546f2f66d
commit 0eada36a2a

@ -1,7 +1,7 @@
Name: pass Name: pass
Summary: A password manager using standard Unix tools Summary: A password manager using standard Unix tools
Version: 1.7.1 Version: 1.7.1
Release: 4%{?dist} Release: 5%{?dist}
License: GPLv2+ License: GPLv2+
Url: http://zx2c4.com/projects/password-store/ Url: http://zx2c4.com/projects/password-store/
BuildArch: noarch BuildArch: noarch
@ -23,6 +23,7 @@ and git.
%package -n passmenu %package -n passmenu
Summary: A dmenu based interface to pass. Summary: A dmenu based interface to pass.
Requires: pass
Requires: dmenu Requires: dmenu
Requires: xdotool Requires: xdotool
@ -60,6 +61,9 @@ make test
%{_bindir}/passmenu %{_bindir}/passmenu
%changelog %changelog
* Tue Aug 01 2017 Carl George <carl@george.computer> - 1.7.1-5
- Passmenu requires pass
* Tue Aug 01 2017 Carl George <carl@george.computer> - 1.7.1-4 * Tue Aug 01 2017 Carl George <carl@george.computer> - 1.7.1-4
- Require git-core instead of git rhbz#1471608 - Require git-core instead of git rhbz#1471608
- Add passmenu subpackage rhbz#1474833 - Add passmenu subpackage rhbz#1474833

Loading…
Cancel
Save