Bug 831978

Summary: d-m-multipath has explicit Requires:libudev
Product: [Fedora] Fedora Reporter: Michal Schmidt <mschmidt>
Component: device-mapper-multipathAssignee: Ben Marzinski <bmarzins>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: agk, bmarzins, dwysocha, fdinitto, heinzm, lvm-team, msnitzer, prockai
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: device-mapper-multipath-0.4.9-27.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-02 08:16:37 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:
Bug Depends On:    
Bug Blocks: 831971    

Description Michal Schmidt 2012-06-14 08:34:58 UTC
device-mapper-multipath has an explicit Requires on libudev. Please remove it.

udev has been merged into systemd and the libudev package will exist no more. See
http://lists.fedoraproject.org/pipermail/devel/2012-June/168227.html

Explicit Requires on libraries are always suspicous. See
http://fedoraproject.org/wiki/Packaging/Guidelines#Requires

device-mapper-multipath-0:0.4.9-26.fc18.i686

Comment 1 Kay Sievers 2012-06-20 09:39:10 UTC
Ping!

Please rebuild the package, libudev0 will go away soon and the package will
no longer work as expected.

Comment 2 Ben Marzinski 2012-06-28 23:40:05 UTC
Removed the libudev Requires and Buildrequires and replaced them with

Buildrequires: systemd-devel

Comment 3 Michal Schmidt 2012-07-02 08:16:37 UTC
The dependencies of the package in Rawhide look good now. Thanks.