Bug 812223 - libblkid %post needs coreutils
Summary: libblkid %post needs coreutils
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: util-linux
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-13 07:15 UTC by Marko Myllynen
Modified: 2012-04-16 07:24 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-16 07:24:59 UTC
Type: Bug


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.