[keepass/f20] Build fails on Fedora 20 and earlier if no fonts are installed.

mavit mavit at fedoraproject.org
Fri May 23 19:20:48 UTC 2014


commit 1952893805bf563572ac88b328ba54e0f21a5d79
Author: Peter Oliver <git at mavit.org.uk>
Date:   Fri May 23 20:07:50 2014 +0100

    Build fails on Fedora 20 and earlier if no fonts are installed.

 keepass.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/keepass.spec b/keepass.spec
index c0efef6..e61e0d4 100644
--- a/keepass.spec
+++ b/keepass.spec
@@ -1,6 +1,6 @@
 Name:           keepass
 Version:        2.26
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Password manager
 
 License:        GPLv2+
@@ -22,6 +22,7 @@ Patch2:         keepass-enable-local-help.patch
 
 ExcludeArch:    armv7hl
 BuildRequires:  mono-devel archmage desktop-file-utils python-devel
+BuildRequires:  font(:lang=en)
 Requires:       xdotool xsel hicolor-icon-theme
 
 
@@ -108,6 +109,9 @@ Documentation for KeePass, a free open source password manager.
 
 
 %changelog
+* Fri May 23 2014 Peter Oliver <rpm at mavit.org.uk> - 2.26-8
+- Build fails on Fedora 20 and earlier if no fonts are installed.
+
 * Thu May 22 2014 Peter Oliver <rpm at mavit.org.uk> - 2.26-7
 - Mono crashes on ARM builders, so exclude that architecture.
 


More information about the scm-commits mailing list