diff --git a/pass.spec b/pass.spec index 241caf6..aa9a218 100644 --- a/pass.spec +++ b/pass.spec @@ -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 - 1.7.1-4 +- Require git-core instead of git rhbz#1471608 + * Thu Jul 27 2017 Fedora Release Engineering - 1.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild