kaleb(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/437742
Change subject: rpm/selinux: fix %pre install and %postun uninstall of selinux policy
......................................................................
rpm/selinux: fix %pre install and %postun uninstall of selinux policy
As written the selinux %pre, %postun, etc., do not actually install
the policy. By deleting '-s ...' and taking the default behavior
then the %selinux_modules_install will actuall do `semodule -i ...`,
check if selinux is enabled, and run load_policy; and the reverse
for %postun.
Change-Id: I6c82169e214dfecf283a642e06b99de2a263846d
Signed-off-by: Kaleb S. KEITHLEY <kkeithle(a)redhat.com>
---
M src/nfs-ganesha.spec-in.cmake
1 file changed, 5 insertions(+), 8 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/42/437742/1
--
To view, visit
https://review.gerrithub.io/437742
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6c82169e214dfecf283a642e06b99de2a263846d
Gerrit-Change-Number: 437742
Gerrit-PatchSet: 1
Gerrit-Owner: Anonymous Coward <kaleb(a)redhat.com>