Bug 666414

Summary: Missing dependency to command used in %post
Product: [Fedora] Fedora Reporter: Mads Kiilerich <mads>
Component: generic-logosAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: notting, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-30 16:33:43 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 Mads Kiilerich 2010-12-30 15:27:26 UTC
Installation when building a livecd fails:

  Installing: generic-logos       ##################### [ 34/468]/var/tmp/rpm-tmp.tZrVBi: line 1: touch: command not found

%post contains
  touch --no-create /usr/share/icons/Fedora
but there is no dependency to touch, so it is fair enough that yum orders it so the package is installed before touch is available.

Please add a dependency to coreutils or /bin/touch .

generic-logos-14.0.1-1.fc14.noarch
rpm-4.8.1-5.fc14.i686
yum-3.2.28-5.fc14.noarch
livecd-tools-14.1-1.fc14.i686

Comment 1 Bill Nottingham 2010-12-30 16:33:43 UTC

*** This bug has been marked as a duplicate of bug 657766 ***