Description of problem: "kyum" in rawhide, installed from Live CD, results in /usr/bin/kyum: line 4: /usr/bin/kdesu: No such file or directory Version-Release number of selected component (if applicable): kyum-0.7.5-11.fc9.i386 How reproducible: often Steps to Reproduce: 1. enter "kyum" 2. 3. Actual results: /usr/bin/kyum: line 4: /usr/bin/kdesu: No such file or directory Expected results: Additional info:
Are you running this on an upgraded system or clean install. In F9 Yum has been replaced with packagekit.
that's incorrect, yum hasn't been replaced.
kyum is simply missing a Requires: kdebase3.
In f9/rawhide, /usr/bin/kdesu is provided by kdebase3. kyum should probably grow a new dependency: Requires: %{_bindir}/kdesu
We can be reasonaby assured /usr/bin/kdesu will always be owned by kdebase3, so, Requires: kdebase3 here would be preferable, as noted by someone wise: "file deps are evil"
Fix in kyum-0.7.5-12.fc9
kyum-0.7.5-10.fc8.1 has been submitted as an update for Fedora 8
Note: Re: comment #6, f9 is frozen, so you'll either to to request a freeze-break from rel-eng, or wait to issue an update after release:
kyum-0.7.5-10.fc8.1 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.