Bug 614920 - Missing libudev-devel version in BuildRequires
Summary: Missing libudev-devel version in BuildRequires
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Lennart Poettering
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-15 14:50 UTC by Petr Lautrbach
Modified: 2010-07-27 11:50 UTC (History)
3 users (show)

Fixed In Version: systemd-4-3.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-27 11:50:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Petr Lautrbach 2010-07-15 14:50:05 UTC
Description of problem:
There is missing needed version of libudev-devel in systemd.spec file:

BuildRequires:  libudev-devel

Version-Release number of selected component (if applicable):
systemd-3-3.fc14

Steps to Reproduce:
$ rpm -q libudev-devel
libudev-devel-147-2.21.el6.x86_64

$ rpmbuild --rebuild systemd-3-3.fc14.src.rpm
no complaints about prerequisites
...
checking pkg-config is at least version 0.9.0... yes
checking for UDEV... configure: error: Package requirements ( libudev >= 160 ) were not met:

Requested 'libudev >= 160' but version of libudev is 147

Comment 1 Michal Schmidt 2010-07-27 11:50:45 UTC
systemd-4-3 has:
BuildRequires:  libudev-devel >= 160


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