[pass/f18] Fix gnupg Requires:

Christophe Fergeau teuf at fedoraproject.org
Sun Sep 30 16:50:36 UTC 2012


commit a5b41dffa772247b46487b813c18551e3624d22d
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Sun Sep 30 18:35:24 2012 +0200

    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 <cfergeau at redhat.com> - 1.4.1-1
+- Update to 1.4.1
+- Fix gnupg dependency (pass needs gnupg2)
+
 * Mon Sep 24 2012 Christophe Fergeau <cfergeau at redhat.com> - 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


More information about the scm-commits mailing list