Bug 191480 - rpm-4.2.2-24 spec should have BuildRequires: elfutils-devel >= 0.112
Summary: rpm-4.2.2-24 spec should have BuildRequires: elfutils-devel >= 0.112
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Paul Nasrat
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-12 12:42 UTC by Kirill Kolyshkin
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-30 13:44:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kirill Kolyshkin 2006-05-12 12:42:58 UTC
rpm-4.2.2 (both rpm-4.4.2-15.2 from fc5 and rpm-4.4.2-24 from development) uses
function gelf_offscn from elfutils-libs. The function has appeared in
elfutils-0.112, as NEWS from elfutils tarball says.

Thus, rpm.spec should be fixed like this:
-BuildRequires: elfutils-libelf
-BuildRequires: elfutils-devel
+BuildRequires: elfutils-devel >= 0.112

Note that I have removed elfutils-libelf requirement since elfutils-devel
requires elfutils-libelf-devel which in turn requires elfutils-libelf, so this
line is redundant.

Comment 1 Kirill Kolyshkin 2006-05-12 12:46:26 UTC
Hmm sorry I'm not sure I am right here...let me recheck it again.

Comment 2 Kirill Kolyshkin 2006-05-12 13:53:29 UTC
OK I found out that the above is true only for development version, i.e. 4.2.2-24.

Version and Summary fields changed accordingly.

Comment 3 Kirill Kolyshkin 2006-05-12 13:54:16 UTC
And this is due to rpm-4.4.2-devel-autodep.patch

Comment 4 Paul Nasrat 2006-06-30 13:44:09 UTC
Should be done in rawhide.


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