Description of problem: The postinstall scriptlet of oprofile fails during installation of Fedora 11 (rawhide). Version-Release number of selected component (if applicable): oprofile-0.9.4-6.fc11 How reproducible: Depends on the exact package mix. Always happens if oprofile gets installed before shadow-utils . Steps to Reproduce: 1. Install Fedora 11 OS, with oprofile included. 2. grep -A 2 "Installing oprofile" /root/install.log Actual results: Installing oprofile-0.9.4-6.fc11.i586 /var/tmp/rpm-tmp.aoVzhx: line 1: groupadd: command not found /var/tmp/rpm-tmp.aoVzhx: line 3: useradd: command not found Expected results: No error message in /root/install.log . Additional info: Examination of the postinstall scriptlet also shows the problem. Fix is to add these to oprofile.spec: Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Added the following line to the oprofile.spec: Requires(pre): shadow-utils oprofile-0.9.4-12 being put through koji build system for F-10, F-11, and rawhide.
oprofile-0.9.4-12.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/oprofile-0.9.4-12.fc11
Could someone check that the revised oprofile rpms build for F-10/F-11/rawhide resolve this problem?
oprofile-0.9.4-12.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update oprofile'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7806
oprofile-0.9.4-12.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.