Bug 58427

Summary: extra file in -devel rpm
Product: [Retired] Red Hat Raw Hide Reporter: Peter Bowen <pzbowen+rhbeta>
Component: modutilsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-16 14:00:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Peter Bowen 2002-01-16 13:59:56 UTC
In recent modutils rpms, the new devel rpm has had a /usr/lib/libobj.a file in
it.  This file is the same as libmodutilobj.a, also provided in the devel rpm.

Fix:
Remove these two lines from the %install section of the spec file
install -m 644 obj/*.a $RPM_BUILD_ROOT/%{_libdir}
install -m 644 insmod/*.a $RPM_BUILD_ROOT/%{_libdir}

They are not needed as the following is in the %build section:
cp util/libutil.a libs/libmodutilutil.a
cp obj/libobj.a libs/libmodutilobj.a

Comment 1 Bill Nottingham 2002-01-24 07:02:21 UTC
Fixed in 2.4.12-8.