From db7e2e768c6ec963837ec0d8ed8a3abf69100382 Mon Sep 17 00:00:00 2001
From: Matthew Harmsen <mharmsen@redhat.com>
Date: Wed, 29 Jan 2014 18:10:18 -0800
Subject: [PATCH] pkispawn requires policycoreutils-python

- Bugzilla Bug #1057959 - pkispawn requires policycoreutils-python
- TRAC Ticket #840 - pkispawn requires policycoreutils-python
---
 specs/pki-core.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index 13acc54..82979d0 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -5,7 +5,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:             pki-core
 Version:          10.2.0
-Release:          0.1%{?dist}
+Release:          0.2%{?dist}
 Summary:          Certificate System - PKI Core Components
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -268,6 +268,7 @@ Requires:         policycoreutils
 Requires:         openldap-clients
 Requires:         pki-base = %{version}-%{release}
 Requires:         pki-tools = %{version}-%{release}
+Requires:         policycoreutils-python
 
 Requires:         selinux-policy-base >= 3.11.1-43
 Obsoletes:        pki-selinux
@@ -992,6 +993,10 @@ fi
 %endif # %{with server}
 
 %changelog
+* Wed Jan 29 2014 Matthew Harmsen <mharmsen@redhat.com> 10.2.0-0.2
+- Bugzilla Bug #1057959 - pkispawn requires policycoreutils-python
+- TRAC Ticket #840 - pkispawn requires policycoreutils-python
+
 * Fri Nov 22 2013 Dogtag Team <pki-devel@redhat.com> 10.2.0-0.1
 - Updated version number to 10.2.0-0.1.
 - Added option to build without server packages.
-- 
1.7.7.6

