https://bugzilla.redhat.com/show_bug.cgi?id=905304



--- Comment #149 from Patrick Laimbock <[email protected]> ---
(In reply to Steve Jenkins from comment #142)
> Patrick:
> 
> Would changing:
> 
> %if (0%{?fedora} && 0%{?fedora} >= 18) || (0%{?rhel} && 0%{?rhel} >= 6)
> Requires (post): policycoreutils, policycoreutils-python
> %endif
> 
> to:
> 
> %if 0%{?rhel} && 0%{?rhel} == 5
> Requires (post): policycoreutils
> %endif
> 
> do the trick?

That should do it although I don't think I have seen "Requires (post):" before
so if that doesn't work try it without the space: "Requires(post):"

-- 
You are receiving this mail because:
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to