|
|
|
@ -1,18 +1,18 @@
|
|
|
|
|
Name: pass
|
|
|
|
|
Summary: A password manager using standard Unix tools
|
|
|
|
|
Version: 1.7.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Url: http://zx2c4.com/projects/password-store/
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Source: http://git.zx2c4.com/password-store/snapshot/password-store-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: git
|
|
|
|
|
BuildRequires: git%{?fedora:-core}
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: tree >= 1.7.0
|
|
|
|
|
Requires: xclip
|
|
|
|
|
Requires: git
|
|
|
|
|
Requires: git%{?fedora:-core}
|
|
|
|
|
Requires: gnupg2
|
|
|
|
|
Requires: qrencode
|
|
|
|
|
Requires: tree >= 1.7.0
|
|
|
|
@ -43,6 +43,9 @@ make test
|
|
|
|
|
%doc %{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 01 2017 Carl George <carl@george.computer> - 1.7.1-4
|
|
|
|
|
- Require git-core instead of git rhbz#1471608
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|