From 5792668c736125d707b5cd87baeabc9e62243f36 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 7 Sep 2009 20:08:35 +0000 Subject: [PATCH] Need redhat-rpm-config for SUSE build service. --- opensaml.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opensaml.spec.in b/opensaml.spec.in index 9d24213..04b307f 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -23,6 +23,9 @@ BuildRequires: xmltooling-devel >= 1.2 %endif BuildRequires: gcc-c++ %{!?_without_doxygen:BuildRequires: doxygen} +%if "%{_vendor}" == "redhat" +BuildRequires: redhat-rpm-config +%endif %if "%{_vendor}" == "suse" %define pkgdocdir %{_docdir}/%{name} -- 2.1.4