Change in vdsm[ovirt-3.3]: Bump requires version of selinux-policy-targeted

danken at redhat.com danken at redhat.com
Wed Aug 7 10:54:02 UTC 2013


Hello Antoni Segura Puimedon, Mark Wu,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/17763

to review the following change.

Change subject: Bump requires version of selinux-policy-targeted
......................................................................

Bump requires version of selinux-policy-targeted

Current SElinux policy prevent the dhcp hook for source routing
from running. It has been fixed in latest selinux policy, so we
we need bump the requires version. More information, please see:
https://bugzilla.redhat.com/show_bug.cgi?id=977856

Change-Id: Ia2521d34dafdad2bba57c6da16253ff10f8a780f
Signed-off-by: Mark Wu <wudxw at linux.vnet.ibm.com>
Reviewed-on: http://gerrit.ovirt.org/17642
Reviewed-by: Antoni Segura Puimedon <asegurap at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
---
M vdsm.spec.in
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/63/17763/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 87bc231..21b3565 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -187,7 +187,11 @@
 %endif
 
 %if 0%{?fedora} >= 18
-Requires: selinux-policy-targeted >= 3.11.1-71
+%if 0%{?fedora} >= 19
+Requires: selinux-policy-targeted >= 3.12.1-69
+%else
+Requires: selinux-policy-targeted >= 3.11.1-100
+%endif
 # 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


-- 
To view, visit http://gerrit.ovirt.org/17763
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2521d34dafdad2bba57c6da16253ff10f8a780f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.3
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Mark Wu <wudxw at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list