Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: initng https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173459 bugzilla@xxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- CC|fedora-extras- | |list@xxxxxxxxxx | CC| |fedora-package- | |review@xxxxxxxxxx CC|fedora-package- | |review@xxxxxxxxxx | CC| |fedora-extras- | |list@xxxxxxxxxx ------- Additional Comments From daner964@xxxxxxxxxxxxxx 2006-04-19 02:56 EST ------- For next release the spec file needs to be fixed to use cmake instead of autotools. I'll fix that up as soon as we have a release. One question: To get selinux working we need to do something like this: ----------pseucocode snip---------------- [if Fedora version >= 5] cmake . -DSELINUX:BOOL=ON [else] cmake . -DOLDSELINUX:BOOL=ON ----------------------------------------- ...instead of the current ./configure line (like I already did in the ifiles spec, except that we just have a "cmake ." there). What's the best way to achieve this? (Oh, and I got a son yesterday. This probably means I won't have much time for anything the coming week(s).) -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.