Bug 132879

Summary: prelink has a couple build issues
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: prelinkAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: EasyFix
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.3.2-10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-02 17:06:22 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:
Bug Depends On:    
Bug Blocks: 123268    
Attachments:
Description Flags
patch for the spec file none

Description Steve Grubb 2004-09-18 17:47:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
The prelink package has a couple problems. It uses libselinux, but it
is not required in the BuildRequires. The buildroot is hard coded to
/var instead of using the {_tmppath} macro.

I will attach a patch that addresses this.

Version-Release number of selected component (if applicable):
prelink-0.3.2-6

How reproducible:
Always

Steps to Reproduce:
1. rpm -e --nodeps --force libselinux-devel
2. rpmbuild -bb prelink.spec

Additional info:

Comment 1 Steve Grubb 2004-09-18 17:48:25 UTC
Created attachment 103984 [details]
patch for the spec file

Comment 2 Jakub Jelinek 2004-10-02 17:06:22 UTC
Added in 0.3.2-10 (except WITH_SELINUX macros).