Project

General

Profile

Actions

Bug #946

closed

RPM spec missing a few installed files

Added by Jay Hacker about 13 years ago. Updated about 13 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
-
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

In trying to build an RPM for 0.25.2 on RHEL5 x86_64, it gets most of the way done, then fails because it installs a few files that aren't mentioned in the spec's %files section:

/usr/bin/crbdnamer
/usr/bin/librados-config
/usr/lib/python2.4/site-packages/rados.py
/usr/lib/python2.4/site-packages/rados.pyc
/usr/lib/python2.4/site-packages/rados.pyo

Adding the bin files works fine, but adding the python files doesn't. The files actually get installed in /usr/lib, but %{_libdir} expands to (and rpmbuild expects them in) /usr/lib64. Not sure if this is configure picking up the wrong python libdir or something else.

Actions

Also available in: Atom PDF