Bug 56699 - Missing mm-config in mm-devel-*.rpm install.
Summary: Missing mm-config in mm-devel-*.rpm install.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: mm
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-25 13:58 UTC by Paul Kronenwetter
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-11-25 13:58:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Paul Kronenwetter 2001-11-25 13:58:23 UTC
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.

Comment 1 Nalin Dahyabhai 2002-07-24 18:12:59 UTC
Fixed in 1.1.3-4 and later. Thanks!


Note You need to log in before you can comment on or make changes to this bug.