[nrpe] Fix building on F18+

Peter Lemenkov peter at fedoraproject.org
Mon Sep 17 10:45:18 UTC 2012


commit 0974316d5f4adfb60dc7f48b74164d3dc41e928b
Author: Fedora Build <lemenkov at gmail.com>
Date:   Mon Sep 17 14:45:14 2012 +0400

    Fix building on F18+
    
    Signed-off-by: Fedora Build <lemenkov at gmail.com>

 nrpe.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/nrpe.spec b/nrpe.spec
index cd44d51..d1ed3ad 100644
--- a/nrpe.spec
+++ b/nrpe.spec
@@ -22,6 +22,8 @@ Patch6: nrpe-0006-Relocate-pid-file.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: openssl-devel
+# OpenSSL package was split into openssl and openssl-libs in F18+
+BuildRequires: openssl
 
 %if 0%{?el4}%{?el5}
 BuildRequires: tcp_wrappers


More information about the scm-commits mailing list