Hide Forgot
I am running on Fedora 15 x86_64. I have selinux disabled on my machine. I tried removing pulp to fix a config issue with --nodeps and got the following error. The rpm seems to have gotten uninstalled ok, but the postrun scriplet raises an error I was running -pulp-0.0.223-4.fc15.noarch at that point. Here is the output [root@dhcp231-31 httpd]# rpm -e pulp --nodeps warning: /etc/pulp/pulp.conf saved as /etc/pulp/pulp.conf.rpmsave /usr/sbin/semodule: SELinux policy is not managed or store cannot be accessed. /usr/sbin/semodule: SELinux policy is not managed or store cannot be accessed. libsemanage.semanage_direct_remove: Module pulp was not found. /usr/sbin/semodule: Failed! warning: %postun(pulp-0.0.223-4.fc15.noarch) scriptlet failed, exit status 1 Version-Release number of selected component (if applicable): pulp-0.0.223-4.fc15.noarch
Fixed with below commit: http://git.fedorahosted.org/git/?p=pulp.git;a=commitdiff;h=378e00d22924d3f8cbfb02ac4dc15f58f42548a1 Isssue was that this error message is expected when selinux is not enabled, it's harmless. Typical solution other packages supporting selinux employ is to direct the output to /dev/null so it doesn't show up.
build: 0.244
verified pulp.noarch 0:0.0.248-1.fc15 [root@preethi ~]# rpm -e pulp --nodeps warning: /etc/pulp/pulp.conf saved as /etc/pulp/pulp.conf.rpmsave [root@preethi ~]#
Pulp v1.0 is released Closed Current Release.