Bug 812223

Summary: libblkid %post needs coreutils
Product: [Fedora] Fedora Reporter: Marko Myllynen <myllynen>
Component: util-linuxAssignee: Karel Zak <kzak>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: jonathan, kzak, mluscon
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: 2012-04-16 07:24:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marko Myllynen 2012-04-13 07:15:06 UTC
Description of problem:
libblkid %post script calls mkdir and mv but does not Require(post): coreutils, causing the %post script to fail if coreutils is not available by accident already. Seen on virtual appliance buildroot.

Version-Release number of selected component (if applicable):
libblkid-2.21-0.2.f17.x86_64

Comment 1 Karel Zak 2012-04-16 07:24:59 UTC
%package -n libblkid
Summary: Block device ID library
Group: Development/Libraries
License: LGPLv2+
Requires: libuuid = %{version}-%{release}
Conflicts: filesystem < 3
Requires(post): coreutils

$ git blame -L 116,+1 util-linux.spec                                            
6c2b43a9 (Orion Poplawski 2012-02-17 14:45:10 -0700 116) Requires(post): coreutils