From 2b2d2688dfe19843408c613226884ed49e90559d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20Zingil=C3=A9?= Date: Wed, 4 Jun 2014 14:42:17 +0200 Subject: [PATCH] added libopenssl-devel as dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I8719f2fa303b25b388960bb5c5b51e10e35cb6e8 Signed-off-by: Nicolas Zingilé --- packaging/tinyweb.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/tinyweb.spec b/packaging/tinyweb.spec index acbf0c0..16b0d12 100644 --- a/packaging/tinyweb.spec +++ b/packaging/tinyweb.spec @@ -7,6 +7,7 @@ Group: Development/Testing License: GPL-2.0 source: %{name}-%{version}.tar.gz source1001: %{name}.manifest +Requires: libopenssl-devel %description Web server that provides test resources for web TCs @@ -16,6 +17,7 @@ Web server that provides test resources for web TCs %setup -q cp %{SOURCE1001} . + %build make %{?_smp_mflags} -- 2.34.1