Patrice Dumas wrote: > On Mon, Nov 26, 2007 at 03:20:33PM +0300, Dmitry Butskoy wrote: >> [snip] >> >>> +%post >>> +semodule -i %{_datadir}/selinux/packages/%{name}/%{name}.pp || : >>> + >>> +%postun >>> +if [ "$1" -eq "0" ]; then >>> + semodule -r %{module} || : >>> +fi >>> >> >> AFAIK a lot of people just do not use SELinux and even prefer to remove >> its packages. It seems to me that a hard requirement of "policycoreutils" >> is not a good thing here. other than a few MB's, it's mostly harmless. *shrug*. >> Maybe just check in %post and %postun whether the "semodule" binary is >> present (i.e., "[ -x /usr/sbin/semodule ] && ....")? Or use %triggerin >> for policycoreutils... > > %triggerin should really be avoided. Why? it would appear that it would work to satisfy the requirements here. -- Rex -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list