Project

General

Profile

Actions

Bug #12315

closed

RPM: "with libs-compat" conditional extends to cover the devel-compat %files list

Added by Ken Dreyer almost 9 years ago. Updated over 8 years ago.

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

0%

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

Description

In the RPM .spec's %files list, the "with libs-compat" conditional was inadvertantly exended to cover the files list for ceph-devel-compat as well.

#################################################################################
%if 0%{with libs_compat}
%files libs-compat
# We need an empty %%files list for ceph-libs-compat, to tell rpmbuild to actually
# build this meta package.

#################################################################################
%files devel-compat
# We need an empty %%files list for ceph-devel-compat, to tell rpmbuild to
# actually build this meta package.
%endif

The "with libs-compat" conditional should only cover the "ceph-libs-compat" package, and not affect "ceph-devel-compat".

Actions #1

Updated by Sage Weil over 8 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF