Hide Forgot
Description of problem: p11-kit-trust uses grep in it's %post but has no dependency on grep. This makes the dependency ordering incorrect depending on what's being installed. Version-Release number of selected component (if applicable): p11-kit-trust-0.18.5-2 How reproducible: Every time p11-kit-trust is installed before grep. Steps to Reproduce: 1. 2. 3. Actual results: Installing : p11-kit-trust-0.18.5-2.el6.x86_64 36/90 /var/tmp/rpm-tmp.F7Tt89: line 5: grep: command not found Expected results: Installing : p11-kit-trust-0.18.5-2.el6.x86_64 36/90 Additional info: I'd assume a Requires(post) for the grep command should be added to the trust package section of the SPEC file.
Created attachment 846505 [details] 0001-Add-missing-dependency-on-grep.patch Here's is the update to the p11-kit spec file which would fix this problem.
Fixed in p11-kit-0.18.5-4.el6.
Shouldn't this bug be closed? I believe this fix was included in RHEL 6.5, right?
RHEL-6.6 contains: p11-kit-0.18.5-2.el6_5.2 - fixed, passes version. This bug has been fixed in RHEL-6.5.z and RHEL-6.6 contains the exact same version. Closing as CURRENTRELEASE.