Blob Blame History Raw
From 6c021fc54d446f944acd497fb7e2110428ac289c Mon Sep 17 00:00:00 2001
From: Douglas Schilling Landgraf <dougsland@redhat.com>
Date: Tue, 5 Feb 2013 14:30:49 -0500
Subject: [PATCH 29/30] Requires policycoreutils-2.1.13-55 to avoid another
 break on selinux disabled.

When selinux is disabled on f18, it fails to import module sepolicy
with an exception. It causes the the vdsm-tool unavailable, and therefore
the bonding module can't be loaded when vdsm starts up. For details,
please see https://bugzilla.redhat.com/show_bug.cgi?id=889698

Change-Id: I09387167ceeffdc104910103b8381954296cdbe9
Signed-off-by: Mark Wu <wudxw@linux.vnet.ibm.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Reviewed-on: http://gerrit.ovirt.org/11731
Reviewed-by: Dan Kenigsberg <danken@redhat.com>
Tested-by: Dan Kenigsberg <danken@redhat.com>
---
 vdsm.spec.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 00c1259..0aad124 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -133,9 +133,9 @@ Requires: lvm2 >= 2.02.95
 
 %if 0%{?fedora} >= 18
 Requires: selinux-policy-targeted >= 3.11.1-71
-# In order to avoid a policycoreutils bug (rhbz 883355) when selinux is
-# disabled we now require the version 2.1.13-44 (or newer) of Fedora.
-Requires: policycoreutils >= 2.1.13-44
+# In order to avoid a policycoreutils bug (rhbz 889698) when selinux is
+# disabled we now require the version 2.1.13-55 (or newer) of Fedora.
+Requires: policycoreutils >= 2.1.13-55
 Requires: systemd >= 197-1.fc18.2
 %endif
 
-- 
1.8.1.2