Fix gnupg Requires:

pass does not work with gpg1, but requires gpg2
epel9
Christophe Fergeau 13 years ago
parent 3350db5ffc
commit a5b41dffa7

1
.gitignore vendored

@ -2,3 +2,4 @@
/password-store-1.2.tar.xz /password-store-1.2.tar.xz
/pass-1.4-1.fc18.src.rpm /pass-1.4-1.fc18.src.rpm
/password-store-1.4.tar.xz /password-store-1.4.tar.xz
/password-store-1.4.1.tar.xz

@ -1,6 +1,6 @@
Name: pass Name: pass
Summary: A password manager using standard Unix tools Summary: A password manager using standard Unix tools
Version: 1.4 Version: 1.4.1
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Url: http://zx2c4.com/projects/password-store/ Url: http://zx2c4.com/projects/password-store/
@ -8,7 +8,7 @@ BuildArch: noarch
Source: http://git.zx2c4.com/password-store/snapshot/password-store-%{version}.tar.xz Source: http://git.zx2c4.com/password-store/snapshot/password-store-%{version}.tar.xz
Requires: git Requires: git
Requires: gnupg Requires: gnupg2
Requires: pwgen Requires: pwgen
Requires: tree Requires: tree
Requires: xclip Requires: xclip
@ -34,6 +34,10 @@ make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \
%doc %{_mandir}/man1/* %doc %{_mandir}/man1/*
%changelog %changelog
* Sun Sep 30 2012 Christophe Fergeau <cfergeau@redhat.com> - 1.4.1-1
- Update to 1.4.1
- Fix gnupg dependency (pass needs gnupg2)
* Mon Sep 24 2012 Christophe Fergeau <cfergeau@redhat.com> - 1.4-1 * Mon Sep 24 2012 Christophe Fergeau <cfergeau@redhat.com> - 1.4-1
- Update to 1.4 - Update to 1.4

@ -1 +1 @@
b89c42381c2d612f2b23c4cf57d767b3 password-store-1.4.tar.xz cb914ee40c5dbfd2f9db1c6988ec4083 password-store-1.4.1.tar.xz

Loading…
Cancel
Save