Bug 476162

Summary: Freedroidrpg doesn't require coreutils for its post install and uninstall scripts
Product: [Fedora] Fedora Reporter: Bruno Wolff III <bruno>
Component: freedroidrpgAssignee: Wart <wart>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: wart
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: 2008-12-22 06:58:30 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:

Description Bruno Wolff III 2008-12-12 05:54:32 UTC
Description of problem:
freedroidrpg uses 'touch' (from coreutils) in its post install and uninstall scripts without do a requires. This can cause errors during fresh installs and livecd builds depending on the actual install order used.
To fix this include the following in the spec file:
Requires(post): coreutils
Requires(postun): coreutils

Version-Release number of selected component (if applicable):
freedroidrpg-0.10.3-2.fc9.i386

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Wart 2008-12-22 06:58:30 UTC
Fixed in Rawhide; update for F10 pending.

Comment 2 Bruno Wolff III 2009-01-04 06:07:31 UTC
Just confirming that I am no longer seeing the install issue in rawhide.