Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 116541

Summary: Package depends on kill in wrong location
Product: [Fedora] Fedora Reporter: Brian Bruns <bruns>
Component: redhat-lsbAssignee: Florian La Roche <laroche>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: stefan.hoelldampf
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-26 22:36: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: 114963    
Attachments:
Description Flags
Modified redhat-lsb.spec file with proper path for kill none

Description Brian Bruns 2004-02-23 02:44:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Description of problem:
redhat-lsb depends on the 'kill' binary in the wrong location.  It is 
expecting kill to be provided as /usr/bin/kill, and not /bin/kill.

Version-Release number of selected component (if applicable):
redhat-lsb-1.3-1

How reproducible:
Always

Steps to Reproduce:
1. Install redhat-lsb-1.3-1 package from FC development packages
    

Actual Results:  RPM refuses to install, because /usr/bin/kill is 
missing

Expected Results:  Package should install cleanly

Additional info:

Comment 1 Brian Bruns 2004-02-24 01:49:49 UTC
Created attachment 97970 [details]
Modified redhat-lsb.spec file with proper path for kill

I forgot to upload this yesterday.  Heres the modified spec file which fixes
the problem.

Comment 2 Stefan Hoelldampf 2004-03-06 20:20:31 UTC
The problem still exists in Raw Hide, the current version
redhat-lsb-1.3-1 depends on /usr/bin/kill and conflicts with the
lastest coreutils package.