[lbdb] Add missing BuildRequires

Christophe Fergeau teuf at fedoraproject.org
Wed Mar 6 15:49:24 UTC 2013


commit 756f33c055d87553fa021ee45509c79db73272c9
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Mar 6 16:36:02 2013 +0100

    Add missing BuildRequires

 lbdb.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/lbdb.spec b/lbdb.spec
index 8882c74..3b4fdca 100644
--- a/lbdb.spec
+++ b/lbdb.spec
@@ -19,7 +19,7 @@
 Name:           lbdb
 Summary:        Address Database for mutt
 Version:        0.38
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        GPLv2+
 Url:            http://www.spinnaker.de/lbdb/
 Group:          Applications/Communications
@@ -30,6 +30,7 @@ Patch:          lbdb.rc.diff
 Patch1:         lbdb-0.38-evolution.diff
 # fix hostname lookup if multiple domains are listed in resolv.conf
 Patch2:         lbdb-hostname.diff
+BuildRequires: /usr/bin/pod2man
 Requires:       perl(Net::LDAP)
 Requires:       perl(Getopt::Long)
 
@@ -74,6 +75,10 @@ BUILD_ROOT=${RPM_BUILD_ROOT} make \
 %doc %{_mandir}/man?/*
 
 %changelog
+* Wed Mar 06 2013 Christophe Fergeau <cfergeau at redhat.com> - 0.38-5
+- Add BuildRequires: pod2man, this has been split to a separate package in
+  rawhide and is no longer available in the build roots by default
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.38-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list