Project

General

Profile

Actions

Bug #14940

closed

Missing ldconfig in %post/%postun following package split

Added by Nathan Cutler about 8 years ago. Updated over 7 years ago.

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

0%

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

Description

Following the package split, libraries requiring ldconfig in %post/%postun are now packaged in ceph-base, which has no %post or %postun. The following RPMLINT errors are captured from an OBS build:

ceph-base.x86_64: E: library-without-ldconfig-postun (Badness: 300) /usr/lib64/libosd_tp.so.1.0.0
ceph-base.x86_64: E: library-without-ldconfig-postun (Badness: 300) /usr/lib64/libos_tp.so.1.0.0
This package contains a library and provides no %postun scriptlet containing a
call to ldconfig.

ceph-base.x86_64: E: library-without-ldconfig-postin (Badness: 300) /usr/lib64/libosd_tp.so.1.0.0
ceph-base.x86_64: E: library-without-ldconfig-postin (Badness: 300) /usr/lib64/libos_tp.so.1.0.0
This package contains a library and provides no %post scriptlet containing a
call to ldconfig.
Actions #1

Updated by Nathan Cutler over 7 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF