[beakerlib] Add the missing BuildRequires

Petr Muller afri at fedoraproject.org
Tue Mar 5 18:14:41 UTC 2013


commit cbcdf4bbc78f09663af349aaa888b9e15e08c514
Author: Petr Muller <muller at redhat.com>
Date:   Tue Mar 5 19:14:17 2013 +0100

    Add the missing BuildRequires

 beakerlib.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/beakerlib.spec b/beakerlib.spec
index 4f33a25..5bf8c72 100644
--- a/beakerlib.spec
+++ b/beakerlib.spec
@@ -1,7 +1,7 @@
 Name:       beakerlib
 Summary:    A shell-level integration testing library
 Version:    1.6
-Release:    2%{?dist}
+Release:    3%{?dist}
 License:    GPLv2
 Group:      Development/Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-root
@@ -10,6 +10,7 @@ BuildArch:  noarch
 URL:        https://fedorahosted.org/%{name}
 Requires:   nfs-utils
 Requires:   python2
+BuildRequires: /usr/bin/pod2man
 
 
 Patch0: 0001-install-dir.patch
@@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_docdir}/%{name}-%{version}/examples/*/*
 
 %changelog
+* Tue Mar 05 2013 Petr Muller <muller at redhat.com> - 1.6-3
+- Build ceased to figure out pod2man dep automatically: fixed
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list