From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011120 Description of problem: Missing line from %files devel omits mm-config from installation. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. rpm --rebuild mm-1.1.3-3.src.rpm 2. rpm -Uv mm-1.1.3-3.*.rpm mm-devel-1.1.3-3.*.rpm 3. ls /usr/bin/mm-config Actual Results: mm-config is missing. Expected Results: mm-config is not missing. Additional info: Apply this patch to mm.spec: --- mm.spec Thu Sep 21 06:53:07 2000 +++ mm.spec.new Sun Nov 25 08:54:16 2001 @@ -84,6 +84,7 @@ %files devel %defattr(-,root,root) +/usr/bin/* /usr/lib/*.a /usr/man/man1/* /usr/include/* Apologies if this was found before but I couldn't find it in bugzilla.
Fixed in 1.1.3-4 and later. Thanks!