Fabian Deutsch has uploaded a new change for review. Change subject: spec: Fix selinux dep ......................................................................
spec: Fix selinux dep Change-Id: I3e469a8f357dff56cfb1b1b95cbaa85cb27920ef Signed-off-by: Fabian Deutsch <[email protected]> --- M ovirt-node.spec.in 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/17/25317/1 diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index 6d56afe..970eef3 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -267,8 +267,8 @@ %endif Requires: %{name} = %{version}-%{release} Requires: selinux-policy-base -Requires(post): /usr/sbin/semodule, /usr/sbin/restorecon -Requires(postun): /usr/sbin/semodule, /usr/sbin/restorecon +Requires(post): policycoreutils +Requires(postun): policycoreutils %description selinux SELinux policy module supporting %{product_family} @@ -281,7 +281,6 @@ done # Is this to greedy? /sbin/restorecon -R / || : -/usr/sbin/fixfiles -R -a restore # set SELinux booleans # rhbz#502779 restrict certain memory protection operations -- To view, visit http://gerrit.ovirt.org/25317 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3e469a8f357dff56cfb1b1b95cbaa85cb27920ef Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
