From a5b41dffa772247b46487b813c18551e3624d22d Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 30 Sep 2012 18:35:24 +0200 Subject: [PATCH] Fix gnupg Requires: pass does not work with gpg1, but requires gpg2 --- .gitignore | 1 + pass.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c870d03..8521b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /password-store-1.2.tar.xz /pass-1.4-1.fc18.src.rpm /password-store-1.4.tar.xz +/password-store-1.4.1.tar.xz diff --git a/pass.spec b/pass.spec index caaa7fc..4f01ecc 100644 --- a/pass.spec +++ b/pass.spec @@ -1,6 +1,6 @@ Name: pass Summary: A password manager using standard Unix tools -Version: 1.4 +Version: 1.4.1 Release: 1%{?dist} License: GPLv2+ 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 Requires: git -Requires: gnupg +Requires: gnupg2 Requires: pwgen Requires: tree Requires: xclip @@ -34,6 +34,10 @@ make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \ %doc %{_mandir}/man1/* %changelog +* Sun Sep 30 2012 Christophe Fergeau - 1.4.1-1 +- Update to 1.4.1 +- Fix gnupg dependency (pass needs gnupg2) + * Mon Sep 24 2012 Christophe Fergeau - 1.4-1 - Update to 1.4 diff --git a/sources b/sources index 753b26c..15c7e21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b89c42381c2d612f2b23c4cf57d767b3 password-store-1.4.tar.xz +cb914ee40c5dbfd2f9db1c6988ec4083 password-store-1.4.1.tar.xz