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: mimedefang https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196101 ------- Additional Comments From tibbs@xxxxxxxxxxx 2006-09-11 11:54 EST ------- Yes, that does indeed fix the problem. I'm seeing a couple of additional rpmlint issues that I don't see in the discussion above: W: mimedefang mixed-use-of-spaces-and-tabs Your indentation is a bit odd (both tabs and spaces) but I think this warning is bogus anyway. E: mimedefang-debuginfo empty-debuginfo-package Indeed, there is nothing at all in the debuginfo package. I think the executables are being stripped: test "" != "1" && strip md-mx-ctrl test "" != "1" && strip mimedefang test "" != "1" && strip mimedefang-multiplexor The Makefile seems to use DONT_STRIP for this. I changed the make line to: make %{?_smp_mflags} DONT_STRIP=1 and things are better. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review