summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus M. Rodriguez <jmrodri@firebird.home.net>2007-09-26 00:03:13 -0400
committerJesus M. Rodriguez <jmrodri@firebird.home.net>2007-09-26 00:03:13 -0400
commitae8865e776534c3150e32492af4dcdb7c6bd40a3 (patch)
tree348bd7e44e2a6224a24b05c61a7d48570370b9c1
parent2d2db746fa88a97dacd81db1a3b9840d52be1557 (diff)
downloadthird_party-func-ae8865e776534c3150e32492af4dcdb7c6bd40a3.tar.gz
third_party-func-ae8865e776534c3150e32492af4dcdb7c6bd40a3.tar.xz
third_party-func-ae8865e776534c3150e32492af4dcdb7c6bd40a3.zip
requires pyOpenSSL otherwise certmaster won't start
-rw-r--r--func.spec4
-rw-r--r--version2
2 files changed, 5 insertions, 1 deletions
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 <jesusr@redhat.com> - 0.0.11-5
+- fixed Requires to include pyOpenSSL for use by certmaster
+
* Tue Sep 25 2007 Michael DeHaan <mdehaan@redhat.com> - 0.0.11-4
- Added manpage documentation
- Renamed minion config file
diff --git a/version b/version
index 325e5e2..6cd8779 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.11 4
+0.11 5