From ae8865e776534c3150e32492af4dcdb7c6bd40a3 Mon Sep 17 00:00:00 2001 From: "Jesus M. Rodriguez" Date: Wed, 26 Sep 2007 00:03:13 -0400 Subject: requires pyOpenSSL otherwise certmaster won't start --- func.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'func.spec') diff --git a/func.spec b/func.spec index 07b34c2..a81f207 100644 --- a/func.spec +++ b/func.spec @@ -12,6 +12,7 @@ Group: Applications/System Requires: python >= 2.3 Requires: rhpl Requires: yum-utils +Requires: pyOpenSSL BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch Url: https://hosted.fedoraproject.org/projects/func/ @@ -68,6 +69,9 @@ fi %changelog +* Wed Sep 26 2007 Jesus Rodriguez - 0.0.11-5 +- fixed Requires to include pyOpenSSL for use by certmaster + * Tue Sep 25 2007 Michael DeHaan - 0.0.11-4 - Added manpage documentation - Renamed minion config file -- cgit