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:
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.
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.